Replies: 5 comments
-
I had a similar situation to you, here's my setup and my (working) configuration. Using VLAN ID of "0" resulted in wpa_supplicant reporting success but no traffic would pass (DHCP requests went unanswered). Previously: Ciena 3903x -> BGW320-505 -> USG 3P I am not using MAC address cloning, "2" for the VLAN ID, and "None" for the QOS Tag. Here's my configuration file and certs permissions... root@Cloud-Gateway-Max:/etc/wpa_supplicant# ls -la /etc/wpa_supplicant/certs |
Beta Was this translation helpful? Give feedback.
-
@Dzha2000 did you ever solve this issue? I'm having the same problem. I have to start with my UXG-Fiber in Auto for WAN1 then let wpa_supplicant connect. But I get less than .5 mbps. At which point, I set it to VLAN0 QOS1 and things are fine until it reconnects. At which point, I have to change it to auto, bounce the port, and start again. |
Beta Was this translation helpful? Give feedback.
-
@BaDxKaRMa I wish I can say that I have. No, I never was able to figure out a solid solution. I just put my UXG on a UPS and hope and pray I don't lose power. If I do, I just manually have to bounce the port until get my internet back. One thing I never got to try is to put WAN port on a SFP port to see if that makes any difference, so if you have an SPF, give it a try. |
Beta Was this translation helpful? Give feedback.
-
@Dzha2000 Good news! I solved it for myself and I think it will probably solve your issue as well. I won't bother with the long version unless you need it for troubleshooting as I think we were in the same state. You just need to define the vlan id in the service. My UI config consists of VLAN 0, QOS 1, Mac Address Clone enabled. Steps to fix
systemctl stop wpa_supplicant-wired@eth4
systemctl disable wpa_supplicant-wired@eth4
sudo mv /etc/wpa_supplicant/wpa_supplicant-wired-eth4.conf /etc/wpa_supplicant/wpa_supplicant-wired-eth4.0.conf
sudo systemctl start wpa_supplicant-wired@eth4.0
sudo systemctl enable wpa_supplicant-wired@eth4.0 Then you can check status or logs to see if it works. sudo systemctl status wpa_supplicant-wired@eth4.0
journalctl -u wpa_supplicant-wired@eth4.0 -f I've been able to reboot and everything connects fine. I haven't upgraded yet to see if things are ok but I'm sure they will be. |
Beta Was this translation helpful? Give feedback.
-
@BaDxKaRMa Thank you very much. That did work. Sorry it took me so long to try it out, I was out of country for a month. Now, looking at the solution, it makes sense. Again HUGE thank you for helping out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Maybe someone can help me with very weird issue I’m having with my UCG-Fiber.
I have AT&T at my house (BGW210 gateway) and a newly purchased UCG-Fiber. I have very carefully followed the guide for wpa_supplicant bypass and actually able to authenticate with ATT and surf the internet if I do it a certain way.
The issue is this:
The way it feels that when WAN port is tagged with VLAN 0 during boot it will fail authentication completely. When WAN port is not tagged with VLAN 0 I'm able to do authentication to ATT but I can't browse until I enable VLAN tagging on the WAN port.
Has anyone seen anything like that before? It feels like there is some weirdness that is going on UCG side with the VLAN 0., but I can’t put my finger on it.
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions