![](/images/new-backgrounds/1151334/151334271x1.webp)
Chapter 11 Configuring PPP over Ethernet with NAT
Configuration Example
Note Commands marked by “(default)” are generated automatically when you run the show
vpdn enable
!
interface vlan 1
ip address 192.168.1.1 255.255.255.0 no ip
interface FastEthernet 4 no ip address
no ip
pppoe enable group global
!
interface dialer 0
ip address negotiated ip mtu 1492 encapsulation ppp
pppauthentication chap dialer pool 1
!
ip nat inside source list 1 interface dialer 0 overload ip classless (default)
ip route 10.10.25.2 255.255.255.255 dialer 0
ip nat pool pool1 192.168.1.0 192.168.2.0 netmask 255.255.252.0 ip nat inside source list acl1 pool pool1
!
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|
|