What I would have done:
First log into the server from shell.
Then ping som web address: "ping www.bbc.com"
ping: unknown host
www.bbc.comAnd the ip: "ping 212.58.226.232"
connect: Network is unreachable
No you know if you have internet connection to/from the server.
Than check the network adapters:
"ifconfig eth0" and "ifconfig eth1"
try also to ping a local address. Post result of finding here.
eth0 Link encap:Ethernet HWaddr 00:C0:F0:31:6C:56
inet addr:192.168.4.1 Bcast:192.168.4.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAT MTU:1500 Metric:1
RX packets:641 errors:1 dropped:0 overruns:0 frame:0
TX packets:398 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:58812 (57.1KiB) TX bytes:38486 (37.5 KiB)
Interrupt:209 Base address:0xa00
eth1 Link encap:Ethernet HWaddr 00:11:09:16:0F:5D
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3590 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:220883 (215.7 KiB) TX bytes:2052 (2.0 KiB)
Interrupt:209 Base address:0xde00
Ping also from a local client to the gateway server.
Ping has started ...
PING 192.168.4.1 (192.168.4.1): 56 data bytes
64 bytes from 192.168.4.1: icmp_seq=0 ttl=64 time=0.338 ms
64 bytes from 192.168.4.1: icmp_seq=1 ttl=64 time=0.244 ms
64 bytes from 192.168.4.1: icmp_seq=2 ttl=64 time=0.230 ms
64 bytes from 192.168.4.1: icmp_seq=3 ttl=64 time=0.227 ms
64 bytes from 192.168.4.1: icmp_seq=4 ttl=64 time=0.215 ms
64 bytes from 192.168.4.1: icmp_seq=5 ttl=64 time=0.230 ms
64 bytes from 192.168.4.1: icmp_seq=6 ttl=64 time=0.388 ms
64 bytes from 192.168.4.1: icmp_seq=7 ttl=64 time=0.217 ms
64 bytes from 192.168.4.1: icmp_seq=8 ttl=64 time=0.214 ms
64 bytes from 192.168.4.1: icmp_seq=9 ttl=64 time=0.186 ms
--- 192.168.4.1 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.186/0.249/0.388/0.060 ms