Open imre-kerr-sb1 opened 1 year ago
Having the same issue here.
tailscale status
says:
# Health check:
# - router: setting up filter/ts-input: running [/usr/sbin/ip6tables -t filter -N ts-input --wait]: exit status 3: ip6tables v1.8.7 (legacy): can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
This seems to work fine now 🤷♂️
To get it to work I've had to set "privileged": true
Having the same issue here.
tailscale status
says:# Health check: # - router: setting up filter/ts-input: running [/usr/sbin/ip6tables -t filter -N ts-input --wait]: exit status 3: ip6tables v1.8.7 (legacy): can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?) Perhaps ip6tables or your kernel needs to be upgraded.
There are other issues (https://github.com/tailscale/tailscale/issues/3996) that reference this. For me: running ubuntu-2204 image this worked:
rm -f /sbin/ip6tables && ln -s /sbin/ip6tables-nft /sbin/ip6tables
sudo tailscale down # if it's already running
sudo tailscale up --accept-routes
Using this, I didn't need privileged, root or anything else.
Having the same issue here.
tailscale status
says:# Health check: # - router: setting up filter/ts-input: running [/usr/sbin/ip6tables -t filter -N ts-input --wait]: exit status 3: ip6tables v1.8.7 (legacy): can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?) Perhaps ip6tables or your kernel needs to be upgraded.
There are other issues (tailscale/tailscale#3996) that reference this. For me: running ubuntu-2204 image this worked:
rm -f /sbin/ip6tables && ln -s /sbin/ip6tables-nft /sbin/ip6tables sudo tailscale down # if it's already running sudo tailscale up --accept-routes
Using this, I didn't need privileged, root or anything else.
Thanks for this, fixed my issue completely. I wanted to add that I had to issue sudo su root first though.
Seems like tailscaled is unable to update the dns resolver settings.
Tailscaled log:
/etc/resolv.conf:
devcontainer.json
dig output
When doing that last one, I get the following in tailscaled log: