What's new

Tailscale subnet error

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Aidancov1

Occasional Visitor
I have an Asus router and a RPi with TailScale and AdguardHome. I have DNS set to my Adguard instance to block ads. I installed Tailscale on RPi and setup as shown in tutorials all works apart from when I try to add my router as a subnet using sudo tailscale up --advertise-routes=192.168.0.0/24 it comes back with the below message-

Warning: UDP GRO forwarding is suboptimally configured on eth0, UDP forwarding throughput capability will increase with a configuration change.
See https://tailscale.com/s/ethtool-config-udp-gro
Error: changing settings via 'tailscale up' requires mentioning all
non-default flags. To proceed, either re-run your command with --reset or
use the command below to explicitly mention the current value of
all non-default settings:

tailscale up --advertise-routes=192.168.0.0/24 --advertise-exit-node

Hope someone can help thanks
 
Last edited:
192.0.0.0/24 is not a valid LAN subnet - or at least you shouldn't be using it as such. Did you really mean 192.168.1.0/24 or 192.168.50.0/24?
 
My router is 192.168.0.1 so what should I use for the subnet?
 

Attachments

  • Screenshot 2024-11-04 104749.png
    Screenshot 2024-11-04 104749.png
    16.3 KB · Views: 7
Yes sorry Ive corrected that but when I run this script 'tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24'

I still get the below error

Warning: UDP GRO forwarding is suboptimally configured on eth0, UDP forwarding throughput capability will increase with a configuration change.
See https://tailscale.com/s/ethtool-config-udp-gro
Error: changing settings via 'tailscale up' requires mentioning all
non-default flags. To proceed, either re-run your command with --reset or
use the command below to explicitly mention the current value of
all non-default settings:

tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24 --accept-dns=false
 
I presume you're doing this on your RPi ?

The GRO message is just a warning so you can ignore that. As for the error message, just enter the command it told you to.
 
Okay thanks. Just not sure why I still have a box saying waiting for approval when it says subnet already approved.
 
Last edited:
It's showing you that 192.168.0.0/24 is approved and there's nothing awaiting approval.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top