You are not logged in.

#1 2016-03-03 19:17:51

dretech
Member
Registered: 2016-02-08
Posts: 7

How to configure wireless adapter for LXC?

Hello,

I want to configure my wireless adapter (wlan0) for using in LXC. In a LXC container I want to make a software access point (https://wiki.archlinux.org/index.php?ti … edirect=no).

The computer on which Arch Linux is running is connected with the wired network interface to my router. The netctl configuration for the wired interface for sharing the network interface with LXC is:

Description="LXC bridge"
Interface=br0
Connection=bridge
BindsToInterfaces=(eth0)
#IP=dhcp
IP=static
Address=('192.168.2.80/24')
Gateway='192.168.2.1'
DNS=('85.113.233.93' '85.113.233.94')

I don't use the wireless adapter for network access. Can anyone tell me how I must configure the wlan0 interface with netctl?

Kind regards,

Dretech

Offline

Board footer

Powered by FluxBB