I don't need anything fancy from tailscale, just remote access to the machine.I am pretty sure you will need custom iptables rules if you want it to be an exit node.
Only log file I managed to find was:Check tailscaled logs
./tailscaled.log1.txt:
Code:
{"logtail": {"client_time": "2023-11-10T14:02:14.96889582Z","proc_id": 1078765275,"proc_seq": 2}, "text": "Program starting: v1.46.1, Go 1.20.7: []string{\"tailscaled\", \"--state=/opt/var/tailscaled.state\"}\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.97001858Z","proc_id": 1078765275,"proc_seq": 3}, "text": "LogID: 6027652d688b387812381efb42d046f8a50b4651b3cf7898b9d43e54eae34723\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.97012602Z","proc_id": 1078765275,"proc_seq": 4}, "text": "logpolicy: using UserCacheDir, \"/root/.cache/Tailscale\"\nlogpolicy.ConfigFromFile /root/.cache/Tailscale/tailscaled.log.conf: open /root/.cache/Tailscale/tailscaled.log.conf: no such file or directory\nlogpolicy.Config.Validate for /root/.cache/Tailscale/tailscaled.log.conf: config is nil\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.97206102Z","proc_id": 1078765275,"proc_seq": 5}, "text": "wgengine.NewUserspaceEngine(tun \"tailscale0\") ...\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.97226394Z","proc_id": 1078765275,"proc_seq": 6}, "text": "Linux kernel version: 4.19.183\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.99114416Z","proc_id": 1078765275,"proc_seq": 7}, "text": "'modprobe tun' successful\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.99140596Z","proc_id": 1078765275,"proc_seq": 8}, "text": "/dev/net/tun: Dcrw-------\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.99158904Z","proc_id": 1078765275,"proc_seq": 9}, "text": "wgengine.NewUserspaceEngine(tun \"tailscale0\") error: tstun.New(\"tailscale0\"): CreateTUN(\"tailscale0\") failed; /dev/net/tun does not exist\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.9922122Z","proc_id": 1078765275,"proc_seq": 10}, "text": "flushing log.\n"}
{"logtail": {"client_time": "2023-11-10T14:02:14.99235186Z","proc_id": 1078765275,"proc_seq": 11}, "text": "logger closing down\n"}
{"logtail": {"client_time": "2023-11-10T14:02:15.8120439Z","proc_id": 1078765275,"proc_seq": 12}, "text": "getLocalBackend error: createEngine: tstun.New(\"tailscale0\"): CreateTUN(\"tailscale0\") failed; /dev/net/tun does not exist\n"}
Doesn't seem to be much help
I also rebooted the router started the service ran "tailscale up" and the service was already dead...
I have no Idea why they service just dies.