Search this site
Embedded Files
Skip to main content
Skip to navigation
Binary Lattice
Home
Musings
My Home Lab
Dell R710
Tutorials
GNS3 Bare Metal Server Setup
SYSLOG Server (Ubuntu)
NTP Server (Ubuntu)
Binary Lattice
Home
Musings
My Home Lab
Dell R710
Tutorials
GNS3 Bare Metal Server Setup
SYSLOG Server (Ubuntu)
NTP Server (Ubuntu)
More
Home
Musings
My Home Lab
Dell R710
Tutorials
GNS3 Bare Metal Server Setup
SYSLOG Server (Ubuntu)
NTP Server (Ubuntu)
GNS3 Bare Metal Server Setup
Install Ubuntu Server 17.10.1
sudo apt-get update
sudo apt -y full-upgrade
sudo reboot
sudo vi /etc/netplan/01-netcfg.yaml #This file name may be different on your install
change ' dhcp4: yes ' to ' dhcp4: no '
add ' addresses: [x.x.x.x/yy] ' # ip address/cidr
add ' gateway4: x.x.x.x '
add ' nameservers: '
add ' addresses: [x.x.x.x,y.y.y.y,z.z.z.z]
esc
:wq!
sudo netplan apply
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt -y install htop gns3-server
sudo vi /etc/systemd/system/gns3.service
[Unit]
Description=GNS3 Server
[Service]
ExecStart=/usr/share/gns3/gns3-server/bin/gns3server
[Install]
WantedBy=multi-user.target
esc
:wq!
sudo chmod +x /etc/systemd/system/gns3.service
sudo systemctl enable gns3
sudo systemctl start gns3
sudo install -y docker.io
sudo reboot
Google Sites
Report abuse
Google Sites
Report abuse