sinapsi wrote:
> I have a debian linux stable.
> The machine is connect to the internet via router with nat , port 113 is
> forwarded to the linux box.
I have the exact set up. A Debian Sid, and I run oidentd and use irssi
to connect to irc servers.
> Identd is installed and I have this line in inetd.conf:
>
> auth stream tcp nowait nobody /usr/sbin/in.identd in.identd
>
> I connect to irc with a command line client like irssi or Bitchx to dalnet
> or efnet and I always get:
>
> No Ident response
This is because your NAT translates the local port to a different port.
I have the same issue, here is some log from my NAT (Cisco router thingy):
10.0.0.10:37626 xx.xx.xx.xx:31661 4770 0x00046 tcp eth0 wan0-0
When EFNet now asks my oidentd at port 113 it will issue the command:
31661, 6667
but it should send:
37626, 6667
Protocol fetched from RFC 1413
http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc1413.html
> In netstat -atn:
>
> tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN
>
> I cannot find out the problem, have you got any idea?
The problem is the router, really not sure how to make the ports be
transperent.
--
Regards
Hans-Christian Egtvedt