From owner-freebsd-questions Wed Jul 21 20:40:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 4FF6714EAA for ; Wed, 21 Jul 1999 20:40:05 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 29418 invoked by uid 1001); 22 Jul 1999 03:59:55 -0000 Date: Wed, 21 Jul 1999 23:59:55 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: natd won't alias?? What the deal? 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 I have 2 ip addresses bound to one NIC card and I am attempting to use NATD to route addresses from my private network to the internet with little success. Addresses: 207.196.47.5 mask 0xfffffff0 (public iface) 10.0.0.20 mask 0xffffff00 When I run natd in debug mode it sees packets from my internal hosts but does not translate their addresses for some reason. Here is the output from natd -v -a 207.196.47.5 In [ICMP] [ICMP] 10.0.0.1 -> 209.70.120.131 8(0) aliased to [ICMP] 10.0.0.1 -> 209.70.120.131 8(0) Out [ICMP] [ICMP] 207.196.47.5 -> 10.0.0.1 3(1) aliased to [ICMP] 207.196.47.5 -> 10.0.0.1 3(1) Here is what I would expect: In [ICMP] [ICMP] 10.0.0.1 -> x.x.x.x 8(0) aliased to [ICMP] 207.196.47.5 -> x.x.x.x 8(0) Out [ICMP] [ICMP] 207.196.47.5 -> x.x.x.x 3(1) aliased to [ICMP] 10.0.0.20 -> 10.0.0.1 3(1) All help is greatly appreciated. Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message