340
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 22 Oct 2024
340 points (97.2% liked)
Technology
59020 readers
2782 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
I use Win10 for one single program only and I'm currently testing on how to take that machine offline, but still be accessible locally. So far all I got is a blacklist regex in pihole. Blocking internet access to that machine via my router does not work for me, as I dual boot that machine with Linux for gaming. Tips per DM are very welcome actually.
Two options:
Make Linux use a random MAC address, then block the physical MAC in the DHCP section of the router'e configuration. This will make Windows unablento recieve an IP address while Linux will be able to get ahold of one.
If windows uses tandom mac addresses, the feature should be able to be turned off.
Or, simply disable the network interfaces in Windows' control panel. I've never seen Windows reenable a network card by itself.
Static IP on the windows machine in a jail'd subnet, if you still want to be able to access it from the LAN but don't want it to have internet access.
If you're happy with it not having any kind of network access (I'm not sure if when you say 'locally' you mean just physically, or it needs LAN as well), just disable the network adapter in windows.
Maybe have a script change your local IP address? You could for instance change your IP after logging into Linux and change before powering off.