Re: Share VPN connection

2013-12-01 Thread François Fayard
Hi, I finally got it to work using the same steps as before. I have no idea why it works now and it did not use too. Thanks for all you help. François On Nov 30, 2013, at 23:51 , Zenaan Harkness wrote: > On 12/1/13, Ron Leach wrote: >> On 30/11/2013 20:22, François Fayard wrote: > > Francoi

Re: Share VPN connection

2013-12-01 Thread Pascal Hambourg
Ron Leach a écrit : > On 30/11/2013 20:22, François Fayard wrote: >> >> With the VPN, route gives : >> >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric RefUse Iface >> default * 0.0.0.0 U 0 00 ppp0 >> 10.42

Re: Share VPN connection

2013-12-01 Thread Joe
On Sun, 1 Dec 2013 09:51:04 +1100 Zenaan Harkness wrote: > > e) be clear on the difference between PTPP tunnelling link, > unencrypted, which looks acts and quacks like a VPN-duck to the other > machines on your local LAN, as compared to a true VPN, which also > encrypts the tunnel. > PPTP us

Re: Share VPN connection

2013-11-30 Thread Zenaan Harkness
On 12/1/13, Zenaan Harkness wrote: >> (c) and the gateway address that your debian machine uses >> should be on the default route line in the route table, I believe. > This sounds ambiguous. Let's say: > After establishing your VPN on your local-LAN gateway host, it's > default route should be th

Re: Share VPN connection

2013-11-30 Thread Zenaan Harkness
On 12/1/13, Ron Leach wrote: > On 30/11/2013 20:22, François Fayard wrote: Francois, it might be useful if you let us know what software you are using to set up the vpn. To set up NAT ("ICS") I use a little nat-enable shell script: --- #!/bin/sh wan=eth2 echo "NOTE: external/WAN Internet facing

Re: Share VPN connection

2013-11-30 Thread Ron Leach
On 30/11/2013 20:22, François Fayard wrote: Without the VPN, route gives : Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface default livebox.home0.0.0.0 UG0 00 eth1 10.42.0.0 * 255.255.25

Re: Share VPN connection

2013-11-30 Thread François Fayard
On Nov 30, 2013, at 20:59 , Ron Leach wrote: > [snipped the ifconfig listing when VPN is up] > > Might the default route need to point to the VPN, instead of the physical > eth0 IP address? I'm not expert on VPNs at all, but I have encountered > routing problems in LANs with multiple uplinks

Re: Share VPN connection

2013-11-30 Thread Ron Leach
On 30/11/2013 19:32, François Fayard wrote: I would like to use my computer to share a VPN connection. On Debian 7.2 : - I get my internet connection from eth1 - I am connecting to a VPN (I am using Strong VPN) - I share my internet connection using eth0 Then, when I connect to the VPN, everyt