I had a real tough time trying to configure my internet connection on Windows Vista. The entry for my DNS was dynamic and I was using arp -d "
arp -s "xx.x.x.x" "mm:mm:mm:mm:mm:mm"
where xx.x.x.x was the ip address and "mm:mm:mm:mm:mm:mm" was the MAC Address. So feeling quite confident about the solution of the problem, I performed the following steps.
- Went to Start > Run
- Typed in "cmd" and pressed enter.
- In the command prompt I entered the command arp -s "xx.x.x.x" "mm-mm-mm-mm-mm-mm"
Oops, I realized that Windows Vista needs elevated mode to perform such operations. So, I went to the desktop and right clicked on the "Command Prompt" shortcut and selected Run as Administrator option. A window appeared asking for the confirmation and I selected to continue.
I repeated the above procedure with the administrative privileges and yet again... the same result. What the hell? If I can delete an entry so easily then what's wrong with the addition. Thinking that Vista is a real crap, I decided to google my problem. There were numerous posts on the same topic and people complaining about the same problem and yup...there was a solution to my problem. Lets see how it works.
- Open command prompt with administrator rights.
- Type the command == > netsh -c "interface ipv4"
- You would get the command prompt like "netsh interface ipv4>"
- Next , you type the command == > add neighbors "Local Area Connection" "xx.x.x.x" "mm-mm-mm-mm-mm-mm" (Replace Local Area Connection with the name of the connection)
- Bingo !!!
Cheers
No comments:
Post a Comment