GNS3 Connection to real network
Solution 1:
You need to add routes to your PC for the 9.9.6.0, 9.9.7.0, 9.9.8.0 to gateway 9.9.9.7. Try typing these commands in the command prompt on the PC:
route ADD 9.9.6.0 MASK 255.255.255.0 9.9.9.7
route ADD 9.9.7.0 MASK 255.255.255.0 9.9.9.7
route ADD 9.9.8.0 MASK 255.255.255.0 9.9.9.7