┌──[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:~]
└──|