Re: Router with NAT and DMZ host

2006-06-01 Thread Kian Mohageri
> # DMZ Host > rdr on $red_if proto tcp from any to any port $dmz_ports -> $dmz_host This doesn't look right. If you redirect all connections on those ports to the DMZ host, how do you expect your router to receive replies to those unprivileged ($dmz_ports) ports for stuff like web browsing?

Re: Router with NAT and DMZ host

2006-06-01 Thread Planck
> Now there is one issue remaining, for some reason I cannot surf the > internet, make an FTP connection, etc... from the router itself. When > try to surf the internet lynx hangs at "making http connection to x". So > how do I fix this? Is there some problem with my network configuration, > or did

Router with NAT and DMZ host

2006-06-01 Thread RedShift
Hi everyone I've got a simple router set up as home, replacing an old US Robotics 8000. I set up NAT translation with pf. I have the following rules: -- begin /etc/pf.conf -- red_if="ne3" green_if="fxp0" dmz_host="192.168.0.102" dmz_ports="{1024:65535}" local_public_services="{, 8080}"