Smash

joined 2 years ago
[–] Smash@lemmy.self-hosted.site 16 points 2 weeks ago (1 children)

Except, it isn't, .NET Core is an open source framework by the .NET Foundation

[–] Smash@lemmy.self-hosted.site 3 points 2 weeks ago

Pack den RPI am besten in ein eigenes Netzwerk (DMZ). Die Sicherheit hängt dann maßgeblich von deinem Webfrontend ab, du solltest eine sichere Authentisierung nutzen (etwa mit MFA oder Zertifikat). Ansonsten noch das übliche, immer sofort die neusten updates installieren und hardening wie strike firewall Regeln, geo restriction und fail2ban nutzen.

[–] Smash@lemmy.self-hosted.site 5 points 3 weeks ago

Basically all programs which enable file sharing via your Internet connection. Germany is notorious for having a huge amount of lawyers which are only dedicated to tracking down and file a copy right infringement (or worse) case against people, who had unlawful actions done over their IP. And if you can't pay your fines, jail time is waiting.

[–] Smash@lemmy.self-hosted.site 21 points 3 weeks ago (2 children)

Going to Jail in Germany speedrun any%

[–] Smash@lemmy.self-hosted.site 0 points 1 year ago (1 children)

That's strange, I uploaded them to https://i.ibb.co/

0
[solved] WireGuard VPN IP Issue (lemmy.self-hosted.site)
submitted 1 year ago* (last edited 1 year ago) by Smash@lemmy.self-hosted.site to c/selfhosted@lemmy.world
 

I tried debugging this issue for hours now but I'm out of ideas. I'm running WireGuard on my OPNsense firewall. It worked flawlessly for about a year but now I've gotten a really strange issue.

Here is the Client config: Client

As you can see, the Client got assigned the IP 10.10.10.11/32

I can ping this IP and the Client can access all Server in the network when connected with the VPN.

BUT when it connects to hosts in the LAN, it doesn't use it's assigned 10.10.10.11 IP but the public IP of the OPNsense firewall instead.

This also doesn't happen every time, but most of the time. I assume that it's perhaps a ARP issue, but I don't know why the OPNsense firewall sends its public IP (WireGuard Endpoint IP) instead of the Clients assigned IP at all.

The IP the Client should use in the LAN (virtual VPN IP): virtual IP

The IP which the Client actually uses (Endpoint IP): Endpint IP

Every help would be greatly appreciated!


EDIT: I removed and re-added the peers in OPNsense and it works again, at least for now. Maybe something broke during an update(?). I will report back if this already fixed the issue (the problem can sometimes be hard to replicate)

EDIT 2: The issue reappeared. But I noticed, that I now have the problem only with Gecko based browsers, chromium works fine (tested on Android).

EDIT 3: The issue only appeared with Gecko based browsers because mine are configured to use some public DOH DNS, which resolved my internal host FQDNs to public IPs, not private ones from the LAN