From 34923e46e055b8aa1b14dc35b37411d3a6cfeb9a Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 22 Sep 2026 14:56:58 +0200 Subject: [PATCH] chore(docs): update gns3_server.conf sample about the default NAT interface --- gns3server/config_samples/gns3_server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gns3server/config_samples/gns3_server.conf b/gns3server/config_samples/gns3_server.conf index c3eb76bc9..275f26358 100644 --- a/gns3server/config_samples/gns3_server.conf +++ b/gns3server/config_samples/gns3_server.conf @@ -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