Linking issue
Posted: Wed May 18, 2005 12:04 pm
Having a weird problem with one server when I try to initiate a connection from it (/connect or auto). It works ok when the remote end connects back to me.
/connect server.net
[irc] *** Resolving hostname 'server.net'...
[irc] Hostname server.net is unknown for server server.net.
server.net resolves ok on the host. Even if I add the port to /connect I get the same result. No traffic is generated towards the remote end.
Here is the link section:
Ideas?
/connect server.net
[irc] *** Resolving hostname 'server.net'...
[irc] Hostname server.net is unknown for server server.net.
server.net resolves ok on the host. Even if I add the port to /connect I get the same result. No traffic is generated towards the remote end.
Here is the link section:
Code: Select all
link server.net
{
username *;
hostname server.net;
bind-ip *;
port 7670;
hub *;
password-connect "***";
password-receive "***";
class servernet;
options
{
nodnscache;
nohostcheck;
// autoconnect;
ssl;
zip;
};
};