erlchina 发表于 2018-7-26 06:32:34

路由器作为 PPPoE 服务器的配置(华为)

interface Virtual-Template 10   创建虚拟模板接口10  ppp authentication-mode chap domain rui
  ip add 1.1.1.1 24
  remote address pool rui使用此地址池分配IP
  ppp ipcp dns 8.8.8.8配置分配的DNS
  q
  ip pool rui
  network 1.1.1.0 mask 24
  gateway-list 1.1.1.1
  inter g0/0/0
  pppoe-server bind virtual-template 10 绑定物理接口
  aaa
  local-user test password cipher 123
  local-user test service-type ppp
页: [1]
查看完整版本: 路由器作为 PPPoE 服务器的配置(华为)