Incus agent is not working properly on FreeBSD vm

Greeting.

I’m looking for way how to config IP address of FreeBSD.

Inside VM ip config

  • sysrc ifconfig_vtnet0=“inet 192.168.1.123 netmask 255.255.255.0”
  • sudo service netif restart

Outside VM ip config

  • incus exec freebsd sysrc ifconfig_vtnet0=“192.168.55.6 netmask 255.255.255.0”
  • incus exec freebsd service netif restart

Inside VM ip config is no problem.
However, when I try to Outside config then I meet below;

image

image

Incus-agent service is runing.TT

Please, show me the way how to config ip address at outside.

Because for now FreeBSD’s Incus agent can only talk to Incus using HTTP, incus has to know the IP address it listens to. And this only works on an Incus-managed bridge or OVN, AFAICT.

1 Like

Thanks for advice.^^*
It’s work.:+1:

I added interface which created by incus bridge.