Help for this page

Select Code to Download


  1. or download this
    network:north = {
     ip = 10.1.1.0; mask = 255.255.255.0;
    ...
     host:idefix = {ip = 10.1.1.12;}
     host:ix_13_20 = {range = 10.1.1.13 - 10.1.1.20;}
    }
    
  2. or download this
    host:ix_13_20 = {ip = 10.1.1.13; ip = 10.1.1.14; ..... ; ip = 10.1.1.2
    +0 }
    
  3. or download this
    startrule: network_object(s)
    ip:     'ip' '=' /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/
    ...
            ip 'mask' '=' mask hosts_or_range '}'
            { print "Found network object named $item[1] " . 
                    "with IP $item{ip} and MASK $item{mask}\n"; }