Page 1 of 1

Allow block but with a domain instead of an ip ?

Posted: Fri Dec 16, 2005 11:30 am
by kuato
Is there a way to add a domain in the allow block , not an ip ?

Code: Select all

/* Allow info */
allow {
	ip "*@*"; ----> a domain to add a dinamic ip ?
	hostname "*@*";
	class clients;
	maxperip 5;
                redirect-server "irc.mynet.org";
        redirect-port "6667";
};
I need something like that to control the number of clones of cibercofee lans, "x ammount per dinamic ip" , using something like no-ip to update that dinamic ip in the designated no-ip host for that particular cibercoffe.
Sorry by my english, im from Argetina.

Posted: Fri Dec 16, 2005 6:22 pm
by Solutech
the allow block requires an ip or hostmask . If they use a specific hostmask then maybe you could filter the allows by that . Or on a more broad approach just limit the amount of clones you are allowed throughout the whole server .

Posted: Sat Dec 17, 2005 4:51 am
by kuato
the allow block requires an ip or hostmask . If they use a specific hostmask then maybe you could filter the allows by that . Or on a more broad approach just limit the amount of clones you are allowed throughout the whole server .
I know how is the normal allow block, but this cant manage dinamic ip connections, the hostmask of the dinamic ips change on every new connection, thats the reason of why im asking for an allow block that takes the ip line from a domain like no-ip ones. :cry: , the amount af clones will vary depending on the number of pcs the ciberkiosk had, i already have set the server limit per ip. but i need exceptions for that cibers.
Maybe fot he next realease of Unreal ? :roll: