You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i start gns3server (the last v2) with the command gns3server -A -L --host 172.16.10.1 --host 172.16.20.1, i believe that gns3server uses only the last "172.16.20.1"
My real goal is to listen on both IPv4 (0.0.0.0) and IPv6 (::)
But, if i use the command gns3server -A -L --host ::, gns3server listens only on IPv6
The text was updated successfully, but these errors were encountered:
Hi
When i start gns3server (the last v2) with the command
gns3server -A -L --host 172.16.10.1 --host 172.16.20.1
, i believe that gns3server uses only the last "172.16.20.1"My real goal is to listen on both IPv4 (0.0.0.0) and IPv6 (::)
But, if i use the command
gns3server -A -L --host ::
, gns3server listens only on IPv6The text was updated successfully, but these errors were encountered: