Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 1999 21:37:21 +0200 (MET DST)
From:      Milan Kopacka <mkop5230@ss1000.ms.mff.cuni.cz>
To:        tps@ti.sk
Cc:        freebsd-net@FreeBSD.ORG
Subject:   RE: TRANSPROXY Problem
Message-ID:  <Pine.GSO.3.96.990802213337.14164A-100000@u-us0.ms.mff.cuni.cz>
In-Reply-To: <000001bedd1a$be7b6a80$6f01a8c0@tps.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Aug 1999, Tomas TPS Ulej wrote:

> root@[Fuzzy /root] # /usr/local/sbin/tproxy -t -s 4444 space.netlab.sk 3128
> 
> after:
> 
> root@[Fuzzy /root] # telnet 0 4444
> Trying 0.0.0.0...
> Aug  2 10:07:19 Fuzzy tproxy[287]: ioctl(SIOCGNATL): No such process
> Aug  2 10:07:19 Fuzzy tproxy[287]: ioctl(SIOCGNATL): No such process
> Connected to 0.
> Escape character is '^]'.
> Connection closed by foreign host.
> 
> Any idea?

You need to have NAT configured - for example

ipnat -f - <<EOF
rdr xl0 0.0.0.0/0 port 4444 -> 127.0.0.1 port 4444
EOF

  Milan Kopacka




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




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