unreal3.2.4.10 link server error

These are old archives. They are kept for historic purposes only.
Post Reply
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

unreal3.2.4.10 link server error

Post by alphae »

I've tried every way unrealircd.conf not sound unreal version link server that makes it exist?

3.2.10.4 unreal3.2.9 link server is not working?


irc.duygusohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com([email protected]) (Server is in link block but IP/host didn't match) [@109.235.253.19.34196]

Code: Select all

-irc.duygusohbet.com- *** Notice -- Connection to irc.teylosohbet.com[109.235.253.10] activated.
-
-irc.duygusohbet.com- *** LocOps -- ERROR :from irc.teylosohbet.com[109.235.253.10] -- Link denied (No matching link configuration) [@109.235.253.10.40219]
-
-irc.duygusohbet.com- *** LocOps -- ERROR :from irc.teylosohbet.com[109.235.253.10] -- Closing Link: [109.235.253.10] (Link denied (No matching link configuration))
-
-irc.duygusohbet.com- *** LocOps -- Server irc.teylosohbet.com[109.235.253.10] closed the connection
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: unreal3.2.4.10 link server error

Post by katsklaw »

irc.duygusohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com([email protected]) (Server is in link block but IP/host didn't match) [@109.235.253.19.34196]
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

katsklaw wrote:irc.duygusohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com([email protected]) (Server is in link block but IP/host didn't match) [@109.235.253.19.34196]
unreal3.2.9 same IP link works

unreal3.2.10.4 gives this error

Code: Select all

link services.duygusohbet.com  {
        username *;
        hostname  109.235.253.19;
        bind-ip *;
        port 6667;
        password-connect "services";
        password-receive "services";
        leaf *;
class servers;
 options {
  autoconnect;
 };
};
link irc.teylosohbet.com  {
        username *;
        hostname 109.235.253.10;
        bind-ip *;
        port 6662;
        password-connect "sifre";
        password-receive "sifre";
        leaf *;
class servers;
 options {
  autoconnect;
 };
};

Code: Select all

listen          109.235.253.19:6667;
listen          109.235.253.19:6662
{
        options
        {
                serversonly;
        };
};
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: unreal3.2.4.10 link server error

Post by katsklaw »

Code: Select all

class servers;
 options {
  autoconnect;
 };

If you read example.conf it explicitly tells you to NOT use autoconnect in services link blocks. You are simply making the ircd connect to it's self. remove autoconnect and start services.

Default conf:
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
ssl;
zip;
};
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

Code: Select all

-
-irc.duygusohbet.com- *** LocOps -- Link denied for irc.JavasizChat.Com([email protected]) (Server is in link block but IP/host didn't match) [@109.235.253.92.41051]

Code: Select all

vasizChat.Com- *** Notice -- Connection to irc.duygusohbet.com[109.235.253.92] activated.
-
-irc.JavasizChat.Com- *** LocOps -- ERROR :from irc.duygusohbet.com[109.235.253.92] -- Link denied (No matching link configuration) [@109.235.253.92.55377]
-
-irc.JavasizChat.Com- *** LocOps -- ERROR :from irc.duygusohbet.com[109.235.253.92] -- Closing Link: [109.235.253.92] (Link denied (No matching link configuration))
-
-irc.JavasizChat.Com- *** LocOps -- Server irc.duygusohbet.com[109.235.253.92] closed the connectionvasizChat.Com- *** Notice -- Connection to irc.duygusohbet.com[109.235.253.92] activated.
-
-irc.JavasizChat.Com- *** LocOps -- ERROR :from irc.duygusohbet.com[109.235.253.92] -- Link denied (No matching link configuration) [@109.235.253.92.55377]
-
-irc.JavasizChat.Com- *** LocOps -- ERROR :from irc.duygusohbet.com[109.235.253.92] -- Closing Link: [109.235.253.92] (Link denied (No matching link configuration))
-
-irc.JavasizChat.Com- *** LocOps -- Server irc.duygusohbet.com[109.235.253.92] closed the connection

Code: Select all

me {
	name irc.duygusohbet.com;
   info "4Turkiye En Seviyeli IRC Sunucusu";
   numeric 1; 
};

link irc.javasizchat.com  {
        username *;
        hostname 109.235.253.10;
        bind-ip 109.235.253.10;
        port 6645;
        password-connect "sifre";
        password-receive "sifre";
        leaf *;
class servers;
 options {
  
 };
};

listen         109.235.253.92:6645; 
listen         109.235.253.92:6662


{
        options
        {
                serversonly;
        };
};

me {
name irc.JavasizChat.Com;
info "4Turkiye En Seviyeli IRC Sunucusu";
numeric 2;
};


Code: Select all

link irc.duygusohbet.com  {
        username *;
        hostname 109.235.253.92;
        bind-ip 109.235.253.92;
        port 6645;
        password-connect "sifre";
        password-receive "sifre";
       leaf  *;
class servers;
 options {

	};
};


listen         109.235.253.10:6645; 
listen         109.235.253.10:6663


{
        options
        {
                serversonly;
        };
};
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: unreal3.2.4.10 link server error

Post by katsklaw »

Has anyone modified the source code?
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

katsklaw wrote:Has anyone modified the source code?
I gave the last link does not work?

does not link with the last code
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

Code: Select all

########## Server Bilgi #######################################

me {
   name irc.duygusohbet.com;
   info "Turkiye En Seviyeli IRC Sunucusu";
   numeric 1;  
};

########## Admin Bilgi ########################################


admin {
   "2irc.duygusohbet.com"; 
   "Oneri ve Sikayetler icin"; 
   "12www.duygusohbet.com"; 
};

########## Ayarlar ############################################ 
class clients {
	pingfreq 90;
	maxclients 1024;
	sendq 100000;
	recvq 8000;
};

class servers {
	pingfreq 90;
	maxclients 10; 
	sendq 1000000;
	connfreq 100;
};
########## İzin Ayarları ###################################### 

allow {
        ip             *@*;
        hostname       *@*;
        class           clients;
        maxperip 10;
};

########## Die Ve Restart Şifreleri ########################### 

/* Die/Restart Password */ 
drpass { 
   die "scscscsdfsd"; 
   restart "scscscsdfsd"; 
}; 


########## line Ayarları ######################################   
link irc.teylosohbet.Com {
username *;
hostname 72.20.35.178;
bind-ip *;
port 6661;
leaf *;
password-connect "sifre12";
password-receive "sifre12";
class servers;
};
########## U Line Ayarları ##################################### 

ulines { 
     services.duygusohbet.com;

}; 

########## Banned Nick Yasaklı nick'ler ######################## 

/* 
Include 
 */
include    "aliases/ircservices.conf";
include    "opers.conf";


/*
 * Some modules;
*/
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

########## Port Ve Ip ##########################################

listen        72.20.35.159:6667;
listen        72.20.35.159:6661;



########## Work Ayarları #################################### 
set {
 network-name            "Status"; 
   default-server          "irc.duygusohbet.com"; 
   services-server         "services.duygusohbet.com"; 
   kline-address           "[email protected]";   
   modes-on-connect   "+iwx";
   restrict-usermodes      "ixBwCs";
   restrict-channelmodes   "fGntDC";
   modes-on-join           "+ntCGTV";
   modes-on-oper           "+xwqg";  
   maxchannelsperuser 20; 
   help-channel            "#Help"; 
   stats-server            "services.duygusohbet.com";
   auto-join               "#Sohbet";
   oper-auto-join          "#Admin,#Help"; 
   hiddenhost-prefix       "irc.duygusohbet.com"; 
   static-part             "Kanaldan Ayrildi.";
   static-quit             "4IRC Chat aleminin  buluştugu Güvenli Adresi..."; 
   anti-spam-quit-message-time 10s; 
oper-only-stats    "*";  
   throttle {
                connections 9;
                period 60s;
        };
           dns { 
                nameserver  72.20.35.159; 
                timeout 2s; 
                retries 2; 
        }; 
hosts {
                local           "[email protected]";
                global          "[email protected]";
                coadmin         "[email protected]";
                admin           "[email protected]";
                servicesadmin   "[email protected]";
                netadmin        "[email protected]";
                host-on-oper-up "yes";
        }; 
cloak-keys {  
                  "a2JO6fh3Q6w4oNd3s7"; 
                  "a2JO6fh3Q6w4oN38s7"; 
                  "a2JO6fh3Q6w4oN3s79"; 
}; 


      }; 

log ircd.log {
	maxsize 2MB;
	flags {
		errors;
		server-connects;
		kline;
		spamfilter;
		oper-override;
		oper;
		sadmin-commands;
		chg-commands;
		kills;
		tkl;
	};
};



alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

Code: Select all

########## Server Bilgi #######################################

me {
   name irc.teylosohbet.com;
   info "4Turkiye En Seviyeli IRC Sunucusu";
   numeric 2;  
};

########## Admin Bilgi ########################################


admin {
   "irc.teylosohbet.com"; 
   "Oneri ve Sikayetler icin "; 
   "www.teylosohbet.com"; 
};

########## Ayarlar ############################################ 
class clients {
	pingfreq 90;
	maxclients 1024;
	sendq 100000;
	recvq 8000;
};

class servers {
	pingfreq 90;
	maxclients 10; 
	sendq 1000000;
	connfreq 100;
};
########## İzin Ayarları ###################################### 

allow {
        ip             *@*;
        hostname       *@*;
        class           clients;
        maxperip 10;
};

########## Die Ve Restart Şifreleri ########################### 

/* Die/Restart Password */ 
drpass { 
   die "sgddjdjdss"; 
   restart "sgddjdjdss"; 
}; 


########## line Ayarları ######################################   
link irc.duygusohbet.com {
username *;
hostname 72.20.35.159;
bind-ip *;
port 6661;
hub *;
password-connect "sifre12";
password-receive "sifre12";
class servers;
};
########## U Line Ayarları ##################################### 

ulines { 
     services.duygusohbet.com;
}; 

########## Banned Nick Yasaklı nick'ler ######################## 

/* 
Include 
 */
include    "aliases/ircservices.conf";
include    "opers.conf";


/*
 * Some modules;
*/
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

########## Port Ve Ip ##########################################

listen        72.20.35.178:6667;
listen        72.20.35.178:6661;

########## Work Ayarları #################################### 
set { 
  network-name            "Status"; 
   default-server          "irc.teylosohbet.Com"; 
   services-server         "services.duygusohbet.com";
   kline-address           "[email protected]";   
   modes-on-connect   "+iwx";
   restrict-usermodes      "ixBwCs";
   restrict-channelmodes   "fGntDC";
   modes-on-join           "+ntCGTV";
   modes-on-oper           "+xwqg";  
   maxchannelsperuser 20; 
   help-channel            "#Help"; 
   stats-server            "services.duygusohbet.com";
   auto-join               "#Sohbet";
   oper-auto-join          "#Admin,#Help,#log"; 
   hiddenhost-prefix       "teylosohbet.Com"; 
   static-part             "Kanaldan Ayrildi.";
   static-quit             "4IRC Chat aleminin  buluştugu Güvenli Adresi..."; 
   anti-spam-quit-message-time 10s; 
oper-only-stats    "*";  
   throttle {
                connections 9;
                period 60s;
        };
           dns { 
                nameserver  72.20.35.178; 
                timeout 2s; 
                retries 2; 
        }; 
hosts {
                local           "[email protected]";
                global          "[email protected]";
                coadmin         "[email protected]";
                admin           "[email protected]";
                servicesadmin   "[email protected]";
                netadmin        "[email protected]";
                host-on-oper-up "yes";
        }; 
cloak-keys {  
                  "a2JO6fh3Q6w4oNd3s7"; 
                 "a2JO6fh3Q6w4oN38s7"; 
                 "a2JO6fh3Q6w4oN3s79"; 
}; 

      }; 


log ircd.log {
	maxsize 2MB;
	flags {
		errors;
		server-connects;
		kline;
		spamfilter;
		oper-override;
		oper;
		sadmin-commands;
		chg-commands;
		kills;
		tkl;
	};
};



alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

-irc.duygusohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com([email protected]) (Server is in link block but IP/host didn't match) [@72.20.35.159.54092]

Is there a problem with this version I tried on different machines
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: unreal3.2.4.10 link server error

Post by Syzop »

I'm in a colorful mood today :D

So:
* irc.duygusohbet.com uses IP 72.20.35.159.
* irc.teylosohbet.com uses IP 72.20.35.178.

Then when irc.teylosohbet.com tries to link to irc.duygusohbet.com you see on irc.duygusohbet.com the following error:
-irc.duygusohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com(unknown@72.20.35.159) (Server is in link block but IP/host didn't match) [@72.20.35.159.54092]

I think you have both irc servers running on the same machine, right? That's okay, but then it's easy to get confused & overlook this error ;)

So server irc.teylosohbet.com uses IP 72.20.35.178 in your listen block, that's good. But you have set bind-ip * in your link block:
link irc.duygusohbet.com {
username *;
hostname 72.20.35.159;
bind-ip *;
port 6661;
hub *;
password-connect "sifre12";
password-receive "sifre12";
class servers;
};

If you use bind-ip * it will use the default IP (first available IP) on that machine, which probably is 72.20.35.159. Thus it will use 72.20.35.159 to connect to 72.20.35.159.
You better set an explicit bind-ip in the link block, to make it use 72.20.35.178 to connect to 72.20.35.159. Change your link block like this:

link irc.duygusohbet.com {
username *;
hostname 72.20.35.159;
bind-ip 72.20.35.178;
port 6661;
hub *;
password-connect "sifre12";
password-receive "sifre12";
class servers;
};

Then /REHASH and re-try to link. Voila.. it will link.

If you wonder why 3.2.9 worked ok and newer versions did not: older UnrealIRCd versions had a bug or "tried to be smart", based on your listen lines it would automatically use a bind-ip in your link block (even if you did bind-ip *), all behind the scenes. This caused a lot of confusion and other problems, so it was fixed/removed. Now there's no more magic, UnrealIRCd simply does what you tell it to do.
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

-irc.teylosohbet.com- *** Notice -- Loading IRCd configuration ..
-
-irc.teylosohbet.com- *** Notice -- Configuration loaded without any problems ..
-
-irc.teylosohbet.com- *** Notice -- Connection to irc.duygusohbet.com[72.20.35.159] activated.
-
-irc.teylosohbet.com- *** LocOps -- Link denied for irc.teylosohbet.com([email protected]) (No link block named 'irc.teylosohbet.com') [@72.20.35.178.17791]
-
-irc.teylosohbet.com- *** LocOps -- ERROR :from irc.duygusohbet.com[72.20.35.159] -- Link denied (No matching link configuration) [@72.20.35.178.17791]
-
-irc.teylosohbet.com- *** LocOps -- ERROR :from irc.duygusohbet.com[72.20.35.159] -- Closing Link: [72.20.35.178] (Link denied (No matching link configuration))
-
-irc.teylosohbet.com- *** LocOps -- Server irc.duygusohbet.com[72.20.35.159] closed the connection
-
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

I tried to add two etch gives the error does not link unreal3.2.10.4

I said I did not like it did in the as follows

Code: Select all

link irc.teylosohbet.Com {
username *;
hostname 72.20.35.178;
bind-ip 72.20.35.159;
port 6661;
leaf *;
password-connect "sifre123";
password-receive "sifre123";
class servers;
};

Code: Select all

link irc.duygusohbet.com {
username *;
hostname 72.20.35.159;
bind-ip 72.20.35.178;
port 6661;
hub *;
password-connect "sifre123";
password-receive "sifre123";
class servers;
 options {
		autoconnect;
		
	};
};
alphae
Posts: 11
Joined: Thu Nov 11, 2010 5:09 am

Re: unreal3.2.4.10 link server error

Post by alphae »

I tried going on thanks
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: unreal3.2.4.10 link server error

Post by katsklaw »

alphae wrote:
katsklaw wrote:Has anyone modified the source code?
I gave the last link does not work?

does not link with the last code
The reason I asked is because I connected to your server and there was extra information that isn't stock for any version of Unreal IRCd pushed during registration to the ircd that magically isn't there now :)

Code: Select all

[00:21:20] 29* irc.duygusohbet.com    (1)  
[00:21:20] 29* `-irc.teylosohbet.com  (0)  
[00:21:20] 29* End of /MAP
Glad you got it working now.
Post Reply