This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

dns lookup failed

Old posts that have not been replied to for several years.
Locked
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

dns lookup failed

Post by virtuoso »

in my eggdrop.conf file i have :

set servers {
irc6.ngnet.it
}

STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg Tentativo hello
This will make the bot recognize you as the master.

[11:41] === Tentativo: 2 channels, 0 users.
[11:41] main: entering loop
[11:41] Trying server irc6.ngnet.it:6667
[11:41] Failed connect to irc6.ngnet.it (DNS lookup failed)

how can i fix it ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Is this a IPv6 server?

If so, you ahve to use the IPv6 IP address.
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

Post by virtuoso »

like this :

set servers {
"2001:6b8:1:0:210:83ff:fe35:2816"
}

but the output is :

[14:55] === Tentativo: 2 channels, 0 users.

[14:55] main: entering loop

[14:55] Trying server 2001:6

[14:56] Timeout: connect to 2001
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Please follow the example given in eggdrop.conf distributed with eggdrop.

Code: Select all

set servers {
[ipv6:address::here]
}
h
har0
Voice
Posts: 20
Joined: Fri Jan 17, 2003 7:07 am

Post by har0 »

Maybe the problem is, that the Ngnet tunnel has been down a while?

mine works again ... so retry ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You may also note that HE tunnels no longer work for IRC.

They have been removed due to abuse and attacks on the router.
h
har0
Voice
Posts: 20
Joined: Fri Jan 17, 2003 7:07 am

Post by har0 »

short Update:

Ngnet decided (due to lamers? ) to close server and ipv6 for all "foreign" customers ...so old tunnels outside .IT do not work anymore ..
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I had the same problem before, but when i put the dns of the server in stead of the server name it worked.
Locked