Possible to ipconfig release/renew for only one nic?
Yes you can do this. If you look at ipconfig /?
you will see the option for ipconfig /renew [adapter]
and ipconfig /release [adapter]
. So you just need to know the adapter name by typing ipconfig
by itself.
ipconfig /release "adapter name"
ipconfig /renew "adapter name"