On Tue, Apr 21, 2009 at 01:44:57PM -0400, FM wrote: > I can connect to any server inside the 192.168.3.x subnet but when I try > to connect to gateway ( cisco pix) for ex (using ssh) : > ssh 192.168.3.1 > ssh: connect to host 192.168.3.1 port 22: No route to host > > > and tcpdump (on another server in 192.168.3.x) show me : > 13:42:55.829750 arp who-has 192.168.3.1 tell 192.168.3.201 > 13:42:56.759948 arp who-has 192.168.3.1 tell 192.168.3.201 > 13:42:57.783754 arp who-has 192.168.3.1 tell 192.168.3.201 > > Any idea ?
You have not included your bond module options, so I assume you are doing it in /etc/modprobe.conf Anyway, if you are using a switch with a configured channel bond (like Cisco Etherchannel), then you cannot use mode=0. You must use mode=1 (or other compatible modes like 5 or 6). There is a RH knowlege base entry about this. -- Justin Cook _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
