Alright I've run into another problem or maybe I'm just dumb. 208.3.69.1 is the main router connected to the internet. 208.3.69.2 (eth0) is the device connected via ethernet to the main router on the linux router/bridge. 208.3.69.4 (eth1) goes to the client (208.3.69.3). The main router is a cisco and its routes look like: ip route 0.0.0.0 0.0.0.0 Serial0/1 ip route 208.3.69.0 255.255.255.0 Ethernet0/0 ip route 208.3.69.3 255.255.255.255 208.3.69.2
The linux router/bridge has routes of: 208.3.69.3 * 255.255.255.255 UH 0 0 0 eth1 208.3.69.0 * 255.255.255.0 U 0 0 0 eth0 default 208.3.69.1 0.0.0.0 UG 1 0 0 eth0 The client has a gw of 208.3.69.4. When I try to ping the main router from the client it doesn't work. tcpdump on eth1 shows: 06:33:35.687012 arp who-has 208.3.69.1 tell 208.3.69.3 (repeated) Nothing shows up on eth0. When I try to ping 208.3.69.3 from the main router (208.3.69.1) tcpdump on eth0 shows: 06:48:45.166405 208.3.69.1 > 208.3.69.3: icmp: echo request (repeated) On eth1: 6:49:50.926361 208.3.69.1 > 208.3.69.3: icmp: echo request 06:49:50.929978 arp who-has 208.3.69.1 tell 208.3.69.3 06:49:52.928131 208.3.69.1 > 208.3.69.3: icmp: echo request 06:49:52.931469 arp who-has 208.3.69.1 tell 208.3.69.3 Is it something wrong with my routes? Or do I just suck? Thanks. -- Kevin - [EMAIL PROTECTED]

