I want to add a Unifi USG and AP to my WiFiX-WE826GO running GoldenOrb_2020-05-16 so I can have a dedicated VPN connection to my home network.
The problem I'm having is figuring out how to put this device in bridge mode, AKA pass through mode.
Do any of you know how to do this? I've been searching for hours and I can't seem to find a definitive answer.
Bridge or pass-through mode on WiFiX-WE826GO
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: Bridge or pass-through mode on WiFiX-WE826GO
I dont believe Rooter based firmwares have a true ip passthrough, but lookup "setting up DMZ mode in rooter"
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: Bridge or pass-through mode on WiFiX-WE826GO
Won't the VPN tunnel bypass both the NAT on the goldenorb router and the CG-NAT of the provider? At that point it doesn't matter that your AP is behind 3 layers of private IPs as the tunnel should have a public IP that punches through all that..
Re: Bridge or pass-through mode on WiFiX-WE826GO
But then it becomes a major pain to try to set up site to site VPN with my unifi hardware.Viper67857 wrote: ↑Thu Aug 13, 2020 4:42 am Won't the VPN tunnel bypass both the NAT on the goldenorb router and the CG-NAT of the provider? At that point it doesn't matter that your AP is behind 3 layers of private IPs as the tunnel should have a public IP that punches through all that..
I'm a data guy and only do as much networking as necessary to set things up and make sure they run. I'd prefer to not run a bunch of CLI commands that I don't understand on any networking equipment if I can help it.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: Bridge or pass-through mode on WiFiX-WE826GO
freep wrote: ↑Thu Aug 13, 2020 9:49 am But then it becomes a major pain to try to set up site to site VPN with my unifi hardware.
I'm a data guy and only do as much networking as necessary to set things up and make sure they run. I'd prefer to not run a bunch of CLI commands that I don't understand on any networking equipment if I can help it.
To put it in pass-through mode, disable both IPV4 and v6 DHCP on the LAN interface, and under firewall enable DMZ mode to bypass any firewall filtering, and that's pretty much it.
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: Bridge or pass-through mode on WiFiX-WE826GO
Can always revert to stock OpenWrt and install modemmanager and any relevant drivers.... Goldenorb breaks true bridging for whatever reason
Re: Bridge or pass-through mode on WiFiX-WE826GO
@BillA , I just found this post and it's exactly what I need to be able to use my cellular router/modem as a failover attached to my opnsense based main router. The question is how do I turn off IPv4 and also enable the DMZ within the WE826GO? I've been able to disable IPv6 but I cannot find a similar option to disable IPv4. As far as the DMZ I'm not seeing any DMZ options within the firewall tab. I did create an "all" port forward that as I read that would work the same as a DMZ. Unsure if that is true or not as I'm not a network work guy. Anyway, any help would be much appreciated!BillA wrote: ↑Sat Aug 15, 2020 7:33 amfreep wrote: ↑Thu Aug 13, 2020 9:49 am But then it becomes a major pain to try to set up site to site VPN with my unifi hardware.
I'm a data guy and only do as much networking as necessary to set things up and make sure they run. I'd prefer to not run a bunch of CLI commands that I don't understand on any networking equipment if I can help it.
To put it in pass-through mode, disable both IPV4 and v6 DHCP on the LAN interface, and under firewall enable DMZ mode to bypass any firewall filtering, and that's pretty much it.