Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 1999 17:56:19 +0400 (MSD)
From:      "Pavel V. Antipov" <pavel@ikar.elect.ru>
To:        freebsd-questions@freebsd.org
Subject:   natd question
Message-ID:  <Pine.BSF.3.96.990607174801.456A-100000@ikar.elect.ru>

next in thread | raw e-mail | index | archive | help
Hi !

I have FreeBSD-2.2.5 internet server and local network which conected to
my internet server. Local hosts has IP as advices in RFC1918.
I want to provide the access to remote machine (194.87.96.134:27500) from
my local host (192.168.32.5) via natd.
See below the natd.conf:

use_sockets yes
same_ports yes
unregistered_only yes
interface de0
permanent_link udp 192.168.32.5:25000 194.87.96.134:0 27500
permanent_link udp 194.87.96.134:27500 192.168.32.5:0 25000


In this case when I try to connect to 194.87.96.134 I see (using tcpdump):
.... 192.168.32.5:27901 > 194.87.96.134 UDP (17)

Of course, remote server will not response me.

HOW can i alter the source IP of outgouing packets ?
(AND reverse)

Please answer me via email:pavel@ikar.elect.ru

Thank you
		Pavel




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.3.96.990607174801.456A-100000>