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;

![]()
Incus-agent service is runing.TT
Please, show me the way how to config ip address at outside.
