首页 > 学院 > 网络通信 > 正文

ADSL 非固定IP配置

2019-11-04 22:55:28
字体:
来源:转载
供稿:网友

  这个配置比起原来的有固定ip地址的配置要难很多,要考虑到方方面面的东西,在这里,大家可以少走弯路了:
  vpdn enable
  no vpdn logging
  !
  vpdn-group pppoe
  request-dialin
  PRotocol pppoe
  !
  interface Ethernet0
  no shut
  ip address
  ip adjust-mss 1452
  ip nat inside
  no ip directed-broadcast
  !
  interface ATM0
  no shut
  no ip address
  no ip directed-broadcast
  no atm ilmi-keepalive
  bundle-enable
  !
  interface ATM0.1 point-to-point
  no ip directed-broadcast
  pvc
  pppoe-client dial-pool-number 1
  !
  !
  interface Dialer1
  ip address negotiated
  mtu 1492
  ip nat outside
  encapsulation ppp
  dialer pool 1
  ppp chap hostname
  ppp chap passWord
  ppp pap sent-username password
  !
  ip nat inside source list 1 interface Dialer1 overload
  !
  ip classless
  ip route 0.0.0.0 0.0.0.0 dialer1
  access-list 1 permit 0.0.255.255

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表