linking yes i read the guide

These are old archives. They are kept for historic purposes only.
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

linking yes i read the guide

Post by dougbrowne »

ok i cant link with my friend whenever i try /connect MYFRIENDSSERVER PASSWORD it says invalid port i am using 7003. also i am running windows and he in running windows. also i have AQ prefixes OFF.

here is my friends listen block
http://rafb.net/paste/results/j6M2Pz77.nln.html

my friends link block
http://rafb.net/paste/results/Ws9Xkd52.html

my listen block
http://rafb.net/paste/results/VGHHcW41.html

my link block
link kt.irc.echillplace.com {
username *;
hostname 70.80.53.158;
bind-ip *;
port *;
hub *;
password-connect "****";
password-receive "****";
class servers;

};


any ideas? please help.
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

Reply: linking yes i read the guide

Post by HelpChanneln00b »

Code: Select all

port *;
That should be what port your friend has for you, am not to sure about linking servers, but i dont think you both need the same thing that would just cause trouble. *For me it helps to think of it as services*. So if you have the link block for your friend link with your server, and he has yours you can use /connect <server-name> and only one of the ircds needs to be listening on that port ( there ircd that is being linked too. ) I'll take a look at it and see if i can come up with a link block for ya both, However, i've never really liked other servers' just services :/ so sorry if its wrong. a more reliable source of help would be the FAQ http://www.vulnscan.org/UnrealIrcd/faq/#12 read on from there and that should help you.
Whats a help Channel without a n00b! :P
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

..

Post by dougbrowne »

o ya that star.. thats wasnt the problem only in the one i had pasted it had a star but in my conf it doesnt have the star it has 7003 and i red the FAQ nothing...
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Can you actually paste the error messages you get so we can base our help on those please?
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

...

Post by dougbrowne »

MABy you should read the whole dam thing i said in my message the error message i get it invalid port!
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Thats not the whole error message. Without the rest of the error message that could mean anything. There are a whole number of reasons you can get an invalid port error. The whole error message is usually more specific.
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

whare can i get the whole error message lol??

Post by dougbrowne »

whare can i get the whole error message lol??
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

The same place it gives you "invalid port" there is more that it gives you at the same time. Or you could try the IRCd's log file.
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

actully all it says invalid port but ill check the log file

Post by dougbrowne »

actully all it says invalid port but ill check the log file
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

the log said nothing about any connection with any server

Post by dougbrowne »

the log said nothing about any connection with any server at
Younix
Posts: 2
Joined: Wed Oct 18, 2006 4:21 pm
Contact:

Linking.

Post by Younix »

ok i cant link with my friend whenever i try /connect MYFRIENDSSERVER PASSWORD it says invalid port i am using 7003. also i am running windows and he in running windows. also i have AQ prefixes OFF.
In the link block, you should have "port 7003;" (without quotations). In your link block and in your friend's.
Part of the happiness of life consists not in fighting battles, but in avoiding them. A masterly retreat is in itself a victory.

- Norman Vincent Peale
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

...

Post by dougbrowne »

I DO! that star in the one that i posted it just a mistake!
Younix
Posts: 2
Joined: Wed Oct 18, 2006 4:21 pm
Contact:

Linking

Post by Younix »

Oh, sorry. That's my bad. I must have overlooked that post you made.

The links have expired on rafb.net. Find a pastebin that doesn't expire, and paste your current link block and your friends link block.
Part of the happiness of life consists not in fighting battles, but in avoiding them. A masterly retreat is in itself a victory.

- Norman Vincent Peale
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

Reply: linking yes i read the guide [link block]

Post by HelpChanneln00b »

Your friend should have this [unrealircd.conf]:

listen IP Address:7003 { options { serversonly; }; };
link kt.irc.echillplace.com {
username *;
hostname *;
bind-ip *;
port 7003;
hub *;
password-connect Password;
password-receive Password;
class servers;
};

You should have this [unrealircd.conf]:

link irc.echillplace.com {
username *;
hostname Your Friends IP Address that his server is listening on;
bind-ip *;
port 7003;
hub *;
password-connect Password;
password-receive Password;
class servers;
};

Then if you type: '/connect irc.echillplace.com' it should link to your friends server.
text like this is optional
text like this means you have to fill in the requested information
If you have problems with something about hubs and leafs, try changing the

Code: Select all

hub *'
in your unrealircd.conf to

Code: Select all

leaf *;
and 'vice versa'.

P.S sorry about the wait, was going crazy with updating anope :/ its like *sigh* again??? GRRR, lol anyway i hope it helps :P
Whats a help Channel without a n00b! :P
dougbrowne
Posts: 11
Joined: Thu Oct 05, 2006 12:32 am

ok 2 more

Post by dougbrowne »

ok more questions 1. so your saying i dont need to listen on the port?? 2. if i type /connect irc.echillplace.com wouldent that be connecting to my self??? cuz thats my server
Post Reply