Social Icons

Pages

Tuesday, 2 August 2011

Setting IP lewat terminal



1. Letak file konfigurasi nya ada di /etc/network/interface
2. Setting IP DHCP

auto eth0
iface eth0 inet dhcp

3. Setting IP STATIC

auto eth0
iface eth0 inet static
address 192.168.0.1
gateway 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255

No comments:

Post a Comment