Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Running OpenWRT on the Plusnet Hub One (& BT Home ...
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
13-02-2020 8:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It was:
Interfaces / LAN / DHCP / Advanced / DHCP-Options (6,ip_address)
All working now.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
13-02-2020 9:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Actually I spoke too soon, nothing is being forwarded to the pi.
OpenWrt is too complex for me I think.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
13-02-2020 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You asked about DNS, so I showed you where to find DNS. 😉
Great, now have what you want.
P.S.: Too complicated for me too, but we setup once and forget it 😀
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
13-02-2020 10:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Well you showed me where to find the WAN DNS, I was looking for the LAN DNS.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
13-02-2020 10:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
DNS and DHCP - these are different things.
I can’t know how your network is configured and what results you want to get.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
14-02-2020 4:16 AM - edited 14-02-2020 4:23 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You could use DHCP option 6 if you just wish to point all your clients to PiHole DNS server.
Refer to section 2.3 of the OpenVPN client setup guide v1.2 for example screen shots etc. for DNS setup
https://openwrt.ebilan.co.uk/viewtopic.php?f=7&t=279
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
14-02-2020 4:38 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I tried that but it didn't work. Maybe I have some other settings wrong.
In the meantime I found another way to do it but less elegant.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 12:56 AM - edited 15-02-2020 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I can't see how to quote posts on here, but re use dhcp option 6...
openwrt dhcp option 6 set to pi-hole ip
pi-hole dns set to 8.8.8.8 8.8.4.4
openwrt wan interface dns set to 8.8.8.8 8.8.4.4
So... I would expect pi-hole lan dns first, then pi-hole wan dns, then openwrt wan dns.
What it actually does is go to openwrt wan interface dns first, bypassing the pi-hole. I know this because the dns lookup does not appear in the pi-hole log.
As a workaround I can:
- set openwrt wan interface dns to pi-hole ip
- or, set dhcp option 6 to pi-hole ip and leave openwrt wan interface dns blank
=> but... this means no failover from pi-hole to openwrt wan dns.
I'd like to at least understand what it's doing. Is it because option 6 advertises, but doesn't force order?
I could try openwrt wan dns = pi-hole ip, 8.8.8.8, 8.8.4.4 and dhcp / advanced / strict order enabled I guess, but lan dns via the wan interface upsets my ocd.
Maybe a question for the openwrt forum... but I'd welcome any input.
p.s. loving openwrt, it's good fun learning.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 2:35 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Actually it's working ok now, I think the pi-hole log just takes a while to update... One small change I made was to set the pi-hole dns to the openwrt ip, then you only have to set the wan dns in one place.
Also had a play with openvpn installed on openwrt, connecting to NordVPN. Works ok but the wan speed drops to ~8mbps, I guess the Hub One hasn't got much horsepower for encryption.
I'll never remember how this all works when I next look at the router settings in 12 months...
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 5:47 AM - edited 15-02-2020 6:03 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As a workaround I can:
- set openwrt wan interface dns to pi-hole ip
fwiw, not entirely sure how above is supposed to work if believe your pi-hole is on LAN interface (not supposed to be accessible by WAN of any router)
DHCP option 6 justs sends a list of DNS servers direct to the client, so you could include pihole LAN IP 192.168.x.x, 8.8.8.8, 1.1.1.1 etc and if you use Wiindows, it does list them in the order you specify. when you use ipconfig /all command. Whether Windows uses the DNS server in the order they are specified is another matter.
Have you read the introduction of the OpenVPN guide for explanation regarding poor openvpn speeds with HH5A ?
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 1:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Which document is that, do you have a link?
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 4:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Never mind I found it, cpu limited and max achievable 9Mbps.
fyi I used this setup procedure:
https://nordvpn.com/tutorials/openwrt/openvpn/
Ok except separate cert/key files is unnecessary.
I prefer using vpn client on the pc anyhow, so I can see visually it's connected. Just interested to try in on openwrt.
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
15-02-2020 5:57 PM - edited 15-02-2020 6:03 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
from posts earlier:
...... OpenVPN client setup guide v1.2 ......
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
05-04-2020 5:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi All
Just got my new HH5A router arrive and wanted to ask a couple of questions of you wise folk before I open the router case and commit.
Does openWRT on this router offer full and relaible VLAN support? e.g can I isolate individual clients on both the wifi and ethernet?
Also reading about this openWRT upgrade/http security hole and not fully understanding every last subelty can somebody please advise if the upgrade path on this thread safely avoids this hole?
Re: Running OpenWRT on the Plusnet Hub One (& BT Home Hub 5a)
05-04-2020 6:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This is the flaw I'm reffering to in the above post:
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Running OpenWRT on the Plusnet Hub One (& BT Home ...