Minggu, 04 Mei 2014

setting network eth0

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
name Ethernet LAN card
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.254

#>/etc/init.d/networking stop

#>/etc/init.d/networking start

Tidak ada komentar:

Posting Komentar