DSL Line - PPPoE on Cisco Router Configuration Template - NETSEC

Latest

Learning, Sharing, Creating

Cybersecurity Memo

Tuesday, October 8, 2013

DSL Line - PPPoE on Cisco Router Configuration Template

interface GigabitEthernet0/0
 no ip address
 ip virtual-reassembly
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1



interface GigabitEthernet0/1
 ip address 100.199.14.7 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto

interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer-group 1
 ppp authentication pap callin
 ppp pap sent-username [email protected] password 0 123456
!

ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static 100.199.38.3 9.1.1.8
ip route 0.0.0.0 0.0.0.0 Dialer1

access-list 1 permit 100.199.38.0 0.0.0.255



No comments:

Post a Comment