linking problem :)
Posted: Tue Nov 30, 2004 1:21 pm
when i do linking with to server -
[16:16] -HumanWorLD.CoM- *** Connect: Illegal port number
-
on HumanWorLD.Net
2 HumanWorLD.CoM
[16:16] -HumanWorLD.CoM- *** Connect: Illegal port number
-
on HumanWorLD.Net
2 HumanWorLD.CoM
Code: Select all
link HumanWorLD.Net {
username *;
hostname HumanWorLD.Net;
bind-ip server1;
port 7001;
leaf *;
password-connect "connecting";
password-receive "reczir";
class servers;
options {
autoconnect;
};
};
Code: Select all
link HumanWorLD.CoM {
username *;
hostname HumanWorLD.CoM;
bind-ip server2;
port 7001;
leaf *;
password-connect "connecting";
password-receive "reczir";
class servers;
options {
autoconnect;
};
};