GNS3 Network Emulator

From Ever changing code
Revision as of 10:52, 10 August 2014 by Pio2pio (talk | contribs) (→‎Issues)
Jump to navigation Jump to search

Notes

Gns3 > Edit > Preferences > Dynamips

  • Enable ghost IOS support - memory mapping allows loaded images in RAM to be shared between other routers

Connect to Router console

GNS3 (dynamips hypervisor) is listening on IP 127.0.0.1 ports starting from 2501. Therefore to emulate AUX serial connection we need to telnet 127.0.0.1 port_number. See an example below:

piotr@piotr-x:~$ telnet 127.0.0.1 2504
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connected to Dynamips VM "R3" (ID 3, type c7200) - AUX port
Press ENTER to get the prompt.

Issues

Cannot cloase New Project window in Ubuntu 14.04

wmctrl can close a window based on a substring or exact match of the window title wmctrl -c 'substring' or wmctrl -F -c 'exact match'

sudo apt-get install wmctrl
wmctrl -l
0x03000002  0 piotr-x XdndCollectionWindowImp
0x03000007  0 piotr-x unity-launcher
0x03000011  0 piotr-x unity-panel
0x03000016  0 piotr-x unity-panel
0x0300001b  0 piotr-x unity-dash
0x0300001c  0 piotr-x Hud
0x0280000a  0 piotr-x Desktop
0x03200012  0 piotr-x GNS3
0x0320001d  0 piotr-x New Project
0x0320002a  0 piotr-x New Project
0x03200098  0 piotr-x New Project
0x0400000b  0 piotr-x piotr@piotr-x: ~
wmctrl -c 'New'
Cannot find New Project window in Ubuntu multiple screen setup

A: Show all desktops overview and drag the windows in physical view of the main screen. Usually your laptop screen is smaller than an external monitor causing that a part of the screen is only logical and does not have a physical screen size.