PPPOE SERVER下一步配置:PIX上进行配置

  1. pixfirewall> enable  
  2. Password:  
  3. pixfirewall#  
  4. pixfirewall# conf t  
  5. pixfirewall(config)# vpdn group PPPOE request dialout pppoe //指定vpdn会话名称PPPOE,这个名称与pppoe server上的VPDN组名是一致的  
  6. pixfirewall(config)# vpdn group PPPOE localname wangwanli //指定vpdn本地用户名  
  7. pixfirewall(config)# vpdn ?  
  8. configure mode commands/options:  
  9. group     Keyword to specify a group name  
  10. username  Keyword to configure username  
  11. pixfirewall(config)# vpdn group PPPOE ppp authentication pap //指定ppp认证方式为pap,与pppoe server认证方式一致  
  12. pixfirewall(config)# vpdn username wangwanli password wangwanli //指定拨号的用户名和密码  
  13. pixfirewall(config)# int e1  
  14. pixfirewall(config-if)# no sh //激活接口  
  15. pixfirewall(config-if)# nameif outside //定义接口为outside,默认的安全级别为0  
  16. INFO: Security level for "outside" set to 0 by default.  
  17. pixfirewall(config-if)# ip address pppoe setroute //从pppoe 服务器获得IP地址  
  18. pixfirewall(config-if)# end 

到此PIX上的配置已经完成,如下是调试现象


相关内容

    暂无相关文章