GNS3 Remote Server: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=User anlegen= *sudo adduser gns3 =Pakete installieren= *apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git“)
 
Zeile 3: Zeile 3:
 
=Pakete installieren=
 
=Pakete installieren=
 
*apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git
 
*apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git
 +
=Git clone=
 +
*git clone https://github.com/GNS3/gns3-server.git
 +
=Change Directory=
 +
*cd gns3-server
 +
=Install=
 +
*sudo python3 setup.py install
 +
=Service Systemd=
 +
*sudo cp init/gns3.service.systemd /etc/systemd/system/gns3.service
 +
*sudo chown root /lib/systemd/system/gns3.service
 +
=Rechte=
 +
*gpasswd -a gns3 ubridge
 +
*gpasswd -a gns3 wireshark

Version vom 4. November 2021, 11:07 Uhr

User anlegen

  • sudo adduser gns3

Pakete installieren

  • apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git

Git clone

Change Directory

  • cd gns3-server

Install

  • sudo python3 setup.py install

Service Systemd

  • sudo cp init/gns3.service.systemd /etc/systemd/system/gns3.service
  • sudo chown root /lib/systemd/system/gns3.service

Rechte

  • gpasswd -a gns3 ubridge
  • gpasswd -a gns3 wireshark