Steps I follow from google : The first step is to make sure the lan card that the dhcp service is serve is sharing its connection. Wait until everything is finished. I just found out that the dhcpd is no longer popular in latest ubuntu…
Tag: dhcp

IP Modification Through Command Line
Here is the way to change or modification ip address through command line. Do all the command in root privileged. To set a static ip #ip addr add 192.168.xxx.xxx dev eth0 to delete a static ip #ip addr del 192.168.xxx.xxx dev eth0 to set dynamic…
OpenDNS
Open dns is one of the free dns server in this planet. OpenDNS is a company and service that extends the Domain Name System (DNS) by adding features such as phishing protection and optional content filtering. Sign it up. I sign up in www.opendns.org in username…