Hey all,
I'm looking into replacing my Verizon Fios router with one I can manage (configure DNS black hole, possibly setup a VPN connection, etc. etc.), but I'm hitting an overwhelming number of options, so I'm wondering what everyone else is doing. I'm basically looking for something which lets me access the underlying OS so I can easily fix(/break) things, and weighing the pros/cons of also having it do some file sharing stuff (Samba/NFS) or using it for hosting toy projects to show friends, with at least GbE speeds.
In terms of hardware, I've seen ClearFog Pro https://www.solid-run.com/marvell-armada-family/clearfog/ and it's big brother, ClearFog GT 8k https://shop.solid-run.com/product/SRM8040S64D04GE008V12GE/, both of which support running Linux (and then I could use things like iptables and dns-masq or whatever), but the review seem to be underwhelming. There is also pi-hole, which runs on Raspberry Pi hardware (and likely anything else), but I think that just does DNS, so I'd have to configure the routing on top of that; the problem there is that there is only 1 ethernet port on the Raspberry Pi, and a managed switch sounds a bit over the top for my setup (plus, noise).
The other option I see is a small tower with 2 ethernet ports, probably a standard x86 box, and a standard switch. One pro to that is I might be able to get 10GbE, which I feel like will matter within the next 5 years (my FioS connection is already 1GbE), the con is needing two separate devices.
In either case, I'd need a wireless AP, which is something I know next to nothing about. I think I want something supporting 802.11ac?
Thanks in advance for the suggestions! I'm relatively new to this list, coming from the Philly Linux User Group, so I don't know if there are different expectations :).
Charles
On 6/22/20 5:10 PM, Charles Hathaway wrote:
I'm looking into replacing my Verizon Fios router with one I can manage (configure DNS black hole, possibly setup a VPN connection, etc. etc.), but I'm hitting an overwhelming number of options, so I'm wondering what everyone else is doing.
Not sure if this is what you're looking for, but I have a router that lets me run the open source dd-wrt firmware on it. (I use the Netgear R7000P, but there's many others.) dd-wrt is Linux based, and so probably provides most of the capabilities you mentioned.
HTH,
DR
Hey David,
Thanks for the hint! This https://openwrt.org/ is what you're talking about, right? Do those routers have enough beef to do anything in addition to the routing though? My assumption was that they would be fairly resource constrained (i.e., CPU's in the Mhz and RAM in the MB); I wouldn't be surprised if SSH didn't work because of how constrained they were. Glad to be proven wrong.
Charles
On 6/22/20 2:37 PM, David Rosenstrauch wrote:
On 6/22/20 5:10 PM, Charles Hathaway wrote:
I'm looking into replacing my Verizon Fios router with one I can manage (configure DNS black hole, possibly setup a VPN connection, etc. etc.), but I'm hitting an overwhelming number of options, so I'm wondering what everyone else is doing.
Not sure if this is what you're looking for, but I have a router that lets me run the open source dd-wrt firmware on it. (I use the Netgear R7000P, but there's many others.) dd-wrt is Linux based, and so probably provides most of the capabilities you mentioned.
HTH,
DR
BALUG-Talk mailing list BALUG-Talk@lists.balug.org https://lists.balug.org/cgi-bin/mailman/listinfo/balug-talk
On 6/22/20 9:16 PM, Charles Hathaway wrote:
Hey David,
Thanks for the hint! This https://openwrt.org/ is what you're talking about, right? Do those routers have enough beef to do anything in addition to the routing though? My assumption was that they would be fairly resource constrained (i.e., CPU's in the Mhz and RAM in the MB); I wouldn't be surprised if SSH didn't work because of how constrained they were. Glad to be proven wrong.
Charles
I was talking about this: https://dd-wrt.com/ IIRC, OpenWRT is a fork of that.
AFA specs/power on that router, I don't know off the top of my head. I'm sure you could find out that info by a search and/or on the Netgear website. https://lmgtfy.com/?q=netgear+r7000p+specs
DR