Yes it's the most basic thing ever I know but it's not working for me
Got main router up and running.
Now disconnected that and connected the one that's going to be the AP. The video I watched was old so lots of options were different, so I used the wiki and followed it's steps but the same thing happens.
So currently my pc isn't connected to the internet, it's connected via ethernet to LAN port 2 on the router I want to become an AP, and I'm working via luci.
The wiki says…
Set a static LAN address: Go to Network → Interfaces and on the General Settings tab, click on the Edit button of the LAN interface.
So I do that, it says use anything from 192.168.1.2 to 192.168.1.254, so I'm going with 192.168.1.2 to keep them close together.
Set the new IPv4 address, and click Save and Save & Apply.
I do that, it counts down from 80 gets to zero then tells me it didn't get a reply and to revert the changes, or force the changes. I tried forcing them, had to recover the reinstall firmware and couldn't talk to it at all.
What am I missing? It's literally the first step in the wiki and it don't work for me…
You need to first disable DHCP server on the interface lan, then
switch LAN protocol to static (and enter IP address in the subnet and gateway and DNS to other router) or DHCP client, either way apply without countdowns. Then it is safe to connect to the network.
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 (red circle; this works best in the 'Markdown' composer view in the blue oval):
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:
There's no config as yet it's currently a freshly flashed openwrt router. Zero changes.
Currently, pc is connected via ethernet into LAN port2 as it says don't use the WAN.
Set a static LAN address: Go to Network → Interfaces and on the General Settings tab, click on the Edit button of the LAN interface.
Although you could configure the wireless AP to use DHCP to obtain an address from the main router,
this guide will show how configure a static IP address for it.
By default, the main router will have an address of 192.168.1.1, so use 192.168.1.2 (or similar).
The wireless AP's address should be on the same subnet as your main router, but outside the DHCP range used when assigning addresses to connected devices.
Assuming that the DHCP server is running on an upstream OpenWrt device, this means that by default the wireless AP router IP should be between 192.168.1.2 and 192.168.1.99. But be sure to check the DHCP pool range on your DHCP server to ensure that the address you use does not conflict with the DHCP server.
When adding multiple wireless APs, you could use 192.168.1.3, 192.168.1.4, etc.
Set the new IPv4 address, and click Save and Save & Apply.
So I edit the LAN, change the 192.168.1.1 to 192.168.1.2 and hit save and apply, it's does it's count down thing, then says no response and to revert the changes or I can force the changes (I tried that and had to restore the firmware as no luci on 192.168.1.1 or 192.168.1.2)
I wondered that so have tried it, I saw a video online where they also disconnect and reconnect the computer quickly after the save and apply, I assume to refresh the pc connection… tried that too.
Just wanted to note after making a change you have to click the save and apply button to make the changes work. You can stack a number of changes up and have it all applied at once but you do need to click that button before anything you did will function.
If you are on snapshot, switch to stable. I would practice changing the IP via luci until it works correctly. If you ignore this, you are 100% headed towards more headaches.
I was trying to configure the second router as a dumb AP, following the openwrt guide and various other peoples guides, step one is connecting directly to the router via ethernet and changing its ip address from the 192.168.1.1 to something on the same subnet but different from the main router.
Everytime i tried it timed out and rolled back the settings, i tried opening the new ip in a browse during the countdown, tried reconnecting the ethernet during the countdown, tried connecting it to my network during its countdown, nothing helped, I even tried forcing the changes, but left me unable to get access to Luci or ssh on 192.168.1.1 or 192.168.1.2 and i had to do firmware recovery to regain access.
So i tried to change it via ssh and it worked first time.