Page 1 of 1

one server gonna block oper

Posted: Wed Nov 23, 2005 11:29 am
by ][5im[A]nt0][
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

Posted: Thu Nov 24, 2005 6:05 am
by w00t
See documentation on oper blocks. This is a fairly simple issue. (hint: oper::from)

Re: one server gonna block oper

Posted: Fri Nov 25, 2005 1:18 pm
by DOYAL_BABA
][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
Wat u want is may b like this :
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.