cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
713
Views
0
Helpful
2
Replies

PC cannot ping ISP_SERVER

cpika39
Level 1
Level 1

my pc can ping the ISP_ROUTER but it can't ping the ISP_SERVER. 

My ISP_ROUTER can ping ISP_SERVER.

1 Accepted Solution

Accepted Solutions

Hello

Change the default route on rtr 4 to point to the isp router, then you should be good

rtr4
conf t

no ip route 0.0.0.0 0.0.0.0 192.168.5.130
ip route 0.0.0.0 0.0.0.0 10.0.0.1


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

2 Replies 2

Hello

Change the default route on rtr 4 to point to the isp router, then you should be good

rtr4
conf t

no ip route 0.0.0.0 0.0.0.0 192.168.5.130
ip route 0.0.0.0 0.0.0.0 10.0.0.1


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

cpika39
Level 1
Level 1

It now can ping, thank you so much