Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15165268
  • 博文数量: 7460
  • 博客积分: 10434
  • 博客等级: 上将
  • 技术积分: 78178
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-02 22:54
文章分类

全部博文(7460)

文章存档

2011年(1)

2009年(669)

2008年(6790)

分类: 系统运维

2008-05-21 17:09:00


  hostname pooh
  ip host rund 172.17.247.195
  !
  ip subnet-zero
  no ip domain-lookup
  !< BR>  vpdn enable
  no vpdn logging
  !
  vpdn-group 1
  request-dialin
  protocol pppoe
  !
  !
  !
  !
  interface Ethernet0/0
  ip address 10.200.56.22 255.255.255.0
  ip nat inside
  no ip mroute-cache
  !
  !
  !
  !
  interface Ethernet0/1
  no ip address
  pppoe enable
  pppoe-client dial-pool-number 1
  !
  interface Dialer1
  ip address negotiated
  ip nat outside
  ip mtu 1492
  encapsulation ppp
  no ip mroute-cache
  dialer pool 1
  dialer-group 1
  ppp authentication pap
  ppp pap sent-username cisco password cisco1
  !
  ip classless
  no ip http server
  !
  dialer-list 1 protocol ip permit
  ip nat inside source list 1 interface Dialer1 overload
  ip route 0.0.0.0 0.0.0.0 dialer1
  access-list 1 permit 10.200.56.0 0.0.0.255
  !
  line con 0
  exec-timeout 0 0
  transport input none
  line vty 0 4
  login
  password ww
  !
  end
阅读(233) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~