Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

# Interface IP Configuration for "Wired Ethernet"

netsh interface ip set address name="Wired Ethernet" source=static addr=10.11.88


.20 mask=255.255.255.0
netsh interface ip set address name="Wired Ethernet" gateway=10.11.88.251 gwmetr
ic=0
netsh interface ip set dns name="Wired Ethernet" source=static addr=10.11.66.103
register=PRIMARY
netsh interface ip add dns name="Wired Ethernet" addr=10.10.14.252 index=2
netsh interface ip set wins name="Wired Ethernet" source=static addr=10.11.66.10
3
netsh interface ip add wins name="Wired Ethernet" addr=10.10.14.253 index=2

netsh interface ip set address name="Wired Ethernet" source=DHCP


netsh interface ip set dns name="Wired Ethernet" source=DHCP
netsh interface ip set wins name="Wired Ethernet" source=DHCP

You might also like