I think can get some information about setup.
First, I have readed ALL FAQ & Docs about installation.
After installation and write under my server unrealircd.conf, I have some strange problem.
1. When I have connected to my server via VNC, my xChat can connect to unrealircd, simple to point host name in xChat server settings. All working fine.
2. I can't connect to unreal from internet! I've trying from 3 ISP.
listen *:6697
{
options
{
clientsonly;
};
};
listen *:6667;
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
What's problem can be here?me
{
name "myhostmy.com";
info "IRC Server";
numeric 1;
};
May be some one can post solution?
Thank you!
-Alex