GNS3 / vpcs

Simple Virtual PC Simulator
BSD 2-Clause "Simplified" License
101 stars 39 forks source link

VPCS unable to ping nodes outside their subnet. #51

Open epacua opened 11 months ago

epacua commented 11 months ago

I enabled NAT overloading on R1. I then created three clients: 2 VPCS and one Qemu client WinXP (I know its ancient, but...). All of them are able to acquire their IPs through helper-address.

NAT overloading is working just fine. All clients can ping each other and the default gateway 192.168.56.1/24.

The issue I'm seeing is that the two VPCS are unable to ping any nodes be it by hostname or IP outside their subnet. WinXP, however, can ping any nodes no problem as per screen shot.

gns3-vpcs

While on my previous setup where the dhcp server is hosted on the Router1 itself, the VPCS can ping any nodes no problem. I don't have this setup anymore, though I might have to redo it just to verify it again.

I might add docker later just to see.

Other than this, VPCS is really awesome.