GNS3 Remote Server: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
=User anlegen=
+
*[[git Installation]]
*sudo adduser gns3
+
*[[repo Installation]]  
=Pakete installieren=
+
*[[gns3 debian pip installation]]
*apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git
 
=KVM Installation Basis=
 
*[[KVM Installation Basis]]
 
=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=
 
=Rechte=
 
*gpasswd -a gns3 ubridge
 
*gpasswd -a gns3 ubridge
 
*gpasswd -a gns3 wireshark
 
*gpasswd -a gns3 wireshark
 +
=Reboot=
 +
*reboot

Aktuelle Version vom 1. Februar 2023, 13:26 Uhr

Rechte

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

Reboot

  • reboot