Date: Wed, 3 Nov 1999 10:20:56 -0500 (EST) From: Drew C Morone <drew@j51.com> To: freebsd-questions@freebsd.org Subject: natd redirect_port question Message-ID: <199911031520.KAA04315@j51.com>
next in thread | raw e-mail | index | archive | help
I've got a firewall setup using natd and ipfw. It's working fine, but I want to open a port and redirect it to the telnet port on a solaris 2.6 machine inside my firewall. I have the following line in my rc.conf file: natd_flags="-l -redirect_port tcp 192.168.0.5:telnet 6666" 192.168.0.5 being the solaris box. When I telnet to the firewall box at port 6666, it just sits there, then times out. I can telnet to the solaris box from inside the firewall, and I can set up a redirect to the ftp port on a windows box, and it works fine: natd_flags="-l -redirect_port tcp 192.168.0.4:ftp 7777" Why would it time out like that on the solaris box? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911031520.KAA04315>