How to link with dyanmic ips ?
Posted: Wed Jun 11, 2008 9:41 am
Hello,
I got two server running ircd. One is with vps and one is with home server.
I want to link that two server. But one thing is home server is running under dyanmic ips.
Then, i checked and i found that one about nohostcheck & nohostcheck from links block option. But i want to know is, what should i add in hostname from links block.
Currently I added like this
I don't know what should i add in hostname , *; is not working also :S , do i need to use wild card ? if that so, how can i use? Do need to remove autoconnect; also ?
Can anyone please point out to me? Thanks.
With Regards,
I got two server running ircd. One is with vps and one is with home server.
I want to link that two server. But one thing is home server is running under dyanmic ips.
Then, i checked and i found that one about nohostcheck & nohostcheck from links block option. But i want to know is, what should i add in hostname from links block.
Currently I added like this
Code: Select all
link irc.poleo.org
{
username *;
bind-ip *;
hostname *;
port 443;
hub *;
password-connect "testing";
password-receive "testing";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
nodnscache;
nohostcheck;
};
};Can anyone please point out to me? Thanks.
With Regards,