Вы находитесь на странице: 1из 1

might help you....

interface dialer 1
ip address negotiated
encapsulation ppp
ip mtu 1492
ip nat outside
ppp authentication pap callin
ppp pap sent-username your-pppoe-user-name pass KING-OF_THE_Hill
dialer pool 1
exit
Interface FastEthernet0
no ip address
pppoe enable
pppoe-client dial-pool-number 1
no shut
exit

interface ethernet0
no shut
ip address <ip address> <subnet mask>
ip adjust-mss 1452
ip nat inside
exit

ip nat inside source list NAT-ACL interface dailer 1 overload
ip route 0.0.0.0 0.0.0.0 dialer1
interface dialer 1
ip address negotiated
encapsulation ppp
ip mtu 1492
ip nat outside
ppp authentication pap callin
ppp pap sent-username your-pppoe-user-name pass KING-OF_THE_Hill
dialer pool 1
exit
Interface FastEthernet0
no ip address
pppoe enable
pppoe-client dial-pool-number 1
no shut
exit

interface ethernet0
no shut
ip address <ip address> <subnet mask>
ip adjust-mss 1452
ip nat inside
exit

ip nat inside source list NAT-ACL interface dailer 1 overload
ip route 0.0.0.0 0.0.0.0 dialer1

Вам также может понравиться