Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| public:tutorial:vpnpppoverssh [2011/07/08 16:23] – ceric35 | public:tutorial:vpnpppoverssh [2023/02/13 13:39] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 38: | Ligne 38: | ||
| $IPTABLES -A FORWARD -i ppp0 -o eth0 -m state ! --state INVALID -j ACCEPT | $IPTABLES -A FORWARD -i ppp0 -o eth0 -m state ! --state INVALID -j ACCEPT | ||
| $IPTABLES -A FORWARD -i eth0 -o ppp0 -m state --state ESTABLISHED, | $IPTABLES -A FORWARD -i eth0 -o ppp0 -m state --state ESTABLISHED, | ||
| + | |||
| + | Il faut egalement autorisé l' | ||
| + | pppd avec les droit root et sans mot de passe via sudo. | ||
| + | |||
| + | Editer les droit sudo via ' | ||
| + | < | ||
| ===== Clients ===== | ===== Clients ===== | ||
| Ligne 86: | Ligne 92: | ||
| < | < | ||
| # sending the connection request to: | # sending the connection request to: | ||
| - | SERVER_HOSTNAME=ceric35.homelinux.org | + | SERVER_HOSTNAME=ceric35.net |
| # The TCP port used by sshd (usually 22) | # The TCP port used by sshd (usually 22) | ||