科技行者

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

知识库

知识库 安全导航

至顶网网络频道在Cisco1700系列上实现PPPOE+NAT

在Cisco1700系列上实现PPPOE+NAT

  • 扫一扫
    分享文章到微信

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

硬件要求,最低 cisco1720系列,8M flash 32M Memory 以及WIC-1ENET模块和普通ADSL猫 就可实现拨号上网。

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

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

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

  硬件要求,最低 cisco1720系列,8M flash 32M Memory 以及WIC-1ENET模块和普通ADSL猫 就可实现拨号上网。

  IOS要求12.2-4 XL5

  配置如下:

  ip subnet-zero

  ip name-server 202.106.196.115

  !

  vpdn enable

  !

  vpdn-group PPPoE

  request-dialin

  protocol pppoe

  !

  interface FastEthernet0

  ip address 192.168.1.1 255.255.255.0

  ip nat inside

  duplex auto

  speed auto

  !

  interface Ethernet0

  no ip address

  pppoe enable

  pppoe-client dial-pool-number 1

  !

  interface Dialer1

  mtu 1492

  ip tcp adjust-mss 1452

  ip address negotiated

  ip nat outside

  encapsulation ppp

  no ip mroute-cache

  dialer pool 1

  dialer-group 1

  no cdp enable

  ppp authentication pap chap callin

  ppp pap sent-username xxxxxxx password xxxx

  ppp chap hostname xxxxxx

  ppp chap password xxxx

  !

  ip nat inside source list 1 interface Dialer1 overload

  ip classless

  ip route 0.0.0.0 0.0.0.0 Dialer1 permanent

  !

  access-list 1 permit 192.168.1.0 0.0.0.255

  dialer-list 1 protocol ip permit

  !

  end

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

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

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