It's up to the discretion of the installer. I think being able to speak in technical terms and provide a decent argument convinced the installer. I got a feeling that they don't generally do it because for most people, the Orange FunBox is a good enough solution.
Ask HN: Why does it seem hard to buy an ONT for fiber?
11–20 of 64 posts
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#12When I had AT&T fiber, they had an ONT and a Modem, the ONT was installed outside the house, styled like the NIDs for POTS. There was no fee for the ONT, but there was a rental for the "modem". Afaik, all the modem did was run 802.1x auth and do crappy NAT. I understand that ATT has moved towards combining the ONT and Modem into a single piece of equipment.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#13I'll start off by saying I'm not a fan of being forced to use their gateway. It's essentially just superfluous equipment in my network closet and another point of failure in the chain. I'd rather just be able to reliably patch directly in, but such is life.
That said, there's no loss of privacy with the gateway in bridge mode and me patching directly in. In the end they see whatever I expose on my router and they see all my packets. There's no functional difference privacy-wise here, unless they've got microphones or something on the gateway. Maybe they're sniffing wifi, but so can a car driving by.
FWIW, AT&T does this because AT&T does what AT&T does. They were doing it back in the day with their DSL service as well. There's a little more compatibility challenges when it comes to PONs versus DOCSIS modems, but theoretically one could buy an ONT and have it participate on the network. The actual ONT is just a media converter though, and without AT&T's gateway to auth you properly you're not going to be able to send any traffic.
As mentioned elsewhere though, I've been using AT&T's service for a long time. I've never had a modem rental line item in my bill.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#14A good fibre ISP will have a separate ONT and router, so you can still pick your own router. The ONT should be considered part of the ISPs network and not tampered with or replaced. Fibre with an ONT (PON) is a shared medium with other customers, and trying to use your own equipment has the possibility of degrading service for other customers.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#15Your security barrier is the firewall in the router, plus whatever encryption you apply to comms outside it. As long as you get that right your ISP can't see what you are doing apart from the to/from addresses on your packets (which can't be hidden, obviously).
ISPs generally push their own managed router/firewall at you because that way when something isn't working you don't wind up with arguments about who's fault it is, and the ISP can troubleshoot your router. But in my experience they have no problem with you unplugging their device and plugging your own in instead.
I haven't seen an ISP which does the ONT and the router in a single box. Its theoretically possible, but would be a bad idea for several reasons. One is security, as you say. Another is that the fibre can't be extended with more wire, unlike a copper phone line. So the ONT tends to be a small wall-mounted box with an Ethernet jack in it. That way your Wifi access point isn't stuck low down next to your front door or something.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#16In some countries (Germany) it's super easy, because there are laws forcing the ISPs to allow customer provided equipment, while in other countries you need to do some hackery with spoofing serial numbers and such of the original modem. People even make utilities to scrape that information via the administrative interface, and make the process semi-automated: https://github.com/StephanGR/GO-BOX
The biggest problem for me about the ISP routers is their sheer size, they probably make them big so that they seem "powerful" to the average person and he chooses that ISP believing that their router provides superior Wi-Fi. New apartments built here (in Poland) even have nice boxes with the incoming fiber and an electrical socket where you are supposed to hide your Router, but the shoebox-sized devices don't fit there and you have to put them on the floor, or somewhere else. I myself have bought a SFP+ GPON (LEOX LXT-010S-H) transceiver, which is the smallest form-factor you can get. It goes inside my Banana-Pi R3 router, together with an LTE modem for backup connectivity. And this setup is still smaller than the box provided by my ISP, which only served as a bridge between GPON and my router.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#17A good fibre ISP will have a separate ONT and router, so you can still pick your own router. The ONT should be considered part of the ISPs network and not tampered with or replaced. Fibre with an ONT (PON) is a shared medium with other customers, and trying to use your own equipment has the possibility of degrading service for other customers.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#18> I don't trust my ISP to handle my personal information with discretion I'll start off by saying I'm not a fan of being forced to use their gateway. It's essentially just superfluous equipment in my network closet and another point of failure in the chain. I'd rather just be able to reliably patch directly in, but such is life. That said, there's no loss of privacy with the gateway in bridge mode and me patching dir…
You can get the 802.11x certificates off the gateway itself and auth via your own equipment though if you are sufficiently motivated[0].
I believe there are some newer methods as well, but I haven't kept up on it since I've luckily been able to get a different provider since that doesn't play games with the gateway devices. RCN at least lets you BYOD and is an ONT only.
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#19When I had AT&T fiber, they had an ONT and a Modem, the ONT was installed outside the house, styled like the NIDs for POTS. There was no fee for the ONT, but there was a rental for the "modem". Afaik, all the modem did was run 802.1x auth and do crappy NAT. I understand that ATT has moved towards combining the ONT and Modem into a single piece of equipment.
You can extract the certificate from the bgw210 and put it on a third party router. Then you don’t need the ATT modem at all. I did that last summer using this: https://github.com/mozzarellathicc/attcerts
Re: Ask HN: Why does it seem hard to buy an ONT for fiber?
#20> I don't trust my ISP to handle my personal information with discretion I'll start off by saying I'm not a fan of being forced to use their gateway. It's essentially just superfluous equipment in my network closet and another point of failure in the chain. I'd rather just be able to reliably patch directly in, but such is life. That said, there's no loss of privacy with the gateway in bridge mode and me patching dir…
AT&T Fiber in bridge mode is not actually bridge mode. It's some weird 1:1 NAT if I recall, and buggy in certain conditions. You can get the 802.11x certificates off the gateway itself and auth via your own equipment though if you are sufficiently motivated[0]. I believe there are some newer methods as well, but I haven't kept up on it since I've luckily been able to get a different provider since that doesn't play g…
You can get the 802.11x certificates off the older gateway for now older firmware versions, but newer hardware doesn't have the same exploits.