Hello list,<br><br>I've got my /etc/conf.d/net setup as follows:<br><br># Interface Handler<br>modules=( "ifconfig" )<br><br># eth0 (WAN) config<br>config_eth0=( "dhcp" )<br><br># eth1 (LAN) config<br> config_eth1=( "<a href="http://192.168.1.1">192.168.1.1</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> broadcast <a href="http://192.168.1.255">192.168.1.255</a>" )<br>routes_eth1=( "<a href="http://192.168.1.0"> 192.168.1.0</a> via <a href="http://192.168.1.1">192.168.1.1</a>" ) # the idea here is that I wish to have all traffic intended for hosts on <a href="http://192.168.1.0">192.168.1.0</a> pass through <a href="http://192.168.1.1"> 192.168.1.1</a>.<br><br>Here's the output from ifconfig eth1:<br><br>eth1 Link encap:Ethernet HWaddr 00:10:B5:0E:D6:E9<br> inet addr:<a href="http://192.168.1.1">192.168.1.1</a> Bcast:<a href="http://192.168.1.255"> 192.168.1.255</a> Mask:<a href="http://255.255.255.0">255.255.255.0</a><br> UP BROADCAST MULTICAST MTU:1500 Metric:1<br> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 <br> collisions:0 txqueuelen:1000<br> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)<br> Interrupt:10 Base address:0x6c00<br><br>This is my routing table:<br><br>Kernel IP routing table<br>Destination Gateway Genmask Flags Metric Ref Use Iface <br><a href="http://192.168.1.0">192.168.1.0</a> * <a href="http://255.255.255.0">255.255.255.0</a> U 0 0 0 eth1<br>c-71-203-144-0. * <a href="http://255.255.252.0">255.255.252.0 </a> U 0 0 0 eth0<br>loopback * <a href="http://255.0.0.0">255.0.0.0</a> U 0 0 0 lo<br>default c-71-203-144-1. <a href="http://0.0.0.0">0.0.0.0</a> UG 0 0 0 eth0 <br><br>One odd thing is, if I run mii-tool eth1, I get:<br>eth1: no link<br><br>eth1 is connected to my client machine via crossover cable (the wire scheme A end is plugged into eth1, and the wire scheme b end is plugged into the client machine) <br><br>I'm experiencing difficulty where my client can't get to the Internet (the pages just time out), and I can't ping the gateway (<a href="http://192.168.1.1">192.168.1.1</a>) from the client. Also, from the firewall, I can't ping the client machine ( <a href="http://192.168.1.2">192.168.1.2</a>).<br><br>Pings from the firewall to the client result in Destination Unreachable, and if I remember correctly, pings from the client to the firewall just time out.<br><br>I'm running shorewall (v 3.0.8), so I've tried shutting it down (shorewall clear) to eliminate that as an option, but still not getting anywhere.<br><br>.config has the following entries in it, please let me know if there are others that you need to see. <br><br>CONFIG_IP_ADVANCED_ROUTER=y<br>CONFIG_NETFILTER=y<br>CONFIG_IP_NF_NAT=y<br><br>Thanks,<br><br>Shawn<br><br>"Doing linear scans over an associative array is like trying to club someone to death with a loaded Uzi." <br>--Larry Wall