1374
Simple trick (programming.dev)
top 50 comments
sorted by: hot top controversial new old
[-] WarmSoda@lemm.ee 107 points 11 months ago

Let's pretend someone didn't know how to do that on an android. How would you explain it to them?

[-] pineapplelover@lemm.ee 125 points 11 months ago

On android when you go to the wifi settings you're currently connected to there should be a setting for randomizing mac address per connection or per network. If you change it to per connection, once you disconnect and reconnect your mac address should change. On per network, it will randomly generate the mac address for the first connection and keep that address for that wifi forever.

[-] WarmSoda@lemm.ee 26 points 11 months ago

Excellent explanation, thank you. Never knew what that difference was.

[-] AnarchistArtificer@slrpnk.net 4 points 11 months ago

Thanks for asking the question! I've never needed to know it, and I've done enough android tinkering that I'm fairly sure I could find it quite easily if needed, but I enjoy my social media being peppered with bits of learning wherever possible. I'm a big fan of ambient curiosity

load more comments (1 replies)
load more comments (1 replies)
[-] kspatlas@artemis.camp 4 points 11 months ago

I think per connection is a GrapheneOS thing unless I'm wrong

[-] SuperIce@lemmy.world 35 points 11 months ago

On stock (Pixel) Android, if you enable Developer Options, there is a setting under Networking called "Wi-Fi non-persistent MAC randomization" that randomizes the MAC per connection for networks that have randomization enabled.

[-] Meruten@lemmy.dbzer0.com 8 points 11 months ago

Samsung's OneUI does this by default for all connections .

[-] SteveTech@programming.dev 4 points 11 months ago

I don't have a Samsung, but I'm pretty sure that's still randomised per network, per connection can be enabled in the developer options somewhere.

[-] derock@lemmy.derock.dev 6 points 11 months ago

I have a Samsung and it's per network, even if you forget and rejoin it keeps the same random Mac address. You need to enable a developer setting to have it randomize when you join.

load more comments (5 replies)
[-] steersman2484@sh.itjust.works 5 points 11 months ago

Graphene just changed it to be enabled by default

But maybe they hat this feature earlier than AOSP

load more comments (3 replies)
[-] Steeve@lemmy.ca 102 points 11 months ago

Just google it you dumb piece of shit - Stack overflow user

Marked as duplicate

[-] bappity@lemmy.world 26 points 11 months ago

I know you wanted this solution but that solution is shit here's my one instead

[-] noli@programming.dev 29 points 11 months ago
[-] bappity@lemmy.world 29 points 11 months ago* (last edited 11 months ago)

WHAT WAS THE SOLUTION!!!!!!!!1!!1!!!!
9 years ago

[-] hitmyspot@aussie.zone 4 points 11 months ago

I'm sorry, your comment has not been posted. This thread is closed as it has been marked as [SOLVED]

[-] FooBarrington@lemmy.world 6 points 11 months ago

Most Android phones have an option to randomize MAC per WiFi, enabled by default. Maybe you can trigger a new MAC by forgetting the network and reconnecting?

[-] SuperIce@lemmy.world 8 points 11 months ago

If you enable Developer Options, there is a setting under Networking called "Wi-Fi non-persistent MAC randomization" that randomizes the MAC per connection for networks that have randomization enabled.

load more comments (2 replies)
load more comments (1 replies)
[-] jetsetdorito@lemm.ee 71 points 11 months ago

fun fact, an early iPhone jailbreak would always change the phones wifi mac to the same address, so there was a meme for a while that if you had a jailbroken iPhone you couldn't use airport wifi

load more comments (1 replies)
[-] navi@lemmy.tespia.org 58 points 11 months ago

This comes back to bite you when you purchase in-flight wifi which is tied to your MAC address. Make sure to disable that option for the in-flight access point!

[-] derock@lemmy.derock.dev 21 points 11 months ago

on an AA flight I was recently on, they gave out free 20 mins of internet for watching a 15s ad, but this was once per device type of deal. In this case, turning on randomized mac addresses meant I get free inflight wifi for the entire flight!

[-] RealJoL@feddit.de 21 points 11 months ago

Tragic airplane crash: Over 2700 suspected dead due to airplane data log

[-] mindbleach@lemmy.world 50 points 11 months ago

Why's it need to be temporary, anyway? It's an airport. Nobody's sticking around.

[-] shroomato@lemm.ee 23 points 11 months ago

Unless you're Tom Hanks

[-] IphtashuFitz@lemmy.world 8 points 11 months ago

You haven’t “flown” recently, have you?

[-] mindbleach@lemmy.world 26 points 11 months ago

Why, did they add a week-long quarantine in baggage check? It's an airport. The whole point is to show up and leave. Even if the wait lasts longer than the flight.

If your ass in there longer than 24 hours, the wifi should be considered an apology.

load more comments (2 replies)
[-] malloc@programming.dev 5 points 11 months ago

Long time ago, it was probably due to overcrowding. Very easy to get shit quality of service once it hits a certain time of day.

But with advances in wireless technology (backhaul, 5Ghz, MIMO, …) I think that’s no longer the case.

[-] original_ish_name@lemm.ee 42 points 11 months ago

Your airport wifi doesn't ask for your email, phone number, bank number of your life savings, etc?

[-] snake@lemmy.world 21 points 11 months ago

Usually it asks for an email, but you can just input a fake one.

[-] 0x2d@lemmy.ml 7 points 11 months ago

for a lot of captive portals I type random crap like stevejobs@apple.com or jdjdidneiejdjeksneidnei@gmail.com

load more comments (1 replies)
load more comments (6 replies)
[-] MonkCanatella@sh.itjust.works 19 points 11 months ago

Didn't know you could spoof a mac address

[-] Corbin@programming.dev 26 points 11 months ago

Most consumer-grade NICs have a default MAC address which is retrievable with device drivers, but delegate (Ethernet) packet assembly to the OS. If the OS asks the NIC to emit a packet, then the NIC often receives the packet as a blob, DMA'd from main memory, and emits the bytes as octets. Other NICs do manage packet assembly, but allow overwriting the default MAC address. By the time I was learning Linux, we had GNU MAC Changer available in userland with the macchanger command, and many distros have configuration for randomizing or hardcoding MAC addresses upon boot.

I want to say that this is all because olden corporate network management policies could require a technician to replace a NIC without changing the MAC address, but more likely it is because framing and packet assembly was not traditionally handed to a second controller, and was instead bit-banged or MMIO'd by the CPU.

[-] FlexibleToast@lemmy.world 15 points 11 months ago

Some devices, like Android, do this automatically. By default they have randomized mac enabled.

[-] madcaesar@lemmy.world 4 points 11 months ago
load more comments (3 replies)
[-] kool_newt@lemm.ee 12 points 11 months ago* (last edited 11 months ago)

I use this to make MACs for my VMs and virtual NICs. The 00:16:3E prefix means it's Xen virtualization, so change this part as needed.

#!/usr/bin/python

# macgen.py script to generate a MAC address for guests on Xen

import random

def randomMAC():
	mac = [ 0x00, 0x16, 0x3e,
		random.randint(0x00, 0x7f),
		random.randint(0x00, 0xff),
		random.randint(0x00, 0xff) ]
	return ':'.join(map(lambda x: "%02x" % x, mac))

print (randomMAC())

Use

$ macgen.py 
00:16:3e:17:ed:b1
[-] kspatlas@artemis.camp 9 points 11 months ago

GrapheneOS has per connection MAC which can be useful in situations like this

load more comments (1 replies)
[-] radix@lemm.ee 5 points 11 months ago

In general, I thought IP addresses are mutable while MACs stay the same, and I thought that's why the outside world uses IPs to identify networks while routers inside a network use MACs to identify specific devices. If you can change your MAC arbitrarily, doesn't that risk making the router's job more difficult? Why not just assign yourself a different internal IP?

[-] FiskFisk33@startrek.website 21 points 11 months ago

I mean yeah, but in this case you want to make the routers job of shutting you out more difficult.

load more comments (1 replies)
[-] ramjambamalam@lemmy.ca 17 points 11 months ago* (last edited 11 months ago)

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.

load more comments (1 replies)
load more comments (2 replies)
[-] fidodo@lemm.ee 4 points 11 months ago

Are there airports that still do this? Every airport I've been to in the last decade has had free Wi-Fi.

[-] original_ish_name@lemm.ee 4 points 11 months ago

I spoofed my MAC once when I went to a router page of a hotel and it said it was logging the request

[-] Pika@sh.itjust.works 5 points 11 months ago

I had them most sophisticated hotel/resort wifi capture page I've ever seen them other week. It had you register on the wifi using your room number and booking email, then it gave you 10 slots that you put Mac addresses into. I couldn't imagine how many people I bet never figured out how to use it lol

load more comments
view more: next ›
this post was submitted on 23 Aug 2023
1374 points (98.9% liked)

Programmer Humor

18890 readers
1033 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