KONFIGURASI TCP/IP





vim /etc/netwrork/interfaces

# IP UTAMA
auto eth0
iface eth0 inet static
address 192.168.102.29
netmask 255.255.255.0
gateway 192.168.102.1

#IP UNTUK CLIENT
auto eth0:1
iface eth0:1 inet static
address 172.17.8.1
netmask 255.255.255.0

/etc/init.d/networking/restart

Komentar