Hacker News new | ask | show | jobs
by nodesocket 2805 days ago
Would the auth information showup in the AT&T modem admin page? They doesn't use PPPOE, just standard DHCP. Just hoping they don't filter by Mac address upstream.
2 comments

Interesting. If they do use the device MAC address, that could turn out to be really easy. :)

Mac address spoofing is super easy (basic admin task almost) on most *nix's, though (from hazy memory) it does depend on the network card capabilities and driver.

Looking at the general info page for the EdgeRouter X, it seems to run something called "EdgeOS":

https://www.ubnt.com/edgemax/edgerouter-x/

That has a user guide available:

https://dl.ubnt.com/guides/edgemax/EdgeOS_UG.pdf

Page 4 of the user guide says:

  CLI
  Advanced users can make configuration changes using 
  Linux commands.
If EdgeOS really is Linux based, you might be in luck. :)
On (V)DSL, they use 802.1X, not sure about their fiber service. That's what forces me to use their "home gateway" (since it auths using the certificate in the device).
As a curiosity thing, have you ever cracked open the device to see what's inside? Maybe JTAG ports on the main board, or even having the cert stored (say) on microSD card? :D