Brother printer and option "routers"

Tina Siegenthaler tina at zool.uzh.ch
Thu Dec 18 15:11:33 UTC 2008


Am 18.12.2008 um 15:16 schrieb zeshan:

> give me ur config file plz
>
>

Of course... here you are:

# /etc/dhcpd.conf

failover peer "DHCP-Zool" {
         secondary;
         address 130.60.145.4;
         port 520;
         peer address 130.60.23.4;
         peer port 520;
         max-response-delay 60;
         max-unacked-updates 10;
         load balance max seconds 5;
}

ddns-update-style none;
option domain-name-servers 130.60.128.3, 130.60.64.51;
option domain-name "unizh.ch";
authoritative;
log-facility local1;

# host declarations...
host NID_0048_L1 { hardware ethernet 00:80:77:c9:03:52;  }

# classes...
class "NID_0048_L1" { match hardware;  }

# subclasses....
subclass "NID_0048_L1" 1:00:80:77:c9:03:52;



##########################################################
# Gebaeude Y11 Clients / 130.60.225 erste haelfte (11A)
# 130.60.225.0/25
# 0/25; 130.60.225.3-130.60.225.80
# net-130-60-225-0-zool-y11
# Zoologisches Institut; Y11
##########################################################

subnet 130.60.225.0 netmask 255.255.255.128 {
         option routers 130.60.225.1;
         option broadcast-address 130.60.225.127;
         pool { allow members of  "NID_0048_L1" ; range   
130.60.225.93 ;  } # more pools deleted
         pool {
                 failover peer "DHCP-Zool";
                 deny dynamic bootp clients;
                 deny unknown-clients;
                 allow members of "Y13A";
                 allow members of "Y13S";
                 allow members of "Y25A";
                 allow members of "Y32A";
                 allow members of "Y32S";
                 allow members of "Y34A";
                 allow members of "Y42A";
                 allow members of "Variabel";
                 range 130.60.225.9 130.60.225.80;
         }
         default-lease-time 21600;
         max-lease-time 21600;
}

#### deleted more subnets...





**********************************************
Dr. Tina Siegenthaler

IT support

Institute of Zoology
University of Zurich
Winterthurerstr. 190
8057 Zürich

tel : ++41 44 6354891
email: tina at zool.uzh.ch
**********************************************







More information about the dhcp-users mailing list