Port forward to Thyme network #30

Open
opened 2026-02-13 17:25:35 +00:00 by apb · 1 comment
Owner
https://ryanwelch.co.uk/blog/port-forward-with-tailscale/
Author
Owner
sudo sysctl -w net.ipv4.ip_forward=1

iptables -A PREROUTING -t nat -p tcp -i eth0 --dport 80 -j DNAT --to-destination 100.100.100.100:80
iptables -A POSTROUTING -t nat -p tcp -d 100.100.100.100 --dport 80 -j MASQUERADE
``` sudo sysctl -w net.ipv4.ip_forward=1 iptables -A PREROUTING -t nat -p tcp -i eth0 --dport 80 -j DNAT --to-destination 100.100.100.100:80 iptables -A POSTROUTING -t nat -p tcp -d 100.100.100.100 --dport 80 -j MASQUERADE ```
apb changed title from port forward to Port forward to Thyme network 2026-05-16 22:19:30 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
apb/infrastructure#30
No description provided.