4 Ekim 2016 Salı

interfaces dosyası

Giriş
Debian tabanlı sistemlerde kullanılır. Şu dizindedir.
/etc/network/interfaces
İskeleti şöyledir.
# The loopback network interface
auto lo
iface lo inet loopback

# The eth0 network interface
auto eth0
iface eth0 inet dhcp
static ip
Şöyle yaparız.
auto eth0
iface eth0 inet static
address 192.168.1.100
gateway 192.168.1.1
netmask 255.255.255.0

Hiç yorum yok:

Yorum Gönder