This is a discussion on VPN over adsl within the Linux Networking forums, part of the Linux Forums category; Hi all, I have 2 computers in 2 networks. Each computers have public IP. I want to create a VPN ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I have 2 computers in 2 networks. Each computers have public IP. I want to create a VPN network. I've configured my computers and try to create my vpn with this line : # sudo /usr/sbin/pppd updetach noauth debug pty "sudo -u sshvpn ssh -t -t \ lifc.univ-fcomte.fr sudo /usr/sbin/pppd noauth 192.168.1.254:192.168.1.253" On a local network, that works ! Over Internet that doesn't works ! Do you have ideas ? Thank. |
|
|||
|
Jean-Michel Caricand wrote:
> Hi all, > > I have 2 computers in 2 networks. Each computers have public IP. I want to > create a VPN network. I've configured my computers and try to create my vpn > with this line : > > # sudo /usr/sbin/pppd updetach noauth debug pty "sudo -u sshvpn ssh -t -t \ > lifc.univ-fcomte.fr sudo /usr/sbin/pppd noauth 192.168.1.254:192.168.1.253" > > On a local network, that works ! Over Internet that doesn't works ! > > Do you have ideas ? OpenVPN (http://www.openvpn.net) comes to my mind. You should give it a try. Works as a charme for me. --Frank Elsner |