default.conf.rogers-toronto

来自「this is sample about DHCP-agent」· ROGERS-TORONTO 代码 · 共 37 行

ROGERS-TORONTO
37
字号
# $Header: /cvsroot/dhcp-agent/dhcp-agent/contrib/default.conf.rogers-toronto,v 1.1 2003/06/28 04:13:08 actmodern Exp $# # CONTRIB: Jon Nistor <nistor@snickers.org>## CONF:    defaults.conf configured for Rogers Cable## OPTIONS:# ip-address, subnet mask, lease time, renewal time, rebinding time, # interface mtu, domain name, domain name server## IP address requests are implicit we just ask for the other options below.request subnet-mask, ip-address-lease-time, renewal-time, domain-name, routers;# For the time being it fails on getting interface-mtu and domain-name-servers# even though they do show up in /etc/resolv.conf; however they do now show up# when dhcp-sniff is run.require subnet-mask, ip-address-lease-time, renewal-time, domain-name, routers;set default-interface-mtu = 1500;# Router discovery -- should we use ICMP to find the best router?# answer: no, because they'll only be one on Rogers.enable do-measure-router-latency = no;# Default ARP settings are pretty generous. Unless you experience# problems this should suffice for most networks which don't have# excessive packet lossset arp-retries = 1;set arp-timeout-threshold = 10;# EOF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?