Re: Problems using natd to access internal webserver

2003-11-25 Thread Lowell Gilbert
Clayton F <[EMAIL PROTECTED]> writes: > pass in quick on fxp0 proto tcp from any to any port = 5500 keep state That looks like an ipfilter rule, not ipfw. Are you trying to use ipfilter with natd? That isn't a good idea... ___ [EMAIL PROTECTED]

RE: Problems using natd to access internal webserver

2003-11-25 Thread Andras Kende
I think it's your firewall's "keep state" is the problem. Here is some examples which works great for me: This is working example: /etc/rc.conf gateway_enable="YES" natd_enable=yes natd_interface=fxp0 natd_flags="-f /etc/rc.natd" firewall_enable=YES firewall_script="/etc/rc.firewall" /etc/rc.