Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - srkirk

#1
Hello,

Is there a way to set up this configuration of tailscale on OPNSense with userspace networking  (see below), either by using the web UI, or somehow bypassing it? This would allow both access 1) from my LAN via SOCKS5, i.e. not disturbing the routing table at all, and 2) through a specified exit node.

tailscaled -tun userspace-networking -socket ~/.ssh/tailscale.socket -state ~/.ssh/tailscale.state -socks5-server localhost:9999 &
tailscale -socket ~/.ssh/tailscale.socket up --exit-node exitnode --hostname=myopnsenseserver
#2
Hello,
I'm aware of an OPNSense plugin for autossh available as a package on Github, from Verb Networks. Does anyone a) have this working on 21.1, or b) have another alternative that can be configured/controlled via the web GUI? Thanks!