Chris Hill wrote:
<snip>
Any idea of a useable ipfw rule that will work for this application?

Best let natd.conf handle the redirect, like this (I have an old fbsd4.0 box) -


use_sockets yes
port 8668
alias_address outside.nic.address
redirect_port tcp 192.168.1.10:80 80

192.168.1.10 is the inside web server ip address. Change it to whatever yours is. Alias is the nic facing the internet on the firewall box. Change it accordingly.
Your rc.firewall (whatever you called the rules file) should have the lines in it to read the natd.conf file before loading the firewall rules.
Hope that helps,
Chip


Thanks in advance.

--
Chris Hill               [EMAIL PROTECTED]
**                     [ Busy Expunging <|> ]

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

.



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

Reply via email to