Forum Home
Press F1
 
Thread ID: 40332 2003-12-05 03:19:00 Squid Woes in Mandrake [linux] mb0o53 (4863) Press F1
Post ID Timestamp Content User
197500 2003-12-07 08:42:00 [root@localhost root]# ping -I eth1 192.168.1.3 -c 5
PING 192.168.1.3 (192.168.1.3) from 192.168.1.1 eth1: 56(84) bytes of data.
64 bytes from 192.168.1.3: icmp_seq=1 ttl=128 time=0.332 ms
64 bytes from 192.168.1.3: icmp_seq=2 ttl=128 time=0.335 ms
64 bytes from 192.168.1.3: icmp_seq=3 ttl=128 time=0.318 ms
64 bytes from 192.168.1.3: icmp_seq=4 ttl=128 time=0.323 ms
64 bytes from 192.168.1.3: icmp_seq=5 ttl=128 time=0.335 ms

--- 192.168.1.3 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3996ms
rtt min/avg/max/mdev = 0.318/0.328/0.335/0.021 ms

Yep thats working

[root@localhost root]# ping -I eth0 192.168.1.3 -c 5
PING 192.168.1.3 (192.168.1.3) from 192.168.1.5 eth0: 56(84) bytes of data.
From 192.168.1.5 icmp_seq=1 Destination Host Unreachable
From 192.168.1.5 icmp_seq=2 Destination Host Unreachable
From 192.168.1.5 icmp_seq=3 Destination Host Unreachable
From 192.168.1.5 icmp_seq=4 Destination Host Unreachable
From 192.168.1.5 icmp_seq=5 Destination Host Unreachable

--- 192.168.1.3 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4021ms
, pipe 3

and thats not
[linux] mb0o53 (4863)
197501 2003-12-07 08:49:00 actually i just realised that eth0 was still disconnected :S...plugged it back in and the network is pingable:

[root@localhost storage]# ping -I eth0 192.168.1.3 -c 5
PING 192.168.1.3 (192.168.1.3) from 192.168.1.5 eth0: 56(84) bytes of data.
64 bytes from 192.168.1.3: icmp_seq=1 ttl=128 time=1.91 ms
64 bytes from 192.168.1.3: icmp_seq=2 ttl=128 time=0.918 ms
64 bytes from 192.168.1.3: icmp_seq=3 ttl=128 time=0.929 ms
64 bytes from 192.168.1.3: icmp_seq=4 ttl=128 time=1.34 ms
64 bytes from 192.168.1.3: icmp_seq=5 ttl=128 time=0.886 ms

--- 192.168.1.3 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4037ms
rtt min/avg/max/mdev = 0.886/1.199/1.914/0.396 ms
[linux] mb0o53 (4863)
197502 2003-12-07 09:02:00 So you have to add your eth1 to the routing table.... I'll post back in the morning, its been a long day... ;-)


Chill.
Chilling_Silently (228)
1 2 3