auth/identd/pidentd for IRC

General discussion Forum. All YDL related question which are not Install or Beginner questions.

auth/identd/pidentd for IRC

Postby CronoCloud » 12 Mar 2010, 12:21

I keep forgetting that the bog standard RH auth daemon doesn't work properly behind NAT, so I got around to installing pidentd which does
It's a simple compile, and then you edit /etc/xinetd.d/auth to look like this:

Code: Select all

service auth
  {
        flags = REUSE
        socket_type = stream
        wait = no
        user = nobody
        server = /usr/local/sbin/identd
        server_args = -m -N
        logonfailure += USERID
        disable = no
  }


And send the HUP to xinetd as follows:

killall -HUP xinetd

Of course, for auth to work at all, you have to open up port 113 in the YDL firewall, and port forward 113 to your PS3 on the router end, and have auth allowed in your /etc/hosts.allow

Ron Rogers Jr. (CronoCloud)
CECHE01 PS3 (MGS4 80GB Bundle) without OtherOS and with an upgraded 320GB HD
Running Fedora 23 on a Compaq Presario CQ5320F upgraded with a Phenom X4 and GT640
Vizio E221A1 22" 1080P TV with HDMI, using 1080P over HDMI
PSN ID: CronoCloudAuron
User avatar
CronoCloud
Moderator
Moderator
 
Posts: 523
Joined: 21 Oct 2006, 05:48
Location: Central Illinois, USA

Return to General

Who is online

Users browsing this forum: No registered users and 16 guests

cron