Schrift
[thread]10051[/thread]

irc.perl.org: java.net.UnknownHostException



<< >> 8 Einträge, 1 Seite
pq
 2007-08-13 16:04
#97582 #97582
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
das java-applet läuft ja auf deinem rechner, also muss es ein problem bei deinem
dns sein.
kommst du denn mit einem normalen irc-client rauf?
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
Gast Gast
 2007-08-13 15:37
#97994 #97994
nepos+2007-08-13 13:31:58--
Sicher, dass das DNS-Problem nicht auf deiner Seite besteht?


Hmmm, eigentlich schon, denn die erste Auflösung ging ja (irc.perl.org CNAME...)

auch komisch:
$ host 62.121.16.101
101.16.121.62.in-addr.arpa domain name pointer braga.cuckoo.org.

$ host 89.16.161.112
112.161.16.89.in-addr.arpa domain name pointer cou.ch.

Sind das wirklich die korrekten Server?

Gruss,
Sven
Gast Gast
 2007-08-13 14:39
#98041 #98041
Hi,

würde in Euren IRC einsteigen, aber ich bekomme

Connecting...
[12:34] Unable to connect : java.net.UnknownHostException : irc.perl.org

Scheint mir eher ein DNS Problem zu sein:


$ dig irc.perl.org

; <<>> DiG 9.3.4 <<>> irc.perl.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55209
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;irc.perl.org. IN A

;; ANSWER SECTION:
irc.perl.org. 817 IN CNAME g.irc.perl.org.

;; Query time: 27 msec
;; SERVER: 192.168.32.27#53(192.168.32.27)
;; WHEN: Mon Aug 13 12:35:35 2007
;; MSG SIZE rcvd: 46

$ dig g.irc.perl.org

; <<>> DiG 9.3.4 <<>> g.irc.perl.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19631
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;g.irc.perl.org. IN A

;; Query time: 23 msec
;; SERVER: 192.168.32.27#53(192.168.32.27)
;; WHEN: Mon Aug 13 12:35:44 2007
;; MSG SIZE rcvd: 32

$ telnet irc.perl.org 6667
telnet: could not resolve irc.perl.org/6667: Name or service not known


Für jede Hilfe dankbar,
Sven
nepos
 2007-08-13 15:31
#98051 #98051
User since
2005-08-17
1420 Artikel
BenutzerIn
[Homepage] [default_avatar]
Kann ich einwandfrei auflösen:
Code: (dl )
1
2
g.irc.perl.org          A       62.121.16.101
g.irc.perl.org A 89.16.161.112


Sicher, dass das DNS-Problem nicht auf deiner Seite besteht?
Gast Gast
 2007-08-13 16:04
#98053 #98053
OK, ich hab das jetzt DNS-mäßig mal aufgedröselt:


$ host -vr irc.perl.org
Trying "irc.perl.org"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12941
;; flags: qr ra; QUERY: 1, ANSWER: 0, AUTHORITY: 4, ADDITIONAL: 4
...
;; AUTHORITY SECTION:
perl.org. 70161 IN NS ns3.us.bitnames.com.
perl.org. 70161 IN NS ns1.us.bitnames.com.
perl.org. 70161 IN NS ns2.eu.bitnames.com.
perl.org. 70161 IN NS ns2.us.bitnames.com.
...
Received 184 bytes from 192.168.32.27#53 in 0 ms
... (gekürzt)
$

### OK, fragen wir den Nameserver selbst:

$ host irc.perl.org ns2.eu.bitnames.com.
Using domain server:
Name: ns2.eu.bitnames.com.
Address: 84.243.240.9#53
Aliases:

irc.perl.org is an alias for g.irc.perl.org.

$ host g.irc.perl.org ns2.eu.bitnames.com.
Using domain server:
Name: ns2.eu.bitnames.com.
Address: 84.243.240.9#53
Aliases:

$ # keine Antwort, deshalb Test, ob überhaupt was zurückkommt:

$ host perl.org ns2.eu.bitnames.com.
Using domain server:
Name: ns2.eu.bitnames.com.
Address: 84.243.240.9#53
Aliases:

perl.org has address 63.251.223.163
perl.org mail is handled by 5 mx.develooper.com.


Jo, ns2.eu.bitnames.com antwortet, aber kann g.irc.perl.org nicht auflösen...

Schon ein DNS-Problem, oder?

Gruss,
Sven
Gast Gast
 2007-08-13 16:05
#98054 #98054
pq+2007-08-13 14:04:33--
kommst du denn mit einem normalen irc-client rauf?

nein. auch nicht. siehe auch das telnet im OP.

Gruss,
Sven
Gast Gast
 2007-08-13 16:06
#98055 #98055
Wenn ich übrigens die erste oben genannte IP-Adresse verwende, dann komme ich rein, wir können das also jetzt auch im IRC diskutieren, wenn Ihr wollt - ich bin svenxy
Gast Gast
 2007-08-13 16:10
#98056 #98056

$ telnet 62.121.16.101 6667
Trying 62.121.16.101...
Connected to 62.121.16.101.
Escape character is '^]'.
:www.astray.com NOTICE AUTH :*** Looking up your hostname...
:www.astray.com NOTICE AUTH :*** Checking Ident
:www.astray.com NOTICE AUTH :*** Found your hostname
^]
telnet> quit
Connection closed.

$ telnet irc.perl.org 6667
telnet: could not resolve irc.perl.org/6667: Name or service not known
<< >> 8 Einträge, 1 Seite



View all threads created 2007-08-13 14:39.