TOE

Netsh Commands

Some simple netsh command to manage your network interface. Please that the “PublicTeam” in quote is what I named my teaming network. So when running this command, change the PublicTeamto whatever you have named your teaming. 1. Change IP Address of PublicTeam NIC:netsh interface ip set address “PublicTeam” static 192.168.0.41 255.255.255.0 192.168.0. 12. Adding multiple IPs to the PublicTeam NIC:netsh in ip add address “PublicTeam” 192.168.0.42 255.255.255.0netsh in ip add address “PublicTeam” 192.