skip to main |
skip to sidebar
- Untuk mengedit file nya gunakan
- perintah:
root@server:# pico/etc/network/interfaces
Isi misalnya terlihat seperti berikut:
-
# This file describes the network interfaces available on your system
-
# and how to activate them. For more information, see interfaces(5).
-
# The loopback network interface
-
# The primary network interface
auto eth0
iface eth0 inet static
address 10.11.12.1
netmask 255.255.255.0
network 10.11.12.0
broadcast 10.11.12.255
gateway 10.11.12.254
- auto eth1
iface eth1 inet static
address 10.252.10.1
netmask 255.255.255.0
network 10.252.10.0
broadcast 10.252.10.255
- Tekan tombol Ctrl+o untuk menyimpan hasil editing dan tekan tombol Ctrl+x untuk keluar
dari editor
- Lakukan proses restart terhadap kon gurasi networking dengan perintah
root@server:# /etc/init.d/networking restart
- bila tidak ada FAILED berarti sudah berhasil mengkonfigurasinya.
0 comment:
Posting Komentar