this post was submitted on 23 Aug 2023
1349 points (98.9% liked)

Programmer Humor

19197 readers
1278 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ramjambamalam@lemmy.ca 16 points 1 year ago* (last edited 1 year ago) (1 children)

Changing your MAC will make older messages undeliverable, but that just means the connection will be momentarily interrupted until you establish new connections after re-connecting to the WiFi.

Why not just assign yourself a different internal IP? Because a. the router probably wants to assign you one itself via DHCP; and b. the router isn't looking at your IP address to lock you out; it's looking at your MAC address.

If your IP address is where in cyberspace you are, a MAC address is who you are. If you want to fool the bouncer, change your name, not your address.

[โ€“] radix@lemm.ee 3 points 1 year ago

I see! Thanks for the explanation! Didn't put two and two together to realize that the router basically reads MACs and writes IPs.