Subject: NAT + identd.
To: None <netbsd-users@netbsd.org>
From: Dawid Szymanski <dawszy@gornik.tgr.lubin.edu.pl>
List: netbsd-users
Date: 04/09/2001 09:04:36
Hello.
How could I set up properly working identd for machines behind NAT
(NetBSD) ?
I mean I need to allow ppl on windowz machines connect to irc servers with
no restrictions.

This is my ipnat.conf:

gornik# cat /etc/ipnat.conf
map ep0 192.168.0.0/16 -> 213.25.76.67/32 proxy port ftp ftp/tcp
map ep0 192.168.0.0/16 -> 213.25.76.67/32 portmap tcp/udp 40000:60000
map ep0 192.168.0.0/16 -> 213.25.76.67/32

DawS.