<mmlb>
clever: I too have a fiber connection that requires crappy ISP router-modem combo. I'm required to keep in connected because ATT (ISP) does connection auth using mutual tls. There's been a few exploits for the modem but I'd rather not go down that route to get at the certs. Instead I run python script that uses libpcap to forward only EAPoL from ap
<mmlb>
u2 over to the modem.
<gchristensen>
:o
<mmlb>
"fun"
<mmlb>
overall the script works pretty well. Had some warts running on openwrt due to busybox tools having less arg and what not but that was a quick hack to fix it.