Hello, is it possible to use wifi instead of wired ethernet or it is not supported?
Wifi works I can access web gui over it, but starting LXC containers fail
this is my /etc/network/interfaces
my wifi receives same ip config like vmbr0
lxc-start -n 102 -F
my wifi network card is
Wifi works I can access web gui over it, but starting LXC containers fail
this is my /etc/network/interfaces
my wifi receives same ip config like vmbr0
Code:
auto lo
iface lo inet loopback
auto wlo1
iface wlo1 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface vmbr0 inet static
address 172.16.0.11
netmask 255.240.0.0
gateway 172.16.0.1
bridge_ports wlo1
bridge_stp off
bridge_fd 0
lxc-start -n 102 -F
Code:
lxc-start: 102: conf.c: run_buffer: 335 Script exited with status 2
lxc-start: 102: network.c: lxc_create_network_priv: 2462 Failed to create network device
lxc-start: 102: start.c: lxc_spawn: 1646 Failed to create the network
lxc-start: 102: start.c: __lxc_start: 1989 Failed to spawn container "102"
lxc-start: 102: tools/lxc_start.c: main: 330 The container failed to start
lxc-start: 102: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
my wifi network card is
Code:
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)