nuber-io / nuber

Virtualization management software
https://www.nuber.io
GNU Affero General Public License v3.0
29 stars 5 forks source link

Proxy IP detection #17

Closed jamielsharief closed 3 years ago

jamielsharief commented 3 years ago

In the setup i am using a VM with two network cards, for security reasons I set LXD to listen on the local IP address NIC no2 as result the proxy is like this

  proxy-5353:
    connect: udp:0.0.0.0:53
    listen: udp:192.168.122.41:53

As a result nothing works. Need to detect this better.

jamielsharief commented 3 years ago

Currently the IP is taken from the host list. Iin the recent update we told people to switch to use local address and this is the undesired affect. Also on production servers, they usually dont have a local network anyway, i created this by adding a second virtual network card.

The correct way I am told to do this is to lockdown with a firewall. The recent change in instructions needs to be updated to reflect this.