|
From: Milad K. C. <mil...@gm...> - 2010-01-15 12:52:04
|
Hello I made a script to route the traffic in Windows 7: Client configuration is: route-up "route.bat $dev $ifconfig_netmask $ifconfig_local" The content of route.bat is: C:/Windows/System32/netsh.exe interface ipv4 set address $1 static $3 $2 10.9.6.1 1 and after the route is up, openvpn gui says: error code 1 the routing is performed successfully, but I don't know hot to return a success status! any help would be appreciated Regards |