Hi all,
I can not seem to find a solution to a small problem.
I am running Apache 2.054 on a AMD Sempron 2800 I have 5 static IP's.
I have setup eth0: on xxx.xxx.3.235
eth0:1 -> xxx.xxx.3.236
eth0:2 - xxx.xxx.3.237
I can get to the .235 ip number ok
--- xxx.xxx.3.235 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 106.752/122.472/153.108/21.667 ms
but when I try to goto any other ip number (.236 or .237) it times out.
If i ping the ip .235 works ok, but both .236 and .237 I get sommething like
--- xxx.xxx.3.236 ping statistics ---
13 packets transmitted, 0 received, 100% packet loss, time 11997ms
If I ssh into my server I can ping all 3 ips ok
--- xxx.xxx.3.236 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.023/0.027/0.033/0.003 ms
--- xxx.xxx.3.237 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.029/0.032/0.034/0.002 ms
This is the results of my ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:8D

1:FD:1B
inet addr:xx.xx.3.235 Bcast:xx.xx.3.239 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6472204 errors:0 dropped:0 overruns:0 frame:0
TX packets:6611261 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3107563610 (2963.6 Mb) TX bytes:3090223867 (2947.0 Mb)
Interrupt:22 Base address:0xa000
eth0:1 Link encap:Ethernet HWaddr 00:50:8D

1:FD:1B
inet addr:xx.xx.3.236 Bcast:xx.xx.3.239 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:22 Base address:0xa000
eth0:2 Link encap:Ethernet HWaddr 00:50:8D

1:FD:1B
inet addr:xx.xx.3.237 Bcast:xx.xx.3.239 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:22 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4484432 errors:0 dropped:0 overruns:0 frame:0
TX packets:4484432 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1313872718 (1253.0 Mb) TX bytes:1313872718 (1253.0 Mb)
Anyone have any ideas where to look? Thanks for any help.