I am in my college and working on DNS. Whenever, I need to use network, I have to login using 10.2.0.10:8090. Now, some times it becomes tough to do so. For my own system, I know that we can make some changes to /etc/hosts and get the desired result:
127.0.0.1 localhost
127.0.1.1 Shahjahan
10.2.0.10:8090 login
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
I want to make my computer a DNS server for the lan. How can I do so. I know I need to define zones and such things. Please link any answer or tutorial. Thanks.