Update Network Card Details
IP Address
netsh int ip set address "vmxnet3 Ethernet Adapter" static 10.10.1.** 255.255.255.0 10.10.1.** 1
DNS
netsh int ip set dns "Ethernet0" static 8.8.8.8 primary netsh int ip add dns name="Ethernet0" addr=8.8.8.8 index=2
Comments
Post a Comment