Set Manual IP Address
–> ifconfig interface IP Address
ex : ifconfig eth0 192.168.22.22
Add IP Gateway
–> route add default gw IP Gateway
ex : route add default gw 192.168.22.1
Set DNS (Domain Name Server)
–> vim /etc/resolv.conf
Renew DHCP Client
–> dhclient interface
ex : dhclient wlan0
Advertisement