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