Re: How do you launch a second instance of dynamips?

From: garry baker <baker.garry_at_gmail.com>
Date: Sat, 27 Feb 2010 17:34:26 +0300

use a script like this:
C:\Program Files (x86)\Dynamips>more dynamips1-start.cmd
@echo off
rem Launch a local copy of dynamips
set dynamips=%CD%\dynamips.exe
cd %TEMP%
start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7200 & pause"
start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7201 & pause"

and then check the output with netstat somthing like this:
C:\Users\garry>netstat -a > netstat.out
C:\Users\garry>agrep -i 720[0-1] netstat.out
  TCP 0.0.0.0:7200 dongle:0 LISTENING
  TCP 0.0.0.0:7201 dongle:0 LISTENING
Grand Total: 2 match(es) found.

HTH
garry..

--
Garry L. Baker
"There is no 'patch' for stupidity." - www.sqlsecurity.com
On Sat, Feb 27, 2010 at 4:48 PM, Group Study <gs_at_netengineer.org> wrote:
> Was fooling around with dynamips and was trying to find out how to
> launch "7200" and "7201", I tried to copy and edit the exe file to
> reflect a change but both exe files reflected the edit.
>
> Alot of the vendors have .net files that reference a second or third
> instance. How do I run them?
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
Received on Sat Feb 27 2010 - 17:34:26 ART

This archive was generated by hypermail 2.2.0 : Mon Mar 01 2010 - 06:28:36 ART