connection problem (localhost can, others not)

These are old archives. They are kept for historic purposes only.
Post Reply
Commi.M

connection problem (localhost can, others not)

Post by Commi.M »

hello,

see topic; only localhost can connect to the server..

i have a

Code: Select all

listen *:6660-6669 {

};
in me .conf

system is a fresh win2k sp4..remote-client is a winxpsp2 with no probs with other networks or other services on the win2k-machine.

here's my complete conf (uircd gives no error or warnings, services work fine)...notice that this is me first irc-setup..dont hurt me cause of the nubish-conf:)


thanks for any help,
Commi

[moderator: Do not post entire config files here]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Code: Select all

listen *:6660-6669 {

};
If you have a router or firewall you need to open these ports there. See your firewall or router documentation for instructions on how to do this.

Code: Select all

ulines {
      localhost;
};
I should point out that uline names are based on the server name as specified in the link header, not the address the server connects from.
Post Reply