Hi all,
It's been a while since I last posted here, after passing the CCNA I gave myslef a rest from routers and went for a MCP.
I am starting to study for CCNP now and decided to setup Dynamips to setup a lab together with my CCNA lab.
I have dynamips up and running fine with two 7200 series routers and the idea is to get my 2500 series routers connected to them.
I am trying to figure out how to configure dynamips to do that.
I have simple1 network file edited as follows:
[localhost]
7200
image = c:\Program Files\Dynamips\images\c7200-js-mz.122-11.T.bin
npe = npe-400
ram = 160
ROUTER R1
s1/0 = R2 s1/0
f0/0 = LAN 1
router R2
# No need to specify an adapter here, it is taken care of
# by the interface specification under Router R1
I have a cable from eth0 in one of my 2500 routers to my ethernet card in my pc, they comunicate perfectly. but I can't ping from R1 in dynamips to my PC. all three ethernet interfaces are in the same subnet (192.168.0.0 255.255.255.0).
there's virtually no configuration made to the dynamips routers or the 2500 router, just hostnames and ip addresses.
I tried use "search" to find some help on this but I had no luck.
Could anyone point me in the right directino getting this to work?
I am sure it is a simple configuration but I haven't really used dynamips more than this hour and a half setting it up for the first time, so I am quite lost with it. But I am sure you have the answer.
Thanks.