ZeDoTelhado

joined 2 years ago
[–] ZeDoTelhado@lemmy.world 3 points 2 days ago

Can also check one more time wireguard directly. Thanks!

[–] ZeDoTelhado@lemmy.world 3 points 2 days ago* (last edited 2 days ago) (2 children)

I get what you're saying, but how exactly the whole IP rotation is done in your case? How did you manage to have it accessible at all times even when your home IP changes? In my home I actually have ipv6 which I am not sure if it does not make things more difficult

[–] ZeDoTelhado@lemmy.world 1 point 2 days ago

Never heard of this one, will check once I can

[–] ZeDoTelhado@lemmy.world 4 points 2 days ago

If you check my edit that is kind of what I was hoping to do from the start: have a hop server (or stepping stone, both terms apply), and from there I do what I need to do

[–] ZeDoTelhado@lemmy.world 2 points 2 days ago

Never tried hidden services from tor. Can check how that works but not sure if it is the solution I am looking for. Thanks for the info anyways!

[–] ZeDoTelhado@lemmy.world 2 points 2 days ago

Ah great, this sounds like what I was missing with tailscale. With try once I can, thanks!

[–] ZeDoTelhado@lemmy.world 1 point 2 days ago (1 child)

I will check if this can work for me, but sounds like it is the kind of solution I am looking for

[–] ZeDoTelhado@lemmy.world 2 points 3 days ago (1 child)

I think I did set this option, but still no internal IP. Can try again later to be sure

[–] ZeDoTelhado@lemmy.world 1 point 3 days ago (2 children)

I do not have Nat of any kind that I am aware

[–] ZeDoTelhado@lemmy.world 3 points 3 days ago (5 children)

Basically when I connect to tailscale I just can't get it to give an internal IP so I can access everything with my configs. Unless I am missing something obvious, I don't understand what is going on here.

 

Hi,

I an currently trying to add remote access to 2 of my servers but didn't manage to get a working setup as is.

Right now I want to access 2 servers:

  • one is for media stuff (navidrome, jellyfin, managing the arr stack)
  • one is for my data syncing with rsync and after set a backup from borg to another server not on my domain

I was trying at some point to add stuff such as tailscale, but somehow I always had issues with having both servers reachable within the IP range I use on my local network, so everything would work as is with the current config at home being away. I have also heard of cloudflare tunnels as well, but that I didn't try yet. At some point I tried to do just a regular wireguard from my opnsense, but I would prefer not to have open ports to worry about (and also had issues with internal IP not being assigned from wireguard as well).

Does anyone here has experience with this? If so, what was your solution and/or caviats to it?

EDIT: I got some very good responses but I think I failed to understand that what I would need is probably a hop in server of sorts for the VPN. Meaning:

  • I login to the hop server
  • I get an internal IP for my network, meaning, 192.168.1.xxx
  • I do whatever I need to do
  • log out

Does anyone has experience with such solution? My point would be able to have full access to everything on the network without having to do a VPN on every machine i need access to (although it can create a massive single point of failure/risk)