cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
28125
Views
5
Helpful
6
Replies

not able ping 8.8.8.8 and no internet access from the corporate network

2 Accepted Solutions

Accepted Solutions

Can you provide more detail as to the logical set up... do you have a firewall and is the firewall allowing icmp and dns out to 8.8.8.8.. are you using 8.8.8.8 as your dns.. do you have NAT configured correctly do you have a default route do you have.... mate please give us more detail no way we can assist if the issue is presented in this manner.. T 

View solution in original post

Hello

Dont forget to exclued the D/G address
ip dhcp excluded-address 192.168.1.1

 

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

6 Replies 6

i can able to access intranet and not able to access internet...

Can you provide more detail as to the logical set up... do you have a firewall and is the firewall allowing icmp and dns out to 8.8.8.8.. are you using 8.8.8.8 as your dns.. do you have NAT configured correctly do you have a default route do you have.... mate please give us more detail no way we can assist if the issue is presented in this manner.. T 

Hello,

 

in addition to Tinashe's post, four basic things need to be configured: inside interface, outside interface, NAT access list, and NAT translation statement. Below is a sample:

 

interface FastEthernet0/0

description LAN 

ip address 192.168.1.1 255.255.255.0

ip nat inside

!

interface GigabitEthernet0/0

description WAN

ip address dhcp

ip nat outside

!

ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 dhcp

!

ip nat inside source list 1 interface GigabitEthernet0/0 overload

!

access-list 1 permit 192.168.1.0

Hello

Dont forget to exclued the D/G address
ip dhcp excluded-address 192.168.1.1

 

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi

Could you please share a topology and configuration, additional to other members, the ICMP es reciprocal so you should have a path to return the response, so also verify the routing. 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

That isn't needed; he doesn't create a DHCP pool and even if he was, the IP address of the local interface is always excluded by default.
Review Cisco Networking products for a $25 gift card