>Any thoughts on how I can get routes between the two cards????  


Don't forget the "-W" command on the IFFWADM line and enable
IP Forwarding:  


ie:     eth0 - connected to the cablemodem
        eth1 - connected to the internal LAN

        --

        /sbin/ipfwadm -F -p deny
        /sbin/ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0 -W eth0

        

        echo "Enabling IP Forwarding.."
        echo "1" > /proc/sys/net/ipv4/ip_forwarding


        Or you can edit the /etc/sysconfig/network and change:

                FORWARD_IPV4=false
                        to
                FORWARD_IPV4=true

--David
 .----------------------------------------------------------------------------.
 |  David A. Ranch  - Remote Access/Linux/PCs       [EMAIL PROTECTED]  |
 !----                                                                    ----!
 `----- For more detailed info, check out: www.ecst.csuchico.edu/~dranch -----'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to