one server gonna block oper
-
][5im[A]nt0][
one server gonna block oper
hellow there ... i've got a problem ... i want my users only connect thorugh their ip .. not through the bounce that i've ... how to block that ?? i dont want bnc user who have irc status gonna connect to oper ... but they can connect through their regular ips ... thanks much
See documentation on oper blocks. This is a fairly simple issue. (hint: oper::from)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-
DOYAL_BABA
- Posts: 12
- Joined: Sun Sep 25, 2005 10:28 am
- Location: DHAKA, Bangladesh
Re: one server gonna block oper
Wat u want is may b like this :][5im[A]nt0][ wrote:hellow there ... i've got a problem ... i want my users only connect thorugh their ip .. not through the bounce that i've ... how to block that ?? i dont want bnc user who have irc status gonna connect to oper ... but they can connect through their regular ips ... thanks much
u want the BNC users cant connect to oper wid BNC ip. I think dis is very easy. look at the oper block of unrealircd.conf u found something lke dis:
oper someone {
class clients;
from {
userhost *@*.*;
};
password "anything";
};
look at the userhost. u find *@* or. *@*.* now u want the oper should come from IP 202.22.204.135. so u must define userhost *@202.22.204.135. dats all.