Re: ethernet dhcp, mol ethertap, doesn't work


Subject: Re: ethernet dhcp, mol ethertap, doesn't work
From: R Shapiro (rshapiro@bbn.com)
Date: Wed Oct 18 2000 - 17:40:53 MDT


R Shapiro writes:
> Still not working :(

I fixed it....

> I have very strict firewall rules in place in linux, but I'm not
> seeing any indication that the firewall is blocking the MacOS packets.
> Could this be the problem?

This was, in fact, the problem. I needed two extra rules, one each at
the beginnning of the input and output chains.

ipchains -A output -i tap0 -s 0.0.0.0/0 -d 192.168.1.0/24 -j ACCEPT
ipchains -A input -i tap0 -s 192.168.1.0/24 -d 0.0.0.0/0 -j ACCEPT

-- 
rshapiro@bbn.com



This archive was generated by hypermail 2a24 : Wed Oct 18 2000 - 17:48:35 MDT