I had it running as eth0:1, but I changed to to :0. I've changed it back now. Still works locally, but not remotely.
Here's the output from ifconfig:
Code:
# ifconfig
eth0 Link encap:Ethernet HWaddr FE:FD:40:16:67:0A
inet addr:64.22.103.10 Bcast:64.22.103.255 Mask:255.255.255.0
inet6 addr: fe80::fcfd:40ff:fe16:670a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2696115 errors:0 dropped:0 overruns:0 frame:0
TX packets:2742679 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:531381736 (506.7 MiB) TX bytes:1622071325 (1.5 GiB)
Interrupt:5
eth0:1 Link encap:Ethernet HWaddr FE:FD:40:16:67:0A
inet addr:64.22.103.92 Bcast:64.22.103.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:5
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:64841 errors:0 dropped:0 overruns:0 frame:0
TX packets:64841 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7901846 (7.5 MiB) TX bytes:7901846 (7.5 MiB)
I'd appreciate any suggestions as to how I can diagnose the problem.
Thanks,
James