PVE 8.2.8 and tailscale

pax0707

New Member
Oct 28, 2023
3
0
1
After updating to PVE 8.2.8 (yes I know) I've noticed that subnet routing and exit node tailscale functions stopped working.
It's running under an LXC, I can ping the local IP of the container but everything else is inaccessible.

Any ideas?
 
Found it.

For some reason, it's not loading /etc/sysctl.conf on LXC start.


Code:
┌──[12:30:43]─[0]─[pihole:~]
└──| sudo sudo tailscale up --login-server=https://XXXX --advertise-exit-node --advertise-routes=172.16.0.0/16 --accept-dns=false
Warning: IP forwarding is disabled, subnet routing/exit nodes will not work.
See https://tailscale.com/s/ip-forwarding
Some peers are advertising routes but --accept-routes is false
┌──[12:30:48]─[0]─[pihole:~]
└──| sudo sysctl -p /etc/sysctl.conf
net.ipv4.ip_forward = 1
┌──[12:31:01]─[0]─[pihole:~]
└──| sudo sudo tailscale up --login-server=https://XXXX --advertise-exit-node --advertise-routes=172.16.0.0/16 --accept-dns=false
Warning: IPv6 forwarding is disabled.
Subnet routes and exit nodes may not work correctly.
See https://tailscale.com/s/ip-forwarding
Some peers are advertising routes but --accept-routes is false
┌──[12:31:08]─[0]─[pihole:~]
└──|
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!