01-31-2023 10:43 AM
Hi,
For some reason I can't ping back my inernal network>
I've configured my network as follow:
When I ping form PC-1 to:
CSB250 -> Works
C877 -> Works
ISP Router -> Works
and vice versa, except whe ping form ISP router OR PC-2 to any device the C877 router, the switch or the PC-1 -> Not woking!!
what it is missing?
Solved! Go to Solution.
02-01-2023 07:23 AM - edited 02-02-2023 05:54 AM
If you are unable to ping from your ISP router to your Cisco router, there may be several reasons for the issue. Here are some troubleshooting steps you can try to resolve the issue:
Verify connectivity: Make sure that the cables are securely connected between the ISP router and the Cisco router and that both devices are powered on. You can also try swapping cables to rule out a faulty cable as the cause of the issue.
Check firewall and security settings: Ensure that the firewall and security settings on both the ISP router and the Cisco router are not blocking the ICMP (ping) packets.
Configure the IP address: Verify that the IP addresses for both the ISP router and the Cisco router are properly configured and in the same subnet.
Disable any virtual interfaces: If there are virtual interfaces configured on the Cisco router, try disabling them and see if you can ping the router.
Disable ACLs: If there are Access Control Lists (ACLs) configured on the Cisco router, try disabling them and see if you can ping the router.
Update the IOS: If the issue persists, consider updating the IOS (operating system) on the Cisco router to the latest version.
Contact the support team: If you are still unable to ping from the ISP router to the Cisco router after trying these troubleshooting steps, consider reaching out to the support team for further assistance.
01-31-2023 12:17 PM
If i understand correctly You can ping all the device is pinging from PC-1.Also when ping from PC-2 ,you can ping ISP router both interface and c877 F0 but nothing after that?Correct?
Looking at your config you don't have 1 to 1 static nat but using PAT,thats the reason it is not working.If you want access of the devices you have to configure 1:1 NAT translation.
01-31-2023 12:37 PM
when pining form PC-2 I can only ping the ISP, but when pining from PC-1 i can reach ISP router and PC-2
01-31-2023 12:25 PM
ISP router have one link
192.168.2.0/24 and you connect PC have also subnet 192.168.2.0 !!
that I think issue here
01-31-2023 12:40 PM
only one subnet and the pc is connect via wifi
01-31-2023 12:42 PM
change the PC-2 subnet and check again
01-31-2023 12:46 PM
the ISP router is not configurable. The only thing i cand is set the ip. with one subnet only 255.255.255.0
02-01-2023 01:50 AM - last edited on 02-08-2023 11:18 PM by Translator
@umeshpathak has the answer. You have configured nat overload. So when packet from inside goes through c877w it is doing a nat tranlation and is inserted this translaton in the table, that will enable return traffic to pass, and that's why ping works from inside. You can verify this with the command
show ip nat translation
this command must be entered within 5 minutes( i think) because of flush timer. When you try to ping from outside there are no matching translation entry in the table, and therefore ping fails from outside.
02-01-2023 05:45 AM
what should I do?
02-02-2023 06:44 AM
What is your requirement?Give me more details what you need hopefully i can help,
02-01-2023 06:14 AM
That depends on your goal. What are you going to achieve?
Is the goal to just get the ping to work, then remove the nat statements. If you need the nat, then you have to configure static nat statements.
02-01-2023 07:23 AM - edited 02-02-2023 05:54 AM
If you are unable to ping from your ISP router to your Cisco router, there may be several reasons for the issue. Here are some troubleshooting steps you can try to resolve the issue:
Verify connectivity: Make sure that the cables are securely connected between the ISP router and the Cisco router and that both devices are powered on. You can also try swapping cables to rule out a faulty cable as the cause of the issue.
Check firewall and security settings: Ensure that the firewall and security settings on both the ISP router and the Cisco router are not blocking the ICMP (ping) packets.
Configure the IP address: Verify that the IP addresses for both the ISP router and the Cisco router are properly configured and in the same subnet.
Disable any virtual interfaces: If there are virtual interfaces configured on the Cisco router, try disabling them and see if you can ping the router.
Disable ACLs: If there are Access Control Lists (ACLs) configured on the Cisco router, try disabling them and see if you can ping the router.
Update the IOS: If the issue persists, consider updating the IOS (operating system) on the Cisco router to the latest version.
Contact the support team: If you are still unable to ping from the ISP router to the Cisco router after trying these troubleshooting steps, consider reaching out to the support team for further assistance.
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