PPPoE配置模版
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://sense5.blog.51cto.com/31808/65145 |
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0 ip nat inside
ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/0/0 no ip address ip nat outside ip virtual-reassembly duplex auto speed auto pppoe enable pppoe-client dial-pool-number 1 ! interface Dialer1 mtu 1482 ip address negotiated ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username username@adsl password hashed_pass ! ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Dialer1 !
ip nat inside source list 100 interface Dialer1 overload
! access-list 100 permit ip 172.16.1.0 0.0.0.255 any dialer-list 1 protocol ip permit 本文出自 “SENSE” 博客,请务必保留此出处http://sense5.blog.51cto.com/31808/65145 本文出自 51CTO.COM技术博客 |


sense5
博客统计信息
热门文章
最新评论
友情链接


