<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I am creating a lxc container with this conf file<br><br><br>lxc.rootfs = /home/root/rootfs<br><br>lxc.devttydir = lxc<br>lxc.tty = 4<br>lxc.pts = 1024<br><br>#lxc.network.type = veth<br>lxc.network.flags = up<br># Bridge net on the host<br>lxc.network.link = lxcbr0<br># link name on the guest<br><a href="http://lxc.network.name">lxc.network.name</a> = eth0<br>lxc.network.mtu = 1500<br><br><br></div>Host I have a eth0 and wlan0 interfaces but when I boot container I cannot see wlan0 interface.  When I try to up the wlan0 on container , ifconfig says no such device.<br><br></div>How can I see wlan0 interface on container?<br><br>I followed this blog as well but no success<br><br><a href="https://s3hh.wordpress.com/2011/05/17/lxc-containers-on-a-host-with-wireless/">https://s3hh.wordpress.com/2011/05/17/lxc-containers-on-a-host-with-wireless/</a><br><br></div>Thanks,<br></div>