Skocz do zawartości
TheKrzysztofa

Dodatkowe adresy IP eth0:0 eth0:1 eth0:2

Polecane posty

Hej, mam problem z dodaniem adresów IP do serwera dedykowanego. Po dodaniu poleceniem
/sbin/ifconfig oraz /sbin/route wiadomo że po restarcie maszyny adresy znikają. Jednak mam problem z interfaces gdzie dodaje w następujący sposób:

# 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
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 91.228.197.36
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:0 inet static
address 193.17.184.93
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:1 inet static
address 193.17.184.102
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:2 inet static
address 193.17.184.67
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:3 inet static
address 193.17.184.68
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:4 inet static
address 193.17.184.69
netmask 255.255.252.0
gateway 91.228.196.1
iface eth0:5 inet static
address 193.17.184.70
netmask 255.255.252.0
gateway 91.228.196.1

W czym jest problem że po restarcie maszyny także one nie są podłączone?


Problem rozwiązany.

# 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
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 91.228.197.36
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:0
iface eth0:0 inet static
address 193.17.184.93
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:1
iface eth0:1 inet static
address 193.17.184.102
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:2
iface eth0:2 inet static
address 193.17.184.67
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:3
iface eth0:3 inet static
address 193.17.184.68
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:4
iface eth0:4 inet static
address 193.17.184.69
netmask 255.255.252.0
gateway 91.228.196.1
auto eth0:5
iface eth0:5 inet static
address 193.17.184.70
netmask 255.255.252.0
gateway 91.228.196.1

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
auto eth0
iface eth0 inet static
address 91.228.197.36
netmask 255.255.252.0
gateway 91.228.196.1

auto eth0:0
iface eth0:0 inet static
address 193.17.184.93
netmask 255.255.252.0

Po co w każdym gateway?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
auto eth0
iface eth0 inet static
address 91.228.197.36
netmask 255.255.252.0
gateway 91.228.196.1

auto eth0:0
iface eth0:0 inet static
address 193.17.184.93
netmask 255.255.252.0

Po co w każdym gateway?

 

 

Mój błąd, nie wiedziałem :)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×