Quote:
Originally posted by GFED
Woohoo! I got it!
If anyone else is wondering... all you have to do is open up your /etc/rc.firewall and find this line...
Code:
${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
and change it to whatever...
|
Scratch that... I forgot to disable apache on the gateway... :/
I found this link,
http://freebsd.hanirc.org/holyboard/...3&no=522&jd=-1
but modifying
natd_flags="-m -s"
to
natd_flags="-m -s -redirect_port tcp 192.168.0.9:80 127.0.0.1:80"
to my /etc/rc.conf doesn't seem to work...