I want to create several wireless access points. Initially, I used the create_ap
script. However, it is when creating two access points on two awus adapters. On one access point there is Internet, on the other it is not. I create access points like this:
sudo ./create_ap --daemon -c 1 wlx00c0cad3c750 --mac 00:c0:ca:d3:c7:50 enp4s0 ap1 12345678
sudo ./create_ap --daemon -c 1 wlx00c0cad3c751 --mac 00:c0:ca:d3:c7:51 enp4s0 ap2 12345678
Are there any other ways to create access points?
create_ap
multiple times. – user68186 Aug 15 '22 at 12:34