hello all,
i got a UBNT Nanostation loco AC to connect a neighbor to my wifi, then i learned that these devices use airmax, so openwrt was a one-way road.
managed to flash it, but i have problems configuring.
i dont want routing, dhcp, firewalls, nothing. Just to bridge wifi interface with ethernet, connect wifi to my home router and setup a static ip.
can someone point me to a guide, i searched a lot, found complicated setups, but not this simple thing.
he will connect (via wireless) to my home router, gw is 192.168.1.1, device must have 192.168.1.26
i managed to make the wireless connection but i messed up with interfaces and ip addresses.
my firmware version is OpenWrt 24.10.0 r28427-6df0e3d02a / LuCI openwrt-24.10 branch 25.014.55016~7046a1c
my second issue is that after any reboot, all settings are dissapeared..
There is a bug in v24 that prevents OpenWrt from writing anything to flash (including new firmware) on many ubnt models. You will need to TFTP recover to stock then install 23.03.5.
A true bridge is only possible if the AP is in WDS mode. To obtain Internet from a neighbor's wifi that does not support WDS, set up a routed client. Routed client is also advisable when you are the provider and setting this up for your neighbor as you can firewall them from reaching your LAN.
I think that @mk24 and I might have different interpretations of the network topology.
As I read it, I came to the conclusion that you will be connecting this AP to the upstream router via ethernet, and then your neighbor will be using the wifi provided by this device. Is that the intended use case?
Also, these devices are designed as point-to-point radios intended to be used as a pair to make a "wireless wire." While the underlying radios are actually the same as those that would be found in normal wifi APs, they work (using the vendor firmware) using a different method to connect two points wirelessly and are not general APs for connections to phones/tablets/computers/etc. In that capacity, they work really well, so if you're using a pair of these, you might consider staying with the vendor firmware.
On the other hand, if your intent is that this will be used as a wifi AP for 'normal' devices to connect, then using OpenWrt certainly makes sense.
All that said, if you can elaborate/clarify a bit about the specific scenario for this device, that would help us ensure we are giving you the right advice.
Obviously there is only one nanostation there (not a pair), but am I reading it correctly that the the wireless is link between the ISP device and the nano station. So the upstream connection is wireless, and the downstream is wired?
If that's the case, then @mk24 's interpretation was the correct one, as was his advice.
Does the downstream network need to be one and the same as the upstream (in other words, sharing resources on the network)? Or is this really just providing an internet connection to the downstream, and not attempting to share other devices?
So you're going to install the Nanostation at the neighbor's house, and it will connect to a stock ISP router/gateway at your house?
In that case you definitely need routed client.
Start from a default configuration.
If the ISP router uses 192.168.1.X, change the Nanostation's LAN to something else such as 192.168.2.1.
In the GUI go to the wireless page and click Scan on the 5 GHz radio. Find your ISP router in the list and click Join This Network.
Set the country code on both radios to your actual country.
Optionally enable an AP on the 2 GHz radio, on the lan network. This will allow users near the Nanostation to have low-performance wifi. If the neighbors already have a wireless router or AP you should use that instead.
This will set up a basic routed client. You may want to add a firewall rule to reject access to your ISP router's LAN so the neighbors cannot access things in your LAN.
Do they have internet access? If so, that would imply that the general configuration is working
Do they need to be able to ping the upstream router? (this is not a requirement, and if you implemented a firewall blocking the 192.168.1.0/24 network from the 192.168.31.0/24 subnet, that is expected and desired behavior).
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
The problem is that there is a bug in some versions of OpenWrt (apparently also 24.10.0 and maybe also 24.10.1) that prevents the system from successfully writing to the flash storage. To get around this, you cannot be using OpenWrt as the method to flash firmware -- that's where the tftp process comes in.
a little help with this ?
started tftp server, uploaded the image, what do i have to do at openwrt ?
tftp server is 192.168.31.125 file is openwrt-23.05.5.bin