View previous topic :: View next topic |
Author |
Message |
metalhedd l33t


Joined: 30 May 2002 Posts: 692 Location: Ontario Canada
|
Posted: Wed Jun 19, 2002 11:01 pm Post subject: IRC/Identd behind NAT |
|
|
I've been having trouble connecting to IRC Servers from my gentoo machine. I'm assuming that its due to not having an Identd server running. My questiois, if i'm behind a NAT machine. should the gentoo box run the identd server or should the OBSD NAT Machine? |
|
Back to top |
|
 |
Scrapz n00b

Joined: 06 Jun 2002 Posts: 21
|
Posted: Thu Jun 20, 2002 1:16 pm Post subject: |
|
|
I alway thought you dont actually run the identd server, you just have the port open so it can accept request and not drop/refuse it. All you have to do is open port 113 (identd port) and it should be fine. Try:
Code: | /sbin/iptables -A INPUT -p tcp --dport 113 -j ACCEPT |
TTFN,
Scrapz  |
|
Back to top |
|
 |
klieber Bodhisattva


Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu Jun 20, 2002 1:17 pm Post subject: |
|
|
Also, you may have to have ip_conntrack_irc enabled in your kernel. (either compiled in or as a module.)
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
 |
|