setting up vpnclient on linux (raspberry pi)
Posted: Sat Sep 21, 2013 3:50 am
Hi there,
thanks for the great softether project!
here my situation: I run networks at 2 sites, A and B. A is the main site with addresses from a local DHCP router, having addresses, say 10.10.10.*
at A, a linux on local address 10.10.10.8 (on raspberry pi (RPI)) runs vpnserver in bridging mode.
at B, a linux (on RPI) local address 10.10.5.199 runs vpnclient - connection established well.
however, after rebooting the computer at B, I have to perform the following commands:
sudo /usr/local/vpnclient/vpnclient start
sudo ifconfig vpn_zhuhai 10.10.10.56 netmask 255.255.255.0 up
sudo route add -net 10.10.10.0 netmask 255.255.255.0 gw 10.10.10.56
thanks for the great softether project!
here my situation: I run networks at 2 sites, A and B. A is the main site with addresses from a local DHCP router, having addresses, say 10.10.10.*
at A, a linux on local address 10.10.10.8 (on raspberry pi (RPI)) runs vpnserver in bridging mode.
at B, a linux (on RPI) local address 10.10.5.199 runs vpnclient - connection established well.
however, after rebooting the computer at B, I have to perform the following commands:
sudo /usr/local/vpnclient/vpnclient start
sudo ifconfig vpn_zhuhai 10.10.10.56 netmask 255.255.255.0 up
sudo route add -net 10.10.10.0 netmask 255.255.255.0 gw 10.10.10.56