Hi,
I found GNS3 very useful for my CCNA training. It's another planet compared with Packet Tracer. :D
With the help of your tutorials I made a connection with my router to the internet via my physical router. The next step I want to achieve is to connect another router or VM via the first one to the net (outside).
The config is as follows: R1 (f0/0 192.168.1.101) is part of the network 192.168.1.0/24, same network as my Physical router (192.168.1.1). Static route is configured: 0.0.0.0 0.0.0.0 192.168.1.1 I can ping outside the 192.168.1.0 from R1.
The second part of the config: R1 (f1/0 10.10.2.1) and R2 (f1/0 10.10.2.2) are part of the 10.10.2.0/30 subnet. I tried to configure static route on the R2: 192.168.1.0 255.255.255.0 10.10.2.1, but the R2 doesn't ping outside of the 10.10.2.0 network.
The third attempt was to attach a switch to R1 and a cloud linked to Vmnet2 (vmware network) to it, with a new subnet (10.10.10.0/27). The VMs in this network acquire the addresses from the R1 DHCP and everything works fine in the subnet, but no sign to go outside form the machines.
Where do I make the mistake? Maybe the problem is in the physical router, where no Static route (to the virtual subnets) is configured... (to make the things worse, this option is not available in my dLink router, or it is locked down by my ISP).
Thank you!
I forgot, I am running GNS3 on Win7 and everything work perfectly.
|