LINUX.ORG.RU

История изменений

Исправление Qwentor, (текущая версия) :

я тут таки уронил сеть неосторожным обращением с /etc/network/interfaces
Восстановил обратно через VNC

Но не суть, суть вот. Выкладываю настройки. Здесь мне как быть? Тут же алиасы, комментить полностью eth0 наверно нельзя..

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 80.87.*.*
	netmask 255.255.254.0
	network 80.87.*.*
	broadcast 80.87.*.255
	gateway 80.87.*.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 188.120.*.*
	dns-search deb

auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
	address 83.220.*.*

auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
	address 83.220.*.*

auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
	address 77.246.*.*

Или тупо eth везде на br поменять?

Исходная версия Qwentor, :

я тут таки уронил сеть неосторожным обращением с /etc/network/interfaces
Восстановил обратно через VNC

Но не суть, суть вот. Выкладываю настройки. Здесь мне как быть? Тут же алиасы, комментить полностью eth0 наверно нельзя..

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 80.87.*.*
	netmask 255.255.254.0
	network 80.87.*.*
	broadcast 80.87.*.255
	gateway 80.87.*.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 188.120.*.*
	dns-search deb

auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
	address 83.220.*.*

auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
	address 83.220.*.*

auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
	address 77.246.*.*