Harmattan Posted September 29, 2011 Posted September 29, 2011 Hi, I'm trying to add a static route to a 2008 R2 Virtual server. This server has two network cards. I 've been trying this command: c:\Netsh interface ipv4 add route 192.168.20.101/24 Local Area Connection 2 192.168.20.200 Parameter incorrect. Any idea what is wrong? Thanks Harmattan Quote
ICTCity Posted September 29, 2011 Posted September 29, 2011 why not using: route add ... type route /? for more :) Quote -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
Harmattan Posted October 5, 2011 Author Posted October 5, 2011 I came a cross a few articles about adding static routes in Windows 2008 and it the writers recommended to use netsh. Anyway the solution is to use the network address instead of the client IP address, so I did 192.168.20.0 instead of 192.168.20.101. Quote
Recommended Posts