>My Mac II (8 mb ram, 500 mb hd) runs Debian at 3.80 bogomips.
Eouch!
>ifconfig eth1 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
>route add -net ${NETWORK} netmask ${NETMASK} dev eth1
>route add default gw ${GATEWAY} netmask ${NETMASK} dev eth1 metric 1
This is good except your default GW should point to eth0. BUT..
don't run this route until the eth0 interface is configured by
DHCP first.
>dhclient eth0
Does this work?
>ipfwadm -I -a accept -S 0/0 68 -D 0/0 67 -W eth0 -P udp
>ipfwadm -F -p deny
>ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0
Is this all the statements you have? What are your policies on
INPUT and OUTPUT?
>I tried to point to a static ip as a test; I am not getting out on the eth0
card
>at all now. I tried turning off temporarily the ipfwadm rules, and am still
>experiencing the same problem.
This is because of your default GW statement being hosed.
--David
.----------------------------------------------------------------------------.
| David A. Ranch - Linux/Networking/PC hardware [EMAIL PROTECTED] |
!---- ----!
`----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]