Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: FATAL: Can't connect to server: Operation timed out  (Read 9907 times)

0 Members and 1 Guest are viewing this topic.

raistllinn

  • Anope User
  • Offline Offline
  • Posts: 3
FATAL: Can't connect to server: Operation timed out
« on: May 13, 2008, 04:40:13 PM »

I have looked high andlow for a solution to no avail. Could you take a look at my code and let me know what seems out of whack.
Ircd
listen         72.20.23.102:6697
{
   options
   {
      ssl;
      clientsonly;
   };
};

listen         72.20.23.102:8067;
listen         72.20.23.102:6667;


link            services.gptearner.com
{
        username        *;
        hostname        127.0.0.1;
        bind-ip         *;
        port            6697;
        hub             *;
        password-connect "----";
        password-receive "----";
        class           servers;
        options {
};
};


ulines {
   services.gptearners.com;
   stats.gptearners.com;
};

Services
RemoteServer   127.0.0.1 6667 "----"

ServerName  "services.gptearners.com"
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: May 13, 2008, 05:07:19 PM »

you told services to connect to 127.0.0.1, but ircd is not listening on localhost, only on the 72.20.23.102 IP
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

raistllinn

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #2 on: May 13, 2008, 05:31:49 PM »

ok changed to the ip now i have
 unknown message from server (ERROR :Closing Link: [72.20.23.102] (Link denied (No matching link configuration)))
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #3 on: May 13, 2008, 05:36:48 PM »

quite obvious... maybe you should read your conf again :)

link services.gptearner.com
{
...

ServerName "services.gptearners.com"
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

raistllinn

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #4 on: May 13, 2008, 06:09:21 PM »

that combined with changing my last remaining local host ip solved it. THANX! :)
Logged
Pages: [1]   Go Up