Page 1 of 1
Connecting host
Posted: Sun Mar 04, 2007 12:34 pm
by T-rexke
hi
how can i prevent that users can connect with there host like
[email protected] ?
Posted: Mon Mar 05, 2007 5:48 pm
by Dukat
With a ban user block in your unrealircd.conf:
http://www.vulnscan.org/UnrealIRCd/unre ... nuserblock
Code: Select all
ban user {
mask test@irc.*;
reason "You are not welcome here.";
};
Posted: Mon Mar 05, 2007 6:37 pm
by T-rexke
no i mean how can i change it so that the @irc.something.something is a normal host?
Posted: Mon Mar 05, 2007 7:25 pm
by JanisB
irc.something.something is NOT a normal host because there is NO "something" TLD.
If you are using vhosts - you cannot *:Line vhosts.
If you mean server (irc.blablabla.tld) connections - GZ:Line them to prevent connection.
P.S. Dukat, your mask is so angry...
Posted: Mon Mar 05, 2007 7:39 pm
by T-rexke
no i'm not trying to prevent it im trying to fix it because he does'nt understand it either so
Posted: Tue Mar 06, 2007 5:00 pm
by JanisB
if you see users with hosts like "irc.something.something" - ask your provider about DNS servers(if you are using your ISP DNS). Users CANNOT have this hosts and most probably they spoof their hosts.
P.S. make sure that you have upgraded your ircd to the last version with rewrited dns module (before I have seen users with hosts lile 4.3.2.1.in-addr.arpa connectig to server ;)