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