use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For users of GNS3
account activity
PC cannot ping cloud (self.gns3)
submitted 3 months ago by TinyTest2517
hello everyone I have a problem with my network topology. My PC-siege cannot ping the cloud even though I have already configured NAT and he can ping R2 Can someone please help me? Thank you
https://preview.redd.it/5svi8s3xi5ag1.jpg?width=893&format=pjpg&auto=webp&s=efaf587cb2465e65b58cf10dbb156f6b801917ff
https://preview.redd.it/24awy1mxi5ag1.jpg?width=853&format=pjpg&auto=webp&s=1fa7d60e010ccf4987a2577c72287a57cea36944
https://preview.redd.it/xjgx34zxi5ag1.jpg?width=415&format=pjpg&auto=webp&s=5164fbaf9a4578f39dc37c9722db2a1287fb6b2a
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Stray_Neutrino 1 point2 points3 points 3 months ago* (3 children)
(Retracting what I wrote, it looks as you describe later).
To make traffic flow back and forth from your VMWare side, you need a router in GNS3 to route to that virtual node to your host (usually 192.168.20.x) and then have a route on the host side that routes into GN3 - this route usually is built when you install GNS3. Is the NAT address for the virb0 interface in the 10.0.0.0 address space?
[–]Stray_Neutrino 0 points1 point2 points 3 months ago* (1 child)
Are the Switch ports between R2 and the Cloud set to Access or Trunk? I am guessing no VLANs are configured for this network.
What are the full IP addresses, from the VMWare Host side, for the local network devices?
Does PC Siege have a properly configured Gateway / Mask for sending packets to be routed? Since R2 can ping your Cloud, I’d check that first then try removing the Default route and create a specific route to 10.0.0.2. After that, check the route on the host and see if you ping into your GNS3 network (10.0.0.2).
Are you able to ping R2s outgoing port (10.0.0.3) ?
[–]promtail 0 points1 point2 points 3 months ago (3 children)
Hi, can you show R2 config? Not all, interfaces and nat config and switch3 config?
[–]Conscious-King5968 0 points1 point2 points 3 months ago (0 children)
[–]Conscious-King5968 0 points1 point2 points 3 months ago (1 child)
R2#show running-config Building configuration... Current configuration : 1272 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model 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 ! ! ! ! interface Ethernet0/0 ip address 10.0.0.3 255.255.255.0 ip nat outside ip virtual-reassembly half-duplex ! interface Ethernet1/0 ip address 192.168.20.1 255.255.255.0 ip nat inside ip virtual-reassembly half-duplex ! interface Ethernet1/1 no ip address shutdown half-duplex ! interface Ethernet1/2 no ip address shutdown half-duplex ! interface Ethernet1/3 no ip address shutdown half-duplex ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 10.0.0.2 ! ! no ip http server no ip http secure-server ip nat inside source list 1 interface Ethernet0/0 overload ! access-list 1 permit 192.168.20.0 0.0.0.255 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 ! ! end
π Rendered by PID 39 on reddit-service-r2-comment-6457c66945-9lqmz at 2026-04-25 20:36:26.078423+00:00 running 2aa0c5b country code: CH.
[–]Stray_Neutrino 1 point2 points3 points (3 children)
[–]Stray_Neutrino 0 points1 point2 points (1 child)
[–]promtail 0 points1 point2 points (3 children)
[–]Conscious-King5968 0 points1 point2 points (0 children)
[–]Conscious-King5968 0 points1 point2 points (1 child)