I think many of us are using reverse proxies, and opening port 443 (https) and maybe port 80 (http).
Unless you need to share/provide services for a public, then you shouldn't be setting up reverse proxies or cloudflare tunnels in my opinion. All you need is WireGuard for you and the handful of users that might be using it.
I have two ports open for:
-
WireGuard
-
SSH Tunnel
Both of these services will only accept key based authentication.
WireGuard is the main way that my wife and me access the services away from home. When our phones disconnect from our home's SSID, Tasker automatically connects to the WireGuard tunnel so we never lose access to services.
The SSH tunnel is just a fallback in case I get behind a firewall that might be doing DPI and blocking VPN traffic. The SSH tunnel operates on 443 to hopefully appear to be SSL traffic and allowed through. I've used it a very limited amount of times to get out from strict corporate firewalls.
I was able to reduce that to just SSH by having my Wireguard host on a VPS and connecting out from home. Running SSH on 443 is a neat idea.
I've had 22, 80, & 443 open for literal decades. Key auth only on ssh. 80 & 443 rev proxy to inside web services I want to expose only. Also host game servers as needed.
Keep your stuff up to date and follow best practices for securing it. Use things like crowdstrike. If you can segment your network, go ahead.
Unless you have a target on your head your main concern is going to be scripts looking for vulnerabilities.
I am not exposing any ports online. I do not trust myself
Instead, I am using Tailscale (Wireguard)
I've got a very similar setup now. Only recently adopted tailscale and was previously port tunnelling over SSH to access anything on the local network. SSH is still open, and am just waiting a bit to see if theres any cases where I need it before closing that out too.
Short story: If you don't need stuff open to the general public, just having Tailscale will probably cover you.
Ya my paranoia only allows me to expose Wireguard to access everything. I sleep better at night knowing that's the only thing exposed. Too many instances of major companies getting hacked who have dedicated security teams to manage that. I am one person, learning to manage my own stuff in my free time.
I open 443 and 80 on my router and forward it to a reverse proxy.
I have a couple of service that are exposed but most of them make sense only when I'm home so I whitelist private IP address on my reverse proxy.
If you do.your basic security such as updating your servers and services and not having dumb password, you shouldn't be afraid. Think about it, all of the services that you use is exposed on the internet. I did work for big company and they don't do much more than what you would probably do, except maybe having some automated monitoring that flag weird stuff. But hey, aside from bots, I don't think Russian hackers are interested in your stuff. Stay low profile with your exposed things and it's gonna be alright. Make sure you backup.
HTTPS and VPN (Wireguard) ports
Run your own vpn, and only allow access to your services remotely if they are coming through that vpn.
Now you've shifted some of the security over to how secure your vpn server's authentication is.
I’ve got a few layers of security for my homelab setup that make me feel pretty comfortable against random attacks.
Cloudflare is used to manage my domains and act as an external proxy to obscure my IP address, I’ve only forwarded ports 80 and 443 to Traefik my containerized reverse proxy, Authelia to add 2FA to services that I feel should have extra protection and my homelab nodes are on a separate vlan that is configured to drop all attempts to initiate communication outside of that vlan. I also use the ubiquity intrusion detection and prevention features on my firewall to attempt to stop any know malicious activity.
A majority of these configurations are overkill for a homelab, but were fun to implement. If you use a reverse proxy and keep your software up to date you will likely be fine unless you are specifically targeted by skilled hackers. Any random scans, or shotgun style attacks tend to target unpatched vulnerabilities.
https, wireguard and mumble.
Just set up shodan monitoring, use burpsuite or owasp zap, and check your pcap files for accidental plaintext.
Also ssllabs has a nice website checker.
And get a NGFW
If you're gonna post that here, at least flag the post as NGFW.
Everything except https and wireguard went above my head. Do you have some sort of guide/writeup that you can point to for integrating all this?
Shodan is a internet scanning website, it can monitor your IP for new ports open and some basic vulnerability stuff.
Burpsuite is a tool to capture network traffic, they are saying they use it to confirm all their services use end to end encryption for communication.
NGFW is next gen firewall and it's just a firewall that's able to do more than your basic in/out rules.
No, all of services are reverse-proxied through a WireGuard tunnel connected to my cloud VPS.
I did for a while, but it never felt right.
I’m also lazy a f, so I purchased a new router that comes with WireGuard VPN and that works well enough with our iPhones.
I have the GL.iNet travel router, which has a lot of services built in like Tailscale https://www.gl-inet.com/products/gl-mt3000
It's based on OpenWrt
Run a WireGuard VPN on your server and only forward its port (only UDP is needed) to your server.
Exposed is the right term. Other than my Wireguard VPN port, everything I have exposed is HTTPS behind Authelia MFA and SWAG.
I'm tempted to switch Wireguard for Tailscale, as the level of logging with WG has always bothered me. Maybe one day.
I have https open along with a non-standard port for ssh. Just for fun, I have the standard ssh port open, but redirecting to a Raspberry Pi running a honeypot. It's fun to mess with foreign bots trying to access my network.
I have ports open for Wireguard and Plex. So far, no issues that I’m aware of. Time will tell
Check out tail scale. It's wire guard made easy. I expose http services to the public Internet, and have all my devices on the same network so I can access local services without exposing them to the public Internet.
I used to, but then switched to Cloudflare tunnels and I sleep much better now.
ssh to a few specific ip ranges, WireGuard to the world on a port I randomly picked
I'm hosting an email server on a VPS that has fail2ban in it. A lot of ports are open but only wireguard and knockd are listening.
For remote server management, I would use wireguard for regular ssh access, but when I need to configure the wireguard I can just disable/reenable the wireguard-only ssh firewall rule using port knocking, there is also the option of using the serial console on the VPS web ui but it is slower.
Honestly, I'm not sure myself if my public facing services face a DoS attack. Well, there's always an option of using Cloudflare. With that being said though, I think in your case you should just use a free "VPN" like Tailscale or ZeroTier.
I only have my (non default) ssh port exposed. I just use an ssh tunnel to access all my services. I don't know if this is a good idea or not, but it works for me.
Security through obfuscation is never a good idea. Best practices for exposing ssh (iirc):
- disable root login (or at least over ssh)
- disable password login over ssh, use key pairs instead
- use fail2ban to prevent brute forcing
- install security updates frequently
All of those are pretty easy to do, and after that you're in a really good place.
I don't see a problem with ssh tunneling to access services, as long as the ssh server is secured correctly
None. If anything, I'd probably set up a VPN. But there's nothing so deathly important on my home network that I would need it while away from home. If I wanted to expose services, I'd use a reverse proxy and increase separation between services.
Openvpn to connect to the network, 80 and 443 for static websites, that's it.
Email gets delivered by a VPS via a different port, ssh acces via vps as well. No initial connections from an ip not from the my country as well.
The only port I open is for wireguard. That way I can access all services on my LAN. Wireguard is also very secure and requires keys based authentication so is hard to brute. It also allows me to secure myself if I ever need to join WiFi or an untrusted network
Have a look in to Twingate, that should do exactly what you need.
For services that need to be public facing (Mastodon, Lemmy, Gitea...) I'm renting a VPS. Services that are only for personal use run on my home server and are only accessible through Wireguard, with the VPS acting as a "bridge" whenever I'm outside of my home network.
I have one for OpenVPN and that's it.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!