From owner-freebsd-questions Wed Jun 14 10:13:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pacificnet.com.mx (customer-148-223-69-2.uninet.net.mx [148.223.69.2]) by hub.freebsd.org (Postfix) with ESMTP id 7EEB137C42D for ; Wed, 14 Jun 2000 10:13:16 -0700 (PDT) (envelope-from freebsd@mail.pacificnet.com.mx) Received: from localhost (freebsd@localhost) by mail.pacificnet.com.mx (8.9.3/8.9.3) with ESMTP id LAA51814 for ; Wed, 14 Jun 2000 11:14:59 -0600 (MDT) (envelope-from freebsd@mail.pacificnet.com.mx) Date: Wed, 14 Jun 2000 11:14:58 -0600 (MDT) From: FreeBSD To: freebsd-questions@FreeBSD.ORG Subject: redirect_port and dialpad Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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