From 6805a61729c11d8f7abfd23be5615b912bde8519 Mon Sep 17 00:00:00 2001 From: Rolf Sommerhalder Date: Thu, 9 Sep 2021 08:17:58 +0200 Subject: [PATCH 1/2] Remove duplicate configuration lines --- conf/gns3_server.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/gns3_server.conf b/conf/gns3_server.conf index 8560d59d..32a327e2 100644 --- a/conf/gns3_server.conf +++ b/conf/gns3_server.conf @@ -68,10 +68,6 @@ password = gns3 ; It cannot be changed once the server has started once default_admin_username = "admin" -; Initial default super admin username -; It cannot be changed once the server has started once -default_admin_password = "admin" - ; Only allow these interfaces to be used by GNS3, for the Cloud node for example (Linux/OSX only) ; Do not forget to allow virbr0 in order for the NAT node to work allowed_interfaces = eth0,eth1,virbr0 From 488a3d0d39706d05ccb89c476bb7674d3f26fb39 Mon Sep 17 00:00:00 2001 From: Jeremy Grossmann Date: Mon, 20 Sep 2021 17:09:46 +0930 Subject: [PATCH 2/2] Update gns3_server.conf --- conf/gns3_server.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/gns3_server.conf b/conf/gns3_server.conf index 32a327e2..a5864c5a 100644 --- a/conf/gns3_server.conf +++ b/conf/gns3_server.conf @@ -68,6 +68,10 @@ password = gns3 ; It cannot be changed once the server has started once default_admin_username = "admin" +; Initial default super admin password +; It cannot be changed once the server has started once +default_admin_password = "admin" + ; Only allow these interfaces to be used by GNS3, for the Cloud node for example (Linux/OSX only) ; Do not forget to allow virbr0 in order for the NAT node to work allowed_interfaces = eth0,eth1,virbr0