Advertisement
Guest User

Tailscale down and up on server1's LXC

a guest
Mar 11th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Tailscale down
  2.  
  3. Chain INPUT (policy ACCEPT 19041 packets, 3119K bytes)
  4. pkts bytes target prot opt in out source destination
  5.  
  6. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  7. pkts bytes target prot opt in out source destination
  8. 0 0 ACCEPT all -- eth0 tailscale0 anywhere anywhere
  9. 0 0 ACCEPT all -- tailscale0 eth0 anywhere anywhere
  10.  
  11. Chain OUTPUT (policy ACCEPT 20210 packets, 3864K bytes)
  12. pkts bytes target prot opt in out source destination
  13.  
  14.  
  15. Tailscale up
  16.  
  17. Chain INPUT (policy ACCEPT 19120 packets, 3142K bytes)
  18. pkts bytes target prot opt in out source destination
  19. 52 3455 ts-input all -- any any anywhere anywhere
  20.  
  21. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  22. pkts bytes target prot opt in out source destination
  23. 0 0 ts-forward all -- any any anywhere anywhere
  24. 0 0 ACCEPT all -- eth0 tailscale0 anywhere anywhere
  25. 0 0 ACCEPT all -- tailscale0 eth0 anywhere anywhere
  26.  
  27. Chain OUTPUT (policy ACCEPT 20348 packets, 3896K bytes)
  28. pkts bytes target prot opt in out source destination
  29.  
  30. Chain ts-forward (1 references)
  31. pkts bytes target prot opt in out source destination
  32. 0 0 MARK all -- tailscale0 any anywhere anywhere MARK xset 0x40000/0xff0000
  33. 0 0 ACCEPT all -- any any anywhere anywhere mark match 0x40000/0xff0000
  34. 0 0 DROP all -- any tailscale0 100.64.0.0/10 anywhere
  35. 0 0 ACCEPT all -- any tailscale0 anywhere anywhere
  36.  
  37. Chain ts-input (1 references)
  38. pkts bytes target prot opt in out source destination
  39. 0 0 ACCEPT all -- lo any 100.111.180.78 anywhere
  40. 0 0 RETURN all -- !tailscale0 any 100.115.92.0/23 anywhere
  41. 0 0 DROP all -- !tailscale0 any 100.64.0.0/10 anywhere
  42. 0 0 ACCEPT all -- tailscale0 any anywhere anywhere
  43. 39 2340 ACCEPT udp -- any any anywhere anywhere udp dpt:41641
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement