Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 23:59:55 -0400 (EDT)
From:      Wayne Cuddy <wayne@crb-web.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   natd won't alias?? What the deal?
Message-ID:  <Pine.LNX.3.95.990721235041.29357A-100000@crb.crb-web.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.990721235041.29357A-100000>