首页 > 学院 > 网络通信 > 正文

DHCP 的标准配置举例

2019-11-04 20:50:27
字体:
来源:转载
供稿:网友

  DHCP Server!
  no ip dhcp conflict logging
  ip dhcp excluded-address 192.168.0.1 192.168.0.100
  !
  ip dhcp pool internalnet
  network 192.168.0.0 /24
  default-router 192.168.0.1
  domain-name yourdomain.com
  dns-server 192.168.0.2 192.168.0.3
  netbios-name-server 192.168.0.4
  netbios-node-type h-node
  lease 5
  !

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表