I have a 2611 router connected to the internet. I can ping the outside world from the router, but I cannot get out to the internet from behind the router.
Here's what my configuration shows:
interface Serial0/0
bandwidth 1536
ip address <not shown>
encapsulation ppp
no fair-queue
interface Ethernet0/1
ip address 10.10.10.1 255.255.255.0
ip access-group 101 out
full-duplex
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
access-list 101 permit ip 10.10.10.0 0.0.0.255 any log
Can someone tell me what I might be missing in this configuration?
Thanks in advance!
Here's what my configuration shows:
interface Serial0/0
bandwidth 1536
ip address <not shown>
encapsulation ppp
no fair-queue
interface Ethernet0/1
ip address 10.10.10.1 255.255.255.0
ip access-group 101 out
full-duplex
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
access-list 101 permit ip 10.10.10.0 0.0.0.255 any log
Can someone tell me what I might be missing in this configuration?
Thanks in advance!