How to link with dyanmic ips ?

These are old archives. They are kept for historic purposes only.
Post Reply
apaunganhote
Posts: 4
Joined: Fri May 09, 2008 10:31 am

How to link with dyanmic ips ?

Post 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,
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: How to link with dyanmic ips ?

Post 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
Your IP: Image
Your Country: Image
Post Reply