GNS3 on Packet
What is Packet?
Packet.net is a bare metal cloud provider, with datacenter locations near NYC, Silicon Valley, Amsterdam and Tokyo.
Unlike AWS or Google Cloud (which provide only Virtual Machines), Packet gives you full access to a true dedicated server, but with the same automation and flexibility you expect from a public cloud. Since you have direct access to the virtualization instructions on the CPU, running GNS3 on Packet is a great experience.

- Video (Part 1): https://www.youtube.com/watch?v=5MzYIh3FK2g
- Video (Part 2): https://www.youtube.com/watch?v=KyxJ3l7GypU&feature=emb_title
Special offers for GNS3 users only:
- $25 Trial Credit - Packet is offering $25 in credit for GNS3 users to help them kick the tires. Simply visit the landing page, or use code “GNS3” when signing up.
- Discounted Monthly - At Packet you pay hourly for real dedicated hardware, with no required long term contracts. However, for those that need a server up ongoing, Packet is making a special 30% discount for commitments on the powerful c1.small.x86 server. To take advantage of the discount, just email [email protected] and mention the ‘GNS3 Discount’ to arrange.

(the landing page for the $25 credit available for GNS3 users)
Sign up with Packet
First, you will need to sign up for an account at Packet. There is sometimes a manual review, which you can help to avoid by using a work email address (if you have one) and disconnecting from any VPN during the signup process. If you are flagged for manual review, don’t worry! The Packet team is very responsive and will work with you to get everything squared away.
A few things:
- A valid payment method is required even if you have a promo code. For more information about how Packet handles billing, check out this article.
- Once your account is activated, we recommend activating Two Factor Authentication (2FA). Simply visit 'Personal Settings' -> 'Security', scroll down to the Two Factor Authentication section, select either “ set up using an app” or “set up using SMS”, and follow the instructions:

Receiving your 2FA pin via SMS isn’t secure as using an authenticator app, like Google Authenticator. When using the “set up using an app” option, scan in the QR code with your app, and you’ll receive a 6 digit pin (2FA token) that is only valid for a small amount of time, before a new token appears. Enter the token within that time, and click Enable to finish enabling 2FA for login.
When 2FA is enabled, you will log into your account using your username/password as usual:

Then you’ll be presented with the second page, where you’d enter a new 2FA token. You’d open your authenticator app, select the entry that’s associated with your Packet.net user account, and enter the token to finish logging in:

Add your SSH Key
Next, add your SSH key to your account, since Packet servers can only be accessed via SSH. Here is a great article which will help you get started.
While in the Personal Settings view in the Portal, click “SSH Keys”, and then “Add Key” to open up a sidebar:

(If you need help creating your public/private key pair, this article will walk you through the steps)
In the sidebar, give your key a title, and then paste the contents of your public key into the box shown below, and click Add:

Your key will be added to your Portal:

Deploy your Server
Once you are ready, you can go ahead and deploy a new server with the Ubuntu 18.04 OS in the Packet location which is closest to you.
- While GNS3 works on the t1.small.x86 server, you need to use at least a c1.small.x86 server for a better virtualization support.
- GNS3 is not supported for Packet’s ARM server offerings..
- A listing of available bare metal servers can be found here.
important
At Packet you are getting your own dedicated bare metal machine that is yours alone from the time you provision it until you actually delete the device from your account. So even if you were to power it down, it would still accrue usage until you actually delete it completely.
caution
If you use IOU, the name of the machine should be exactly the name you have in your license file. The characters case is important: gns3vm is different from GNS3VM.
First, click on Organization Settings in the Portal, click Projects, and click 'Create New Project':

Give the project a name, and click Create to start the deployment process for a server:

Since there currently are no servers provisioned and deployed in your new project, click “Deploy Servers”:

On the next screen, give your server a hostname, select the location and type of server, as well as the OS you’d like installed (Ubuntu recommended):

When ready, click the Deploy Servers to start the automated provisioning process:

This will take anywhere between 5 to 10 minutes, depending on the hardware. If you click the symbol to the right (below “Tags”), you can open up a sidebar to watch the progress of the automated provisioning:

When provisioning is complete, you can use SSH to connect to the public IP of your server:

note
You’ll need to log in as the user “root” with no password, using the private key that was generated earlier, when you created the public/private keypair. This step varies between the terminal you use.
Install GNS3
With your server available, you can install GNS3. Copy and paste the following commands on the terminal.
If everything is OK, you will see this message:

Reboot the server from the Packet portal or by issuing a reboot command on the terminal. That’s it!
Connect GNS3 to the Server
VPN Setup
The next time you SSH in you will see this message:
Download the .opvn certificate from the link shown on your server. You can also find the certificate in /root/client.opvn
VPN Connection on Linux
VPN Connection on Windows
- Download and install OpenVPN for Windows (be careful to use the version associated with your OS version).
- Click “Show Hidden Items” on the taskbar
- Right-click on “OpenVPN-GUI” and select “import file”
- Select the .ovpn file you downloaded, and import it
- Right-click on OpenVPN-GUI again, and select “Connect”
VPN Connection on Mac
- Download and install Tunnelblick.
- After double clicking on the client certificate, it install the config for you. And the setup will be done. Now if you click on the tunnelblick icon in the OSX top bar. You can connect to the VPN.
If the VPN connection works, this page should resolve:
Configure GNS3 in order to use the new server
If you want to use a local GNS3 installation as well as a remote installation, you can use the settings profiles CHECKLINK to alternate between them.
At startup in the setup wizard choose Run everything on a remote server

And put the server settings. The IP needs to be 172.16.253.1

Backup Solutions
If you don’t want to keep your Packet server running continually (hence accruing charges even during the time that you are not actively using GNS3), you can save/backup your GNS3 projects and have them ready when you deploy a new server in the future.
If you take a look at the GNS3 server config file at /etc/gns3/gns3_server.conf you will see the following:
So, we can see that GNS3 is saving the images and projects on the /opt/gns3/ directory.
The first option here would be to scp those 2 folders on your local computer. We would have to compress them first, for an easier transfer.
That command will create a new compressed file named gns3-backup.tar.gz which now is easier to scp to your local computer.
When you deploy a new server, you can scp the backup file back to the server, and then extract it back to the /opt/gns3/ directory.
As these directories might get bigger, the scp option might become a struggle, so we come to the second option, which would be to take advantage of Packet Block Storage service.
Block Storage is a network attached storage that can be moved between servers, and it’s a great option to backup your projects. A 100GB Volume of the Standard Tier would cost ~$0.25 for a day or ~$7.5 for the whole month.
Block Storage is only available in Packet’s EWR1, SJC1, and AMS facilities.
note
This method requires that you have a good working knowledge of the Linux command line, as you will have to work with network attached storage, and manually copy directories around.
Packet does not offer any managed services, and you will be responsible for your own data. Here is a knowledge base article explaining the process of attaching and detaching the volumes on a Packet server.
In short you would have to do the following, after you create the volume and attach it to the server on the portal.
Let’s say the volume is named volume-3b36a278
With those commands, we have properly attached, formatted and mounted the volume on the /mnt/block directory.
Then we can copy the 2 important directories we mentioned above ( /opt/gns3/images, /opt/gns3/projects ).
Now that we have copied them to the storage volume we can detach it from the server with:
We would have to detach it on the portal too.
The next time that we attach this volume to a new server, after doing so in portal, we just have to use the following commands on the server:
And then we can copy/move the 2 directories we need back to /opt/gns3/.