Ok, I am having trouble with dynamips on a serial interface, the problem is when I edit the simple2.net file to include a serial interface for two fo the routers I get this error.
Reading configuration file...
*** Error: Attempt to connect to non-existent interface in slot 1 on device R1
Press ENTER to continue
I added a line from simple1.net to the config of router 1 and then it started bombing out. I have tried adding this before and after my Ram and Nvram files get created in the labs directory. Please help
Thanks in advance
Here is a copy of the simple2.net
# Another simple dynagen configuration file
#
# All the f0/0 interfaces are on VLAN 1 and the F1/0 interfaces are on VLAN 2
[localhost]
7200
image = \Program Files\Dynamips\images\c7200-p-mz.122-12.bin
# On Linux / Unix use forward slashes:
# image = /opt/7200-images/c7200-jk9o3s-mz.124-7a.image
npe = npe-400
ram = 160
ROUTER R1
console = 2001
f0/0 = LAN 1
f1/0 = LAN 2
s1/0 = R2 s1/0 << this is the only line I have added
ROUTER R2
console = 2002
f0/0 = LAN 1
f1/0 = LAN 2
ROUTER R3
console = 2003
f0/0 = LAN 1
f1/0 = LAN 2