|
|
James Yonan wrote:
The --redirect-gateway feature has been added which redirects all IP traffic into the tunnel. unfortunately it's doesn't seems to working:-( ---------------------------------- NOTE: unable to redirect default gateway -- cannot obtain current remote host address ---------------------------------- but as you can see from the attached config file I define the remote ip. what can be the problem? thanks. -- Levente "Si vis pacem para bellum!" dev tun remote 212.24.171.194 port 5012 ip-win32 netsh #route-delay 5 #route 192.168.0.0 255.255.0.0 192.168.255.49 persist-tun tun-mtu 1500 mssfix 1400 ifconfig 192.168.255.50 192.168.255.49 persist-remote-ip persist-key resolv-retry 60 proto udp ;up ./vpn.up tls-client ca "C:\Program Files\OpenVPN\config\bppiac-ca.crt" cert "C:\Program Files\OpenVPN\config\vpn.crt" key "C:\Program Files\OpenVPN\config\vpn.key" comp-lzo ping 15 verb 5 #mute 10 redirect-gateway |