Results 1 to 3 of 3
I have linux machine with hostname as mymachine
i want to give it a domain for example mymachine.mydom.me AND i want nslookup to resolve it without going to internet and ...
- 10-03-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
nslookup question ....?
I have linux machine with hostname as mymachine
i want to give it a domain for example mymachine.mydom.me AND i want nslookup to resolve it without going to internet and search there.
Please let me know how this can be done
Thanks
- 10-03-2009 #2
- 10-03-2009 #3
Simply.
and entrysudo nano /etc/hosts
127.0.0.1 mymachine.mydom.me mymachine


Reply With Quote