Mam problem, eth0:1 po restarcie ustawił się jako główny interfejs i wszędzie przedstawia się adresy IP z tego eth0:1 a powinno z eth0. Jak z powrotem ustawić eth0 jako domyślny? Dodam, że restart nic nie pomaga, a sam nic nie robiłem, samo się to zmieniło?
Kod: Zaznacz cały
ifconfig eth0 Link encap:Ethernet HWaddr e8:40:f2:3e:53:fe
inet addr:91.237.69.241 Bcast:91.237.71.255 Mask:255.255.252.0
inet6 addr: fe80::ea40:f2ff:fe3e:53fe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1191562 errors:0 dropped:0 overruns:0 frame:0
TX packets:1234366 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:599535898 (571.7 MiB) TX bytes:1033563031 (985.6 MiB)
Interrupt:20 Memory:fe600000-fe620000
eth0:1 Link encap:Ethernet HWaddr e8:40:f2:3e:53:fe
inet addr:91.237.70.5 Bcast:91.237.71.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:fe600000-fe620000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:49777 errors:0 dropped:0 overruns:0 frame:0
TX packets:49777 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:126458970 (120.6 MiB) TX bytes:126458970 (120.6 MiB)
Kod: Zaznacz cały
# ip r91.237.68.0/22 dev eth0 proto kernel scope link src 91.237.70.5
default via 91.237.68.1 dev eth0
Kod: Zaznacz cały
# ip a1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether e8:40:f2:3e:53:fe brd ff:ff:ff:ff:ff:ff
inet 91.237.70.5/22 brd 91.237.71.255 scope global eth0:1
inet 91.237.69.241/22 brd 91.237.71.255 scope global secondary eth0
inet6 fe80::ea40:f2ff:fe3e:53fe/64 scope link
valid_lft forever preferred_lft forever