It’s actually configured as a wifi receiver using station mode, it’s not an access-point. It associates with the Starlink AP and then provides an Ethernet cabled link to my in-house PC’s via a network hub.
It works on either the 5.8Ghz or 2.4Ghz bands as both the Starlink AP and this ex-Unifi mesh AP are dual band.
To do this, DHCP, NAT, and MAC address mapping are required as my in-house PC’s need to use the router IP when they access the Internet (via IPV4) and the replies need to have their headers stripped by the router on their way back to the originating host. For this ‘CONTRACK’ is also needed.
OpenWRT has all this capability out of the box, so to speak, plus around 8000 other networking apps that are easily installed depending on how much ‘spare memory’ your chosen device has.
However, many retail routers don’t have much memory or CPU grunt to spare in my experience.
Then there are the IP tables … these have to be set up by hand, there are no ‘wizards’ to help you, as there are on Ubiquiti models like the ‘ER-X’ series of routers.
You’ll need to create and configure three sets of RULES for handling packets of type :
- IN
- OUT
- ESTABLISHED
I’ve been doing this for so long that it now that it’s familiar to me, but I feel sorry for anyone encountering this stuff for the first time because it’s not obvious and OpenWRT offers no help. Thankfully there are plenty of online articles about and I imagine AI could also make short work of this.
The RISKS of a working but incorrect configuration could expose your hosts to the Internet, making them easy prey for cracking bots.
So this is a serious matter indeed, it’s complex and definitely requires running cracking tools (i.e. nmap) against your setup from outside to make sure it’s secure. One can’t afford to just assume it’s secure, without first testing and verifying that it is.
This isn’t a simple thing, for instance LOGS are mandatory in my opinion, but retail routers won’t have the space to host them locally, so you’ll need remote logging to a PC that’s running 24/7. While you’re at it an automatic log analyser that can email you anytime a serious matter is uncovered is also a good idea.
Because your router is your gateway to the Interverse, while you’re looking out, there are also millions who want to look in and steal your passwords, account numbers, email address book etc, so good knowledge, experience and planning are needed for this one very important link in the chain.