03-15-2022 05:30 PM
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.
Now I'm connecting the router to a cloud which is running on my local machine server and not my VM server
Here is the topology
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.
I can copy router config file over on TFTP to be saved to my desktop
Below I cannot ping to my loopback from router. I also cannot ping to my local host from router.
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
!
03-15-2022 07:41 PM
check your PC's AV and firewall settings. try disabling them.
03-23-2022 04:00 PM
AV and Firewall off while I've been attempting this
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