Date: Mon, 28 Feb 2005 17:44:56 -0800 (PST) From: Chico <chicoman341978@yahoo.com> To: freebsd-ipfw@freebsd.org Subject: IPFW and NATD Message-ID: <20050301014456.75392.qmail@web51908.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
I am using IPFW and NATD. I am trying to allow users to terminal service into a computer on my LAN. This works using the "PASS" in my /etc/firewall.rules instead of allow. However, when I do this i can not connect to remote servers via terminal services. Can someone provide some insight on how this should be setup? /etc/firewall.rules: add 200 pass all from any to any via lo0 add 300 divert natd all from any to any via fxp0 add 400 allow all from any to any 3389 keep-state /etc/natd.conf interface fxp0 use_sockets yes same_ports yes dynamic yes redirect_port tcp 10.0.0.2:3389 3389 __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050301014456.75392.qmail>