Push-Nachrichten von MacTechNews.de
Würden Sie gerne aktuelle Nachrichten aus der Apple-Welt direkt über Push-Nachrichten erhalten?
Forum>Netzwerke>identd

identd

sYntiq18.08.0323:49
Hi.

Wie evtl der eine oder andere mitbekommen hat, braucht man ab heute als T-Offline Kunde einen ident um auf ircnet-server zu kommen. (näheres hierzu: )

Die Frage ist jetzt: Wie aktiviere ich den identd, bzw. wie weiss ich das er läüft? Habe hier nämlich 2 Rechner hinter einem Router. Portforwarding (113) ist auf dem Router zu meinen Rechner eingestellt und weiss nun nicht ob der Router spinnt, oder der Identd einfach nicht läuft.

Den identd habe ich mit Hilfe der anleitung die ich hier am Ende anhänge angeblich aktiviert. Bloss merke ich keinen Unterschied zu vorher.

Ich habe selbst leider zu wenig Ahnung von dem ganzen Kram. Sprich: Ich folge den Anleitungen Schritt für Schritt ohne wirklich 100%ig zu wissen was ich da tue.

Über Hilfe wäre ich wirklich dankbar, da meien Freundin und ich das IRC eigentlich täglich nutzen.

Hier die Anleitung die ich gefunden habe zum aktivieren des Identd.

--------------------
To get identd running on OS X, you'll need to edit your /etc/inetd.conf file. Now follows real unix stuff .

Step 1.

Open your Terminal application. (Found in the Utilities folder inside your Applications folder)
type

sudo pico /etc/inetd.conf

enter the root password (your normal password).

you are now editing the inetd.conf file with the pico editor as 'root', the administrator.
the objective is to change the line:

#identd stream tcp wait root /usr/libexec/tcpd identd -w -t120
or
#auth stream tcp wait root /usr/libexec/tcpd identd -w -t120

to:

auth stream tcp wait root /usr/libexec/tcpd identd -w -t120

Use the cursor or the cntl-v/cntl-y keys to move through the document. The line you want is probably at the very bottom. Cursor over the "#identd" part and backspace until it is gone. Then enter "auth" in this space. Use control-O to save the file. Confirm that the name of the file is inetd.conf and hit enter. Control-X leaves the application.


Step 2. Restart Inetd

Inetd is a background process that dispatches all network requests. Now that you edited the config file, you need to restart inetd.

Restart your Mac the old fashioned way (“Restart” from the Special Menu or type

shutdown -r now

in the terminal or just 'kill' inetd services by typing the following into the terminal:

ps aux | grep inetd

The command should return something like this:

root 181 0.0 0.2 2272 316 ?? Ss 0:00.00 inetd

then type:

kill -HUP 181

The number 181 will vary. Its the first number listed in the result. The command 'ps' lists all running processes on your Mac.

That's all. You only need to repeat this when you clean install a new Mac OS X version.
0

Kommentare

sbk
sbk19.08.0300:15

Ich habe t-dsl und habe meinen idend immer 'disabled'.

Bin 24/7 im IRC und konnte heute keinen Unterschied zu früher feststellen - wenn mich mal ein Server deswegen rauswirft (z.B. irc.newnet.net), dann finde ich immer einen anderen im gleichen Netz, der es nicht tut (z.B. irc.aohell.org). Also mich lässt das kalt.

Hier bei macosxhints gabs mal infos dazu:
0
kester20.08.0300:52
Ein offener Port 113 (TCP) ist ohnehin ein potentielles Sicherheitsproblem. Selbst ein geschlossener Port 113, um genau zu sein

Ob dein Port offen ist (wenn's dann sein muss) kannst du durch einen "Common Port Scan" herausfinden. Geh' mal auf diese Seite hier: Wenn IDENT läuft, bekommst du nach dem Scan ein Warnung.
0
sYntiq21.08.0312:11
Laut der Seite ist der Port 113 offen. Aber sagt diese Seite mir jetzt das der Port einfach nur offen ist, oder das Ident auch läuft? Denn irgendwie habe ich das Problem,das ich, wenn ich mit ircle zu einem ircnet-server verbinden will, er mich rausschmeisst (k-lined) weil kein identd vorhanden ist...

[sbk]
Die von dir genannten Server sind anscheinend keine echten ircnet-server. Zumindest existiert nicht einer meiner Standard-Channel
0

Kommentieren

Diese Diskussion ist bereits mehr als 3 Monate alt und kann daher nicht mehr kommentiert werden.