It's been a while #551
Replies: 14 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
So anyways, to make a long story, well, long, I'm setting up my wifi 6 adapters tomorrow. I have a wifi4 and wifi5 adapter running off MT7612U chips from comfast and alfa, and they've been running off a powered VIA VL817 chip USB hub which has been rock solid for the most part. |
Beta Was this translation helpful? Give feedback.
-
Oh, and a ps. I'm thinking of creating a guest network that allows access to the internet, but not access to the internal network. Is this something that you can create out of a multiple logical SSID's on a single adapter or is this something you require a dedicated adapter for? And like how? I saw the AP isolate flag in hostapd.conf, but I didn't have much success with it. |
Beta Was this translation helpful? Give feedback.
-
So using the wifi 6 conf file here: |
Beta Was this translation helpful? Give feedback.
-
So, something interesting. I use my DNS to resolve names on my network. I also use DHCP to set my network clients to receive their DNS server information. But guess what using systemd breaks. Yeah, so systemd resolve stops resolving and suddenly my AP stops knowing how to address my router by name. The other network clients are fine, but the AP itself can mail packets, it just can't address them by name. Nor does it know the local domain. |
Beta Was this translation helpful? Give feedback.
-
Spoke to soon. Turns out from here: |
Beta Was this translation helpful? Give feedback.
-
One last thing. I was noticing the power management was off for my two mt7612 adapters but left on for the mt7921u. Because it's serving in AP mode, I thought it best if I turned off this option. It won't let you do it on the command line while it's in use, but a quick trip to the Given my situation there any benefit to going full alpha 6e? |
Beta Was this translation helpful? Give feedback.
-
Hi @Thimbles809 Long time, no see.
I have one of those Edup adapters that is the same model as yours. I really like it. Well done adapter.
If my testing is any indication, the answer is no. It seems to stem from the big drop in allowed txpwr for 6 GHz. I'm sticking with 5 GHz. There is also an issue in some countries with AP mode being available for 6 GHz. It may take me awhile to read the rest of your messages. I am busy today. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I get the whole busy thing. And I also found the reference to that set power management off thing in the 6e config file: Yeah, I was trying to get 6e to work, thinking that it would allow me to stop overlapping by moving to higher spectrums, but it failed on my system and that's when I tried updating the firmware. I don't know if it's a Canada thing or a just me thing. |
Beta Was this translation helpful? Give feedback.
-
Use the following command to see what the regulatory info for Canada is: $ iw list Check the channels in all 3 bands to see what it says. In the US, on band 2 (5 GHz) we have a lower band starting at channel 36 and an upper band starting at channel 149 and then the DFS channels in between. Let's see if you can do 149. My testing with band 4 (6 GHz) has proved to be less than inspiring. The dramatic drop in allowed txpwr means the range is dramatically less than band 5. I guess we will have to figure out how best to use band 4 as time passes. |
Beta Was this translation helpful? Give feedback.
-
Gravy. Aw jeez. |
Beta Was this translation helpful? Give feedback.
-
The hostapd.log can be very handy. I set the log to work while set things up but once things are stable, I turn it off to save processing power. That log is your friend.
Cool. Back in the WiFi 4 days, hostapd.conf was easy. It was not too bad in the Wifi 5 days. Now with WiFi 6, 6e and 7, it is a challenge to learn. But once we learn and improved guides are available, we can keep going. Just check in here at USB-WiFi once in a while to see how others are pulling their hair out... it will make you feel better about yourself. |
Beta Was this translation helpful? Give feedback.
-
Oh good. I could use a little 'feel better about myself'. On top of my redo of the bridged access points using systemd networkd, I also decided to refresh my router set up using the latest Raspberry OS, systemd networkd, isc-dhcp-server & bind9 (for the ddns updates), and firewalld. It's working and it's handy not only for studying the traffic on your network between the systems, it's also handy for turning a raspberry pi into a wireless network bridge. While I was doing the testing on my new router setup, I was sent to a consigned room with no wired access to my old wired setup (wife + xmas decor = sent to the dungeon). So on my raspberry pi 400, I used the wlan interface as my wan connection and my end0 interface as the lan connection to my laptop. That way I could test the new network assignments and the dns zone updates before I put the os into production. It allowed me to see both sides of the network (in a simple firewalld setup, you have public and home zones from which one is an ingress zone and the other is an egress zone and you manage your zone traffic with policies and... well... it's easier if you see it) from my old raspberry pi router (which was my wan access) and my wired client laptop. I actually did a similar thing in the past at an organization with a smart tv in a room with no ethernet access. They had an enterprise network, but many 'smart devices' can't handle WPA Enterprise credentials. Anyways, I digress. If you need any tips on a project like that, I got mine working. So it's possible. Speaking of which, any thoughts on implementing a guest wifi on a bridged AP? |
Beta Was this translation helpful? Give feedback.
-
(In case you all needed a refresher:
#200)
And I got a new present:
https://www.amazon.ca/dp/B0CVVWNSH2
It's a mt7921 and it comes with a usb drive with drivers and the adapter with two antennas.
So in order to celebrate, I upgraded one of my razzy AP's from bullseye to bookworm.
And it collapsed. :O
So I reinstalled everything from scratch. Turns out the Labist power supply from the original kit DID NOT like bookworm and, when trying to power the pi and the hostapd adapters, it said NAH! and keeled over. Had a genuine power supply lying around, so I plugged that in.
Then I went over the guide, from scratch, to get everything set up with my dhcp, dynamic dns router.
And it turns out there've been a few changes and a few improvements.
Solution?
In
/etc/NetworkManager/NetworkManager.conf
I added the ethernet port to your tutorial.
unmanaged-devices=interface-name:wlx11111111;interface-name:end0
Beta Was this translation helpful? Give feedback.
All reactions