Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ddns-update-style none;
- max-lease-time 9200;
- default-lease-time 3600;
- one-lease-per-client true;
- authoritative;
- log-facility local7;
- subnet 11.12.13.0 netmask 255.255.255.0 {
- ddns-updates off;
- range 11.12.13.100 11.12.13.200;
- option routers 11.12.13.14;
- option broadcast-address 11.12.13.255;
- option domain-name "xxx.yyy.pl";
- option domain-name-servers 208.67.222.222, 8.8.8.8, 208.67.220.220, 8.8.4.4;
- }
- host MBP {
- hardware ethernet E4:CE:8F:3F:AA:AA;
- fixed-address 11.12.13.15;
- }
- host iP5 {
- hardware ethernet 40:B3:95:50:AA:AA;
- fixed-address 11.12.13.16;
- }
Advertisement
Add Comment
Please, Sign In to add comment