search for: nhop

Displaying 1 result from an estimated 1 matches for "nhop".

Did you mean: hop
2006 Nov 27
1
Tinc-up and Windows...
...n (and a debugging statement proves it) but I can't get an extra route added. tinc-up.bat contains: ------------------- netsh interface ip set address name=vpn1 source=static addr=192.168.1.12 mask=255.255.255.0 netsh routing ip add persistentroute dest=192.168.0.0 mask=255.255.255.0 name=vpn1 nhop=192.168.1.12 ------------------- I can ping/telnet the host on 192.168.1.5, but not 192.168.0.9. 'netsh routing ip show persistentroutes' shows 192.168.0.0/24 Non-DOD 0 1 192.168.1.12 UM VPN1 If I type 'route print' there is no route to 192.168.0.0/24. If I type 'route add...