KONFIGURASI IP ADDRES PADA DEBIAN


Ikuti Langkah Langkah yang ada dibawah ini

Nano /etc/network/interfaces
auto eth0
iface eth0 inet static
  address 192.168.38.1
  netmask 255.255.255.0
auto eth0:0
iface eth0:0 inet static
  address 192.168.38.2
  netmask 255.255.255.0
auto eth0:1
iface eth0:1 inet static
  address 192.168.38.3
  netmask 255.255.255.0
Service networking restart
Ifconfig |more

0 Comments