Release and Refresh IP from DHCP (FlushIP)

From OS2World.Com Wiki
Revision as of 01:40, 20 July 2023 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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