科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道26xx pppoe client &nat

26xx pppoe client &nat

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

作者:ChinaITLab 来源:ChinaITLab 2008年6月10日

关键字: NAT 网络地址转换 什么是nat

  • 评论
  • 分享微博
  • 分享邮件

  version 12.2

  hostname 26xx

  !

  !

  vpdn enable

  !

  vpdn-group PPPoE

  request-dialin

  protocol pppoe

  !

  interface FastEthernet0/0

  ip address 10.1.1.1 255.255.255.0

  ip nat inside

  duplex auto

  speed auto

  !

  interface FastEthernet0/1

  no ip address

  speed 10

  half-duplex

  pppoe enable

  pppoe-client dial-pool-number 1

  !

  interface Dialer1

  mtu 1492

  ip address negotiated

  ip nat outside

  encapsulation ppp

  no ip mroute-cache

  dialer pool 1

  dialer-group 1

  no cdp enable

  ppp authentication pap callin

  ppp pap sent-username xxxxx

  !

  ip nat inside source list 1 interface Dialer1 overload

  ip classless

  ip route 0.0.0.0 0.0.0.0 Dialer1 permanent

  no ip http server

  ip pim bidir-enable

  !

  access-list 1 permit any

  dialer-list 1 protocol ip permit

  !

  line con 0

  line aux 0

  line vty 0 4

  password xxxxxxx

  login

  !

  end

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章