my excerpted original question:
i'm trying to use hostalias regexp to map a range of IP numbers to a value. 
something like 

        HOSTALIAS REGEXP:^66\.153\.70\.[96-127] mylabel



jeremy's excerpted response:
Analog now supports ranges without REGEXP and CIDR notation for 
selecting IP ranges. Try this instead:

        HOSTALIAS 66.153.70.96-127 mylabel



my new problems:
if i use the following line, i get resolve the specified ip number
        HOSTALIAS 66.153.70.100 mylabel

when i use the following line, apparently i fail to alias the ip 66.153.70.100
        HOSTALIAS 66.153.70.96-127 mylabel

when i use the following line, the ip number 24.104.35.33 doesn't get aliased
        HOSTALIAS 24.104.0-159.* mylabel

when i use the following line, the ip number 172.129.221.50 doesn't get aliased
        HOSTALIAS 172.128-216.*.* mylabel


thanks,
-- derek
 

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to