Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Connection: no route to host  (Read 3389 times)

0 Members and 1 Guest are viewing this topic.

noike

  • Guest
Connection: no route to host
« on: June 18, 2006, 03:57:36 PM »

when trying to start anope I get connection: no route to host
here is the unrealirdc.conf

Code: [Select]

link            services.puffball.homeunix.org
{
        username        *;
        hostname        localhost;
        bind-ip         *;
        port            7000;
        hub             *;
        password-connect "pass";
        password-receive "pass";
        class           servers;
                options {
                };
};

here is my services.conf file

Code: [Select]
RemoteServer    localhost 7000 "pass"

why does it not connect?
Logged

katsklaw

  • Guest
(No subject)
« Reply #1 on: June 18, 2006, 04:35:25 PM »

well first we don't have enough information .. reply with ServerName from services.conf and your listen blocks from unreaircd.conf
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #2 on: June 18, 2006, 04:58:35 PM »

tried replacing localhost by 127.0.0.1 ?
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

noike

  • Guest
(No subject)
« Reply #3 on: June 18, 2006, 06:00:35 PM »

ServerName      "services.puffball.homeunix.org"

that is just some random thing I made up, cuase it was required, the actual hostname is puffball.homeunix.org nothing more nothing less.

 * NEW: listen {}
 * listen (ip number):(port number)
 * listen: listen (ip):(port);
 * NOTICE: for ipv6 ips (3ffe:b80:2:51d::2 etc), use listen [ip]:port;
/* Options for listen:
listen         *:6697
#listen         *:8067;
listen         *:6667;
listen         *:7000;

listen blocks
thanks for your help
Logged
Pages: [1]   Go Up