View Single Post
  #7 (permalink)  
Old 03-27-2008, 09:11 AM
xtimox xtimox is offline
Intermediate Member
 
Posts: 15
Default

Quote:
Originally Posted by webman View Post
What responses do you get from pinging mail.tvi.cl and tvi.cl from the server itself?
Code:
root@tvi:~# ping mail.tvi.cl
PING mail.tvi.cl (192.168.169.33) 56(84) bytes of data.
64 bytes from tvi.cl (192.168.169.33): icmp_seq=1 ttl=64 time=0.025 ms
64 bytes from tvi.cl (192.168.169.33): icmp_seq=2 ttl=64 time=0.025 ms
64 bytes from tvi.cl (192.168.169.33): icmp_seq=3 ttl=64 time=0.020 ms
64 bytes from tvi.cl (192.168.169.33): icmp_seq=4 ttl=64 time=0.026 ms

--- mail.tvi.cl ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 0.020/0.024/0.026/0.002 ms
root@tvi:~# ping tvi.cl
PING tvi.cl (192.168.169.33) 56(84) bytes of data.
64 bytes from tvi.cl (192.168.169.33): icmp_seq=1 ttl=64 time=0.026 ms
64 bytes from tvi.cl (192.168.169.33): icmp_seq=2 ttl=64 time=0.022 ms

--- tvi.cl ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.022/0.024/0.026/0.002 ms
root@tvi:~#
Reply With Quote