I've got my server set up, config installed etc.
For a short while I was getting
(my irc server name) *** Looking up your hostname...
(my irc server name) *** Couldn't resolve your hostname; using your IP address instead
Closing Link: Nick[IP] (You are not authorized to connect to this server)
* Disconnected
That stopped when I changed "Allow" to *@* on both IP and host name.
Now I get this:
(my irc server name) *** Looking up your hostname...
(my irc server name) *** Couldn't resolve your hostname; using your IP address instead
* Disconnected
I'm not sure what to do? I've looked through the files in the "how to post" section to correct my .conf
I've also tried searching the forums for other threads, and I can't seem to find anything.
Having a problem connecting to my IRC server.
Re: Having a problem connecting to my IRC server.
paste your allow blocks please.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Re: Having a problem connecting to my IRC server.
allow {
ip *@*;
hostname *@*;
class clients;
password (password);
maxperip 2;
};
ip *@*;
hostname *@*;
class clients;
password (password);
maxperip 2;
};
-
joethomas3000
- Posts: 31
- Joined: Tue Oct 26, 2010 12:36 am
Re: Having a problem connecting to my IRC server.
the error might be because you have a password on your allow block, try taking password (password); out of your config and then rehash via shell
Re: Having a problem connecting to my IRC server.
I'll try that. I'm looking for the command to rehash on Debian 5 as we speak.
I'm also trying to hunt down the command to open tcp ports as well, because port 6667 isn't open. I checked.
EDIT: Just tried to connect after removing password - *before* rehashign ( because I don't know how)
Same error.
I'm also trying to hunt down the command to open tcp ports as well, because port 6667 isn't open. I checked.
EDIT: Just tried to connect after removing password - *before* rehashign ( because I don't know how)
Same error.
Re: Having a problem connecting to my IRC server.
Okay, rehashed after taking out the password on allow block, still get the same error.
Still trying to hunt down the command to open ports.
Still trying to hunt down the command to open ports.