this post was submitted on 14 Nov 2023
2 points (100.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

i have a minecraft server in my house and i'm using port forwarding with duck dns and docker. my wifi is saying that there is attacks on the wifi. is this true/ real attacks or just misclassifed?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 10 months ago

Things you host on the public Internet should be kept inside a DMZ on your network. This simply means that you should create a network segment that can't reach any other machines so that if/when your server is compromised, the attack is limited to access on that server (attackers can't access other computer on your network). https://www.fortinet.com/resources/cyberglossary/what-is-dmz

โ€‹

Even after you create a DMZ and host your server inside it, you'll still need to worry about hackers compromising your server and using it to launch attacks against others from your home IP (usually as part of a botnet) or using it to distribute illegal content.