Elektrine lite

← Feed

@rem@front-end.social

Post #2126012

2026-05-06 17:42 UTC

Really didn't think it would work, but my hotel offers free wifi for 30 minutes. So I'm now running this command every 30 minutes then reconnecting: ``` sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//') ``` I'm just rotating my mac address.

Replies (1)

  • @preinheimer@phpc.social 2026-05-06 17:45

    @rem@front-end.social years ago I did some MAC address shenanigans to get my wifi baby cam online in a hotel with a captive portal.

    Open ##2326276