Renew IP Address
Windows
1. Open a cmd prompt in elevated mode
2. Execute the command
c:\windows\system32> ipconfig /renew
Linux
1. Open a Terminal as root
2. Execute the command
$ ifconfig eth0 down
$ ifconfig eth0 up
No comments:
Post a Comment