今日裝左隻Cisco 1911
Router PPPoE Client +NAT 連接方法
interface GigabitEthernet0/0
description *** Wan link PPPoE Client***
no ip address
ip virtual-reassembly in
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
interface GigabitEthernet0/1
description *** Lan link ***
ip address 192.168.12.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1312
dialer pool 1
ppp authentication chap pap callin
ppp chap hostname username@pppoe
ppp chap password password_here
ppp pap sent-username username@pppoe password password_here
ppp ipcp route default
ip nat inside source list 100 interface Dialer1 overload
access-list 100 permit ip any any
Post your comment:
Powered By 2013-2015 ©. Juszeil Conception version 2.0
Queries Executed : 0.0157 seconds