mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 04:18:31 +00:00
Update gns3_server.conf
This commit is contained in:
@ -68,6 +68,10 @@ password = gns3
|
|||||||
; It cannot be changed once the server has started once
|
; It cannot be changed once the server has started once
|
||||||
default_admin_username = "admin"
|
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)
|
; 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
|
; Do not forget to allow virbr0 in order for the NAT node to work
|
||||||
allowed_interfaces = eth0,eth1,virbr0
|
allowed_interfaces = eth0,eth1,virbr0
|
||||||
|
Reference in New Issue
Block a user