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

Cannot Ping From GNS Router To localhost, can ping other way around

hfakoor222
Spotlight
Spotlight

I can ping from my local host into GNS3 router but I cannot ping out.

I can run things like router configuration files to be saved through TFTP server

 

 

My VMWARE is connected to an unbridged connection, to my ethernet cable which connects to my 

router.

 

Pic1.png

Now I'm connecting the router to a cloud which is running on my local machine server and not my VM server

 

 

Pic2.png

 

Here is the topology

 

 

Pic3.png

 

 

 

pinging to my router. My loopback adapter IP is 192.168.137.1. The default gateway of my router is my Looback0 adapter, and vice versa.

 

Pic5.png

 

 

I can copy router config file over on TFTP to be saved to my desktop

 

 

Pic7.png

Below I cannot ping to my loopback from router. I also cannot ping to my local host from router.

 

pic8.png

 

 

I have had this problem over different router versions

 

any recommendations?

 

 

 

also here is my show run

 

 

 

 

 

service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
ip tcp synwait-time 5
ip tftp source-interface Loopback1
!
!
!
!
interface Loopback1
no ip address
!
interface FastEthernet0/0
ip address 192.168.137.4 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
ip default-gateway 192.168.137.1
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!

 

 

 

 

 

 

 

 

 

 

2 Replies 2

check your PC's AV and firewall settings. try disabling them.

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

AV and Firewall off while I've been attempting this