Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 08:24:38 -0800 (PST)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        death <death@southcom.com.au>
Cc:        Ben WIlliams <williamsl@Home.Com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: pidentd
Message-ID:  <Pine.BSF.4.21.9912130821500.74623-100000@resnet.uoregon.edu>
In-Reply-To: <4.2.1.19991213205944.00c55ac0@mail.southcom.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Dec 1999, death wrote:

> a) NAT all identd stuff to windows using:
> 
> ipfw add 30000 divert 666 tcp from any 113 to any via ppp0
> ipfw add 30000 divert 666 tcp from any to any 113 via ppp0
> natd -port 666 -redirect_address 192.168.1.2 0.0.0.0 -interface ppp0 -dynamic

Icky.  Just add another -redirect_port command to your existing NAT and
restart it.  Or better, start using /etc/natd.conf and the -f option to
natd.

> b) Use a socks5 server. This is the best option - but i couldn't get ident 
> working in socks5 though. Eventually got it compiled in by fixing some 
> broken code, but then it still did nothing.

Beyond using sockscap, do any worthwhile IRC clients use Socks?

Doug White                    |  FreeBSD: The Power to Serve
dwhite@resnet.uoregon.edu     |  www.FreeBSD.org



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