04-26-2014 03:37 AM - edited 03-04-2019 10:51 PM
hi, i used web based interface to configure ppoe on the router 2901, but it does not seems to be enabled.
i want to use this router to connect to my ISP and dial automatically like the normal dlink and other routers do.
i want to share the internet to clients connected through switch.
04-27-2014 09:03 AM
conf t
interface dialer 1
ip address negotiated
encapsulation ppp
ppp authentication pap callin
ppp pap sent-username ISPUsername password ISPPassword
ppp ipcp route default
dialer pool 10
no shutdown
ip nat outside
exit
interface gigabit 0/0
no ip address
pppoe enable
pppoe-client dial-pool-number 10
no shutdown
exit
exit
interface gigabit 0/1
ip address 192.168.0.254 255.255.255.0
no shutdown
ip nat inside
exit
ip access-list standard NAT_ADDRESSES
permit 192.168.0.0 0.0.0.255
exit
ip nat inside source list NAT_ADDRESSES interface dialer 1
03-31-2015 09:24 AM
hello - I have just moved your post to the Topic forums - you had posted your question in an obscure, non-visible, promotional community. Hopefully our community users will see your question now
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide