tailscale
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tailscale [2025/03/29 06:32] – created ealmr | tailscale [2026/04/08 01:13] (current) – ealmr | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| #always use DERP relay | #always use DERP relay | ||
| TS_DEBUG_ALWAYS_USE_DERP=true | TS_DEBUG_ALWAYS_USE_DERP=true | ||
| + | | ||
| + | env file on Windows: | ||
| + | | ||
| + | C: | ||
| + | | ||
| + | ====== Use with Bird ====== | ||
| + | |||
| + | create vxlan0: | ||
| + | |||
| + | < | ||
| + | # | ||
| + | |||
| + | ip link delete vxlan0 2>/ | ||
| + | |||
| + | ip link add vxlan0 type vxlan \ | ||
| + | id 100 \ | ||
| + | dstport 4789 \ | ||
| + | local < | ||
| + | nolearning | ||
| + | #proxy | ||
| + | |||
| + | ip addr add 192.168.100.1/ | ||
| + | ip link set vxlan0 up | ||
| + | |||
| + | bridge fdb append 00: | ||
| + | bridge fdb append 00: | ||
| + | </ | ||
| + | |||
| + | iptables redirect: | ||
| + | |||
| + | iptables -t nat -A PREROUTING -i vxlan0 -d <ip> -p tcp --dport < | ||
tailscale.1743229942.txt.gz · Last modified: by ealmr
