Emil Khatib wrote:
[ ... ]
> The firewall rules are:

pass udp from me to any 53 keep-state pass tcp from me to any 20 keep-state pass tcp from me to any 21 keep-state pass tcp from me to any 80 keep-state

So I want to allow DNS, FTP and HTTP.

Your rules aren't enough to work right; at the very least, you need a check-state rule to permit return traffic to the connections you approve of via the keep-state keyword. I suggest you examine /etc/rc.firewall carefully and look at the example rulesets there.


Also, while you can use IPFW and natd in conjunction with PPP via the tun0 interface, doing so is more complicated than need be since PPP already has firewall and NAT'ing capabilities built-in. Using them directly via your ppp.conf might be easier.

--
-Chuck
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to