[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 # Configuration file for /sbin/dhclient, which is included in Debian's 2 # dhcp3-client package. 3 # 4 # This is a sample configuration file for dhclient. See dhclient.conf's 5 # man page for more information about the syntax of this file 6 # and a more comprehensive list of the parameters understood by 7 # dhclient. 8 # 9 # Normally, if the DHCP server provides reasonable information and does 10 # not leave anything out (like the domain name, for example), then 11 # few changes must be made to this file, if any. 12 # 13 14 option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; 15 16 #send host-name "andare.fugue.com"; 17 send host-name = gethostname(); 18 #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; 19 #send dhcp-lease-time 3600; 20 #supersede domain-name "fugue.com home.vix.com"; 21 #prepend domain-name-servers 127.0.0.1; 22 request subnet-mask, broadcast-address, time-offset, routers, 23 domain-name, domain-name-servers, domain-search, host-name, 24 netbios-name-servers, netbios-scope, interface-mtu, 25 rfc3442-classless-static-routes, ntp-servers; 26 #require subnet-mask, domain-name-servers; 27 #timeout 60; 28 #retry 60; 29 #reboot 10; 30 #select-timeout 5; 31 #initial-interval 2; 32 #script "/etc/dhcp3/dhclient-script"; 33 #media "-link0 -link1 -link2", "link0 link1"; 34 #reject 192.33.137.209; 35 36 #alias { 37 # interface "eth0"; 38 # fixed-address 192.5.5.213; 39 # option subnet-mask 255.255.255.255; 40 #} 41 42 #lease { 43 # interface "eth0"; 44 # fixed-address 192.33.137.200; 45 # medium "link0 link1"; 46 # option host-name "andare.swiftmedia.com"; 47 # option subnet-mask 255.255.255.0; 48 # option broadcast-address 192.33.137.255; 49 # option routers 192.33.137.250; 50 # option domain-name-servers 127.0.0.1; 51 # renew 2 2000/1/12 00:00:01; 52 # rebind 2 2000/1/12 00:00:01; 53 # expire 2 2000/1/12 00:00:01; 54 #}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |