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 ip #dhclient eth0 to set route for static ip #route […]
Tag: dhcp
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 xxxx@xxxxxxxxx and ********** password. I use this site as a […]