629
Views
0
Helpful
1
Replies
help setup c7200 !
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2021 06:24 AM
i able to configure pppoe and i get wan ip but my lan can't get access to internet although i can ping wan ip
my router can access the internet but i can't ping my wan ip from my router here is my configuration
Current configuration : 1356 bytes ! ! Last configuration change at 13:13:58 UTC Sun Mar 7 2021 ! version 15.2 service timestamps debug datetime msec service timestamps log datetime msec ! hostname Router ! boot-start-marker boot-end-marker ! ! enable ! no aaa new-model ip cef ! ! ! ! ip dhcp pool lan1 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 8.8.8.8 ! ! ! no ipv6 cef ! ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside duplex full ! interface FastEthernet1/0 no ip address shutdown duplex full ! interface FastEthernet2/0 no ip address shutdown duplex full ! interface FastEthernet3/0 no ip address duplex full pppoe enable group global pppoe-client dial-pool-number 10 ! interface Dialer1 ip address negotiated ip nat outside encapsulation ppp ip tcp adjust-mss 1442 dialer pool 10 dialer-group 1 ppp authentication pap callin ppp pap sent-username xxxxxxx@tedata.net.eg password 0 xxxxxxxxxx ! ip nat inside source list 1 interface Dialer1 overload ip forward-protocol nd ! ! no ip http server no ip http secure-server ip route 0.0.0.0 0.0.0.0 Dialer1 ! ! ! ! control-plane ! ! line con 0 stopbits 1 line aux 0 stopbits 1 line vty 0 4 password fermi login line vty 5 15 password fermi login ! ! end
Labels:
- Labels:
-
Cisco Software
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2021 08:59 AM
i do not see access-list 1
add below entry and test
access-list 1 permit ip 192.168.1.0 0.0.0.255 any
