Release and Refresh IP from DHCP (FlushIP): Difference between revisions
Jump to navigation
Jump to search
Created page with " ==Alex's Suggestion== Alex Taylor suggested to create a "fluship.cmd" file and include. dhcpmon -t route -f ifconfig lan0 down ifconfig lan0 delete arp -f C:\mptn\bin\setup.cmd The result looks like : After that you can do a "ping www.google.com" to test DHCP and DNS connection. ==Remy's Suggestion== Also if the adapter is on lan0 he suggested ifconfig lan0 -arp ifconfig lan0 down dhcpmon -T ifconfig lan0 up ifconfig lan0 arp dhcpmon -R ==Links== * [h..." |
(No difference)
|
Revision as of 01:40, 20 July 2023
Alex's Suggestion
Alex Taylor suggested to create a "fluship.cmd" file and include.
dhcpmon -t route -f ifconfig lan0 down ifconfig lan0 delete arp -f C:\mptn\bin\setup.cmd
The result looks like :
After that you can do a "ping www.google.com" to test DHCP and DNS connection.
Remy's Suggestion
Also if the adapter is on lan0 he suggested
ifconfig lan0 -arp ifconfig lan0 down dhcpmon -T ifconfig lan0 up ifconfig lan0 arp dhcpmon -R