|
|
I changed my up script and now I am pinging, all looks good: The old line that did not work... I believe I got this from one of the documents #ifconfig $1 192.168.1.201 netmask 255.255.255.0 mtu $2 The new line that does work.... I am not sure why.. ;) ifconfig $1 -pointopoint 192.168.1.201 netmask 255.255.255.255 dstaddr 192.168.1.202 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |