this post was submitted on 09 Sep 2023
19 points (91.3% liked)

Selfhosted

39151 readers
378 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi, A bit of a newb in the selfhosting world and i'm asking for any insights for the following issue :

The setup : A Openwrt router (GL-INET one) connected to the web via a Wireguard client line to a ProtonVPN server. The router has a Wireguard server running and AdGuard Home too. All the devices and server is connected to the router. A server is inside the LAN with some services (home assistant, paperless, etc.)

The goal : Trying to connect my phone on my router with the Wireguard server. To later access the services on LAN like home assistant or the router.

I've successfully uploaded the conf file to my phone but i cant manage to have the connection made to the router. The correct ISP IP is written into the conf files (tried DDNS glddns too without success). Of course if i write the VPN server IP it's not working either but i guess that's to be expected.

Maybe it's the wrong solution ? Or do i have to get my hands in port forwarding on the vpn server level ? (i have no idea how to port forward in the vpn server though). Maybe there's a simplier solution ?

Thanks for your advice :)

you are viewing a single comment's thread
view the rest of the comments
[–] cytye@lemmy.wtf 6 points 1 year ago (1 children)

To do this without port forwarding you could look at using tailscale (https://github.com/tailscale).

[–] TheSyndZ@lemmy.dbzer0.com 1 points 1 year ago

I'll look into it, thanks