Hello list,<br><br>I&#39;ve got my /etc/conf.d/net setup as follows:<br><br># Interface Handler<br>modules=( &quot;ifconfig&quot; )<br><br># eth0 (WAN) config<br>config_eth0=( &quot;dhcp&quot; )<br><br># eth1 (LAN) config<br>
config_eth1=( &quot;<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>&quot; )<br>routes_eth1=( &quot;<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>&quot; ) # 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&#39;s the output from ifconfig eth1:<br><br>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:10:B5:0E:D6:E9<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:<a href="http://192.168.1.1">192.168.1.1</a>&nbsp; Bcast:<a href="http://192.168.1.255">
192.168.1.255</a>&nbsp; Mask:<a href="http://255.255.255.0">255.255.255.0</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:1000<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:0 (0.0 b)&nbsp; TX bytes:0 (0.0 b)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Interrupt:10 Base address:0x6c00<br><br>This is my routing table:<br><br>Kernel IP routing table<br>Destination&nbsp;&nbsp;&nbsp;&nbsp; Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags Metric Ref&nbsp;&nbsp;&nbsp; Use Iface
<br><a href="http://192.168.1.0">192.168.1.0</a>&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://255.255.255.0">255.255.255.0</a>&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br>c-71-203-144-0. *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://255.255.252.0">255.255.252.0
</a>&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth0<br>loopback&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://255.0.0.0">255.0.0.0</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 lo<br>default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c-71-203-144-1. <a href="http://0.0.0.0">0.0.0.0</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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&#39;m experiencing difficulty where my client can&#39;t get to the Internet (the pages just time out), and I can&#39;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&#39;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&#39;m running shorewall (v 
3.0.8), so I&#39;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>&quot;Doing linear scans over an associative array is like trying to club someone to death with a loaded Uzi.&quot;
<br>--Larry Wall