I’m running Tailscale on my Truenas from the Apps-Catalog.
I’ve two routers (home and office) connected via Wireguard.
Truenas is running at home in a 192.168.15.xxx net and
in the office (192.168.1.xxx) I have a Grandstream UMC6302 PBX-System
connected to the router, that I want to reach over the tailnet
to use linphone on my andoid telefon.
Now I tried the following commands on the tailscale-shell:
echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf
echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.conf
sudo sysctl -p /etc/sysctl.conf
sysctl can’t write to the file. How do I get sudo in the tailscale-shell?
Is there a way to get the PBX into the tailnet?