Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old April 26th, 2007   #1
Rhodan
Just Give Me the Beans!
 
Join Date: Dec 2004
Beans: 51
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Rhodan
Dynamips

Hi,

I'm just wondering if there are any users of Ubuntu that have installed and used Dynamips successfully on Feisty ? Are there repositories for it ?

Thx
Rhodan is offline   Reply With Quote
Old April 26th, 2007   #2
dreadlord_chris
Skinny Soy Caramel Ubuntu
 
dreadlord_chris's Avatar
 
Join Date: Mar 2007
My beans are hidden!
Xubuntu 8.04 Hardy Heron
Send a message via ICQ to dreadlord_chris Send a message via Yahoo to dreadlord_chris
Re: Dynamips

Quote:
Originally Posted by Rhodan View Post
Hi,

I'm just wondering if there are any users of Ubuntu that have installed and used Dynamips successfully on Feisty ? Are there repositories for it ?

Thx
Is this what you are talking about?
http://packages.debian.org/unstable/net/dynamips

Haven't used it, but you can get it from there.
dreadlord_chris is offline   Reply With Quote
Old April 27th, 2007   #3
Rhodan
Just Give Me the Beans!
 
Join Date: Dec 2004
Beans: 51
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Rhodan
Re: Dynamips

Yeah that's it, just wondering if anyone here is using it under Feisty ?
Rhodan is offline   Reply With Quote
Old June 2nd, 2007   #4
Gregzx
First Cup of Ubuntu
 
Gregzx's Avatar
 
Join Date: Nov 2006
Beans: 4
Re: Dynamips

Did you manage to install it?
Gregzx is offline   Reply With Quote
Old June 7th, 2007   #5
k84
5 Cups of Ubuntu
 
k84's Avatar
 
Join Date: Mar 2005
Location: Somewhere on Earth
Beans: 24
Dapper Drake Testing/
Re: Dynamips

I got the executable from this tutorial , it runs well if you know how to set the parameters, I got an IOS image a bit older than the one in the tutorial... the bad thing is that my laptop overheats quick when I run the simulator, I don't know how that can be solved.
k84 is offline   Reply With Quote
Old June 30th, 2007   #6
tonyperez
First Cup of Ubuntu
 
tonyperez's Avatar
 
Join Date: Apr 2007
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to tonyperez
Re: Dynamips

Hi K84 ...

You must to configure idlepc. I use Dynagen, that is a front end for Dynamips www.dynagen.org try this.
tonyperez is offline   Reply With Quote
Old July 11th, 2007   #7
windwalker78
5 Cups of Ubuntu
 
windwalker78's Avatar
 
Join Date: Sep 2006
Beans: 20
Send a message via ICQ to windwalker78 Send a message via Skype™ to windwalker78
Re: Dynamips

Hi all,

Glad to share I did it . I got it working with bridging too . Dynamips&Dynagen just rock. I tested on feisty. I am far from expert, but would galdly help on this matter.

Regards,
Todor
windwalker78 is offline   Reply With Quote
Old January 14th, 2008   #8
geezerone
Quad Shot of Ubuntu
 
geezerone's Avatar
 
Join Date: May 2006
Location: United Kingdom
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Send a message via Skype™ to geezerone
Re: Dynamips

Hi

I have followed this blindhog guide and get dynamips to start but when trying dynagen simple1.net the message "could not open simple1.net" is shown?

Any ideas. I got dynamips/dynagen to work on Windows ok. If there is a better way and more straightforward way to install dynamips/dynagen please do tell.

Thanks

P.S. I didn't know how to stop iptables but don't know if this is the reason?
__________________
UKBroadband! Login Screen Setup & XDMCP - locked out of computer? -NZB GUI - "ls -a"
WICD -|- Click 'Thanks' icon if helped.


Last edited by geezerone; January 14th, 2008 at 02:11 PM..
geezerone is offline   Reply With Quote
Old January 29th, 2008   #9
intelligentfool
5 Cups of Ubuntu
 
Join Date: Oct 2007
Location: Maryland
Beans: 41
Ubuntu 7.10 Gutsy Gibbon
Re: Dynamips

what about GNS3? Some might call it a bit "girly" but i still like making a topo map and then hitting 'run' instead of having to refer to a spreadsheet with 10 routers on it.

btw, speaking of which, any ideas as to how many routers a machine with 2ghz P4 and 2gb of ram can run in dynamips? my CCNP book has practice labs at the end of each chapter, but they all use about 6 or 7 routers... my laptop with 1.5ghz and 750mb of ram using XP can get a max of 4 routers, so i'm thinking my better equipped desktop running ubuntu 7.10 should be able to do at least double that.... i'll find out tonight though.
intelligentfool is offline   Reply With Quote
Old March 9th, 2008   #10
tonyperez
First Cup of Ubuntu
 
tonyperez's Avatar
 
Join Date: Apr 2007
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to tonyperez
Re: Dynamips

Quote:
Originally Posted by geezerone View Post
Hi

I have followed this blindhog guide and get dynamips to start but when trying dynagen simple1.net the message "could not open simple1.net" is shown?

Any ideas. I got dynamips/dynagen to work on Windows ok. If there is a better way and more straightforward way to install dynamips/dynagen please do tell.

Thanks

P.S. I didn't know how to stop iptables but don't know if this is the reason?
Hi geezerone ..

I think the problem is the path for the "image=" line on the net file. You must create a path where the IOS image bin file resides and give it privileges for read, write and excecution.

For example:

U could create a directory on opt whith the name images:

sudo mkdir /opt/images

Then copy or move ios bin file to that path (for this example i assume that the ios bin files exist on the default pathi for the user--in this case tony--):

cd /opt/images
sudo mv /home/tony/7200-AD.bin .

Then give it privileges to the user:

cd /opt
sudo chown -R root:tony images/
sudo chmod -R 775 images/

Now u can configure your net file with the right path:

[localhost]

[[7200]]
image = /opt/images/7200-AD.bin
# On Linux / Unix use forward slashes:
npe = npe-400
ram = 160

[[ROUTER R1]]
s1/0 = R2 s1/0

[[router R2]]
# No need to specify an adapter here, it is taken care of
# by the interface specification under Router R1tony@Kannon:/opt/dynagen-0.1

Try this and if u got a problem, please post the errors and net file.

Greetings !!! and sorry for my bad english.
tonyperez is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:10 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry