Page 1 of 1

How to link with dyanmic ips ?

Posted: Wed Jun 11, 2008 9:41 am
by apaunganhote
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

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;
        };
};
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,

Re: How to link with dyanmic ips ?

Posted: Wed Jun 11, 2008 4:27 pm
by Jobe
http://www.unrealircd.com/files/docs/un ... ure_dyndns

Then see the "nodnscache" and "nohostcheck" options of the link block at:
http://www.unrealircd.com/files/docs/un ... #linkblock