02-24-2017 06:32 AM - edited 03-08-2019 09:29 AM
I have been working with GNS3 a lot over the last 6 months and have been learning so much. I setup a simple network the other day and suddenly PC2 doesn't ping to my default-gateway. It states "host (192.168.1.1) not reachable. PC1 pings fine. My setup is a Router - Switch - PC1 and PC2
I never had this problem before and it makes me thing it's a GNS3 problem suddenly.
R1(config): int f0/0
R1(config-if): no shut
R1(config-if): ip address 192.168.1.1 255.255.255.0
ESW1(config): int vlan 1
ESW1(config-if): no shut
ESW1(config-if): ip address 192.168.1.2 255.255.255.0
ESW1(config-if): ip default-gateway 192.168.1.1
VPCS1: ip 192.168.1.3 255.255.255.0 192.168.1.1
(This PC pings fine)
VPCS2: ip 192.168.1.4 255.255.255.0 192.168.1.1
(This is where the problem begins and on any other PC I add suddenly. Never had this problem before)
I've attached my GNS3 file as well in zip form.