Sorry but the DHCP offers the IP both in the NAT and BRIDGE configuration. I think that the "forward" does not work in the bridge configuration.
For example: capstan run -n "nat" -f "8000:8000" -e "--verbose /cli/cli.so" uni ==> THIS WORKS and "curl http://localhost:8000/os/version" returns correctly the version "0.53" capstan run -n "bridge" -f "8000:8000" -e "--verbose /cli/cli.so" uni ==> THIS DOES NOT WORK and "curl http://localhost:8000/os/version" returns "(7) Failed to connect to localhost port 8000: Connection refused" Any advice? thanks Il giorno dom 31 mar 2019 alle ore 04:53 Rick Payne <[email protected]> ha scritto: > On Thu, 2019-03-28 at 14:20 +0100, roberto battistoni wrote: > > [I/211 dhcp]: Received DHCPACK message from DHCP server: > > 192.168.122.1 regarding offerred IP address: 192.168.122.168 > > This is the typical subnet used by libvirt/qemu, and is typically only > available locally on the machine unless you do something to route > incoming traffic to your machine. > > Are you trying to get a 'public' IP addresses? What do you expect to > assign the IP address? > > Rick > > -- > You received this message because you are subscribed to a topic in the > Google Groups "OSv Development" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/osv-dev/72npLe9XERQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
