Date: Wed, 14 Jun 2000 11:14:58 -0600 (MDT) From: FreeBSD <freebsd@mail.pacificnet.com.mx> To: freebsd-questions@FreeBSD.ORG Subject: redirect_port and dialpad Message-ID: <Pine.BSF.4.10.10006141106420.51533-100000@mail.pacificnet.com.mx>
next in thread | raw e-mail | index | archive | help
Hi ! I know that this one it's and old topic but please help me with this. I have a FreeBSD 3.3 box with NAT running just fine I include the following configuration to may natd.conf file : redirect_port tcp 192.168.1.3:51210 51210 redirect_port udp 192.168.1.3:51200 51200 redirect_port udp 192.168.1.3:51201 51201 the dial pad service works perfect with that host, BUT how can I include more than one host to use dialpad service? I try : #host 1 redirect_port tcp 192.168.1.3:51210 51210 redirect_port udp 192.168.1.3:51200 51200 redirect_port udp 192.168.1.3:51201 51201 # host 2 redirect_port tcp 192.168.1.10:51210 51210 redirect_port udp 192.168.1.10:51200 51200 redirect_port udp 192.168.1.10:51201 51201 but doesn't work any of the hosts. so if any of you have a solution for this I will appreciate your help. Thanks in advance. 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?Pine.BSF.4.10.10006141106420.51533-100000>