Some more information
if I remove ifcfg-lo:0, i get no errors on the network restart
cat ifcfg-lo:0
DEVICE=lo:0
IPADDR=66.208.187.10
NETMASK=255.255.255.255
BROADCAST=66.xxx.xxx.10
ONBOOT=yes
On 2/7/06, Randy Paries <rtparies@xxxxxxxxx> wrote:
> Hello,
> I posted some stuff this morning with some good help (thanks Joseph and
> Graeme)
>
> I am adding a 3rd real server
>
> this new box is fedora 4
>
> i am still having some problems and i am not sure if this is releated or not
>
> When my network starts or restarts i get the error:
>
> /etc/rc.d/init.d/network restart
> Shutting down interface eth0: [ OK ]
> Shutting down interface eth1: [ OK ]
> Shutting down interface eth2: [ OK ]
> Shutting down loopback interface: [ OK ]
> Bringing up loopback interface: SIOCADDRT: Network is unreachable
> [ OK ]
> Bringing up interface eth0: [ OK ]
> Bringing up interface eth1: [ OK ]
> Bringing up interface eth2: [ OK ]
>
> =========================================================
>
> below is my config.
>
> the real server appears to work , i am still getting a huge amount of
> InActConn (100x the others)
>
> =========================================================
> # ifconfig -a
> eth0 Link encap:Ethernet HWaddr 00:08:A1:7D:7A:A2
> inet addr:66.xxx.xxx.240 Bcast:66.208.187.255 Mask:255.255.255.128
> inet6 addr: fe80::208:a1ff:fe7d:7aa2/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:4324 errors:0 dropped:0 overruns:0 frame:0
> TX packets:3481 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:574275 (560.8 KiB) TX bytes:836232 (816.6 KiB)
> Interrupt:217 Base address:0xcc00
>
> eth1 Link encap:Ethernet HWaddr 00:0E:2E:65:8C:B4
> inet addr:192.168.0.159 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::20e:2eff:fe65:8cb4/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:6092 errors:0 dropped:0 overruns:0 frame:0
> TX packets:5164 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:2543560 (2.4 MiB) TX bytes:403583 (394.1 KiB)
> Interrupt:225 Base address:0x4800
>
> eth2 Link encap:Ethernet HWaddr 00:13:49:17:4D:C6
> inet addr:192.168.1.55 Bcast:192.168.1.255 Mask:255.255.255.0
> inet6 addr: fe80::213:49ff:fe17:4dc6/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:5532 errors:2 dropped:0 overruns:0 frame:0
> TX packets:3386 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:4423838 (4.2 MiB) TX bytes:542751 (530.0 KiB)
> Interrupt:233 Base address:0xd000
>
> 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:517 errors:0 dropped:0 overruns:0 frame:0
> TX packets:517 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:469030 (458.0 KiB) TX bytes:469030 (458.0 KiB)
>
> lo:0 Link encap:Local Loopback
> inet addr:66.xxx.xxxx.10 Mask:255.255.255.255
> UP LOOPBACK RUNNING MTU:16436 Metric:1
>
> sit0 Link encap:IPv6-in-IPv4
> NOARP MTU:1480 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>
|