Here is my story.
I have 2 computer, one 192.168.1.1, one laptop 192.168.1.2, and one wireless router at 192.168.1.254
The wireless router have a administration web.
I can access it trough
http://192.168.1.254
Then, I changed my laptop to 192.168.1.254 and my PC is fooled not accessing the web of wireless router but the laptop's website.
After i changed laptop to 192.168.1.2, then the PC(192.168.1.1) is still fooled. Instead of accessing the access-point web, it go to laptop's web, when I ask it to go to
http://192.168.1.254
Then, I do this at PC(192.168.1.1):
Code:
arp -d 192.168.1.2
arp -d 192.168.1.254
^^sorry if I'm mistaken here, but surely I have read the man page and the parameter I give is the parameter to delete host.
but the PC is still fooled.
How to really clear the arp-cache?
Thank you very much...