11-06-2017 04:04 PM - edited 03-05-2019 09:26 AM
Solved! Go to Solution.
11-06-2017 05:16 PM
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
11-07-2017 02:23 AM
Hello
Dont forget to exclued the D/G address
ip dhcp excluded-address 192.168.1.1
res
Paul
11-06-2017 04:14 PM
i can able to access intranet and not able to access internet...
11-06-2017 05:16 PM
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
11-07-2017 12:17 AM
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
11-07-2017 02:23 AM
Hello
Dont forget to exclued the D/G address
ip dhcp excluded-address 192.168.1.1
res
Paul
11-07-2017 04:01 AM
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.
:-)
11-07-2017 04:13 AM
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