Release and Refresh IP from DHCP (FlushIP)
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