Hello Everyone,
I put together a tiny batch file which used to work on my previous PC but doesn't work with the new rig.
The script:
The PC:
Motherboard: MSI X99A Godlike Gaming Carbon
LAN (On-Board): 2 x Killer E2400 Gigabit LAN controller
Wireless Lan: Killer Wireless -n/a/ac 1535 module
Driver Version: 12.0.0.210 (Qualcom Atheros Communications)
Router: FRITZ!Box 3490 with FRITZ!OS: 06.51
Power Supply: be quiet! Dark Power Pro 11
OS: Windows 10 Pro 64bit
I am using Wlan to connect to my router. But the ipconfig commands do not work neither in the batch file or command prompt. Also not in administrator mode.
Im not sure if it has something to do with a tunnel adapter which is new on the PC. Under ipconfig it is listed as isatap.fritz.box. And a Teredo Tunneling Pseudo-Interface is giving me an IPv6 Adress which I didn't have on the previous computer.
I'd love to use my script to renew my PC's IP instantly. Is there a way to do so or to achieve the same result in a different way?
Have a great time,
malessandro
I put together a tiny batch file which used to work on my previous PC but doesn't work with the new rig.
The script:
XML:
@echo off
ipconfig /release
ipconfig /flushdns
ipconfig /renew
The PC:
Motherboard: MSI X99A Godlike Gaming Carbon
LAN (On-Board): 2 x Killer E2400 Gigabit LAN controller
Wireless Lan: Killer Wireless -n/a/ac 1535 module
Driver Version: 12.0.0.210 (Qualcom Atheros Communications)
Router: FRITZ!Box 3490 with FRITZ!OS: 06.51
Power Supply: be quiet! Dark Power Pro 11
OS: Windows 10 Pro 64bit
I am using Wlan to connect to my router. But the ipconfig commands do not work neither in the batch file or command prompt. Also not in administrator mode.
Im not sure if it has something to do with a tunnel adapter which is new on the PC. Under ipconfig it is listed as isatap.fritz.box. And a Teredo Tunneling Pseudo-Interface is giving me an IPv6 Adress which I didn't have on the previous computer.
I'd love to use my script to renew my PC's IP instantly. Is there a way to do so or to achieve the same result in a different way?
Have a great time,
malessandro