邪恶八进制信息安全团队技术讨论组's Archiver

exploit 2005-9-11 06:41

[转载]一段Cisco提供的DHCP典型配置

信息来源:cisco


ip dhcp excluded-address 10.0.0.1 10.0.0.5

!--- This range should not be assigned to DHCP clients

!
ip dhcp pool Central
network 10.0.0.0 255.255.255.0

!--- Specify the network number and mask for DHCP clients
 
domain-name Central

!--- Specify the domain name for the client

dns-server 10.0.0.2

!--- Specify the DNS server which will respond to DHCP clients when they


!--- need to correlate the host name to the IP address

netbios-name-server 10.0.0.2

!--- Specify the Network Basic Input/Output System (NetBIOS)


!--- WINS server (for Microsoft DHCP clients)

页: [1]
© 1999-2008 EvilOctal Security Team