chore(docs): update gns3_server.conf sample about the default NAT interface

This commit is contained in:
grossmj 2026-09-22 14:56:58 +02:00
parent de8e1039a9
commit 34923e46e0
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -127,8 +127,8 @@ compute_password = gns3
allowed_interfaces = eth0,eth1,virbr0
; Specify the NAT interface to be used by the NAT node
; Default is virbr0 on Linux (requires libvirt) and vmnet8 for other platforms (requires VMware)
default_nat_interface = vmnet10
; Default is virbr0 on Linux (requires libvirt)
default_nat_interface = virbr0
; Enable the built-in templates
enable_builtin_templates = True