I have the following issue on my windows2008r2 server with this hotfix (http://support.microsoft.com/kb/2554859), server has several IPs set to the one NIC, for example 1.1.1.1-1.1.1.5 By default for outgoing traffic is used 1.1.1.1 IP, I want to use 1.1.1.3, so to do that, I'm removing 1.1.1.1-1.1.1.2 IPs from GUI and adding them
1) netsh int ipv4 add address "Local Area Connection" 1.1.1.1 255.255.255.255 SkipAsSource=true
2) netsh int ipv4 add address "Local Area Connection" 1.1.1.2 255.255.255.255 SkipAsSource=true
3) netsh int ipv4 add address "Local Area Connection" 1.1.1.3 255.255.255.255 SkipAsSource=false
// For 1.1.1.3 I set flag to false, because I want this IP to be default. Everything is working like a sharm until the server restart. It becomes completely not reponsible for remote control and I have to order support to fix IP configuration. Could you please advise, what I'm doing wrong? I suspect that something is wrong with registered DNS entries..
Best regards, Yahor
nslookupon the name? – Shane Madden Dec 27 '11 at 16:26nslookup servernamein a command line. – Shane Madden Jan 3 at 16:19