GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
798 stars 263 forks source link

multiple option "--host", or listen IPv4 and IPv6 #2142

Open Raizo62 opened 1 year ago

Raizo62 commented 1 year ago

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 IPv6

ghost commented 1 year ago

This issue is similar to https://github.com/GNS3/gns3-server/issues/1673. That has milestone 3.0

Not only the GNS3 server has to be enhanced, but also dynamips and ubridge, maybe some others as well.

Raizo62 commented 1 year ago

This issue is similar to #1673. That has milestone 3.0

I had see your solution with the name in /etc/hosts and used it. . But, it's true, now i am blockled here

Not only the GNS3 server has to be enhanced, but also dynamips and ubridge, maybe some others as well.

Then my issue https://github.com/GNS3/gns3-server/issues/2143