Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 1998 17:04:22 +1200 (NZST)
From:      Andrew McNaughton <andrew@squiz.co.nz>
To:        Evren Yurtesen <yurtesen@ispro.net.tr>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   RE: hello
Message-ID:  <Pine.BSF.3.96.980701161752.15900A-100000@aniwa.sky>
In-Reply-To: <Pine.BSF.3.96.980701025731.4142A-100000@finland.ispro.net.tr>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 1 Jul 1998, Evren Yurtesen wrote:

> eh now I am trying natd and ipfw, 
> well natd says that it redirects packets from one host to another
> to another port...I am trying to work it to redirect
> packets from the same host to the same host with another port
> 
> I am even not sure if I may map port 80 to 8080 with natd
> any suggestions please?

this needs to be made much more specific, but seems to work on my setup

natd -log -use_sockets -redirect_port tcp aniwa.actrix.gen.nz:80 8080 \
          -a aniwa.actrix.gen.nz -p 6668
ipfw add 3000 divert 6668 tcp from any to any via ep0


Andrew McNaughton


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" 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.980701161752.15900A-100000>