Connecting host

These are old archives. They are kept for historic purposes only.
Post Reply
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Connecting host

Post by T-rexke »

hi
how can i prevent that users can connect with there host like [email protected] ?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.";
};
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

no i mean how can i change it so that the @irc.something.something is a normal host?
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post 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...
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

no i'm not trying to prevent it im trying to fix it because he does'nt understand it either so
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post 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 ;)
Post Reply