Your commit message
This commit is contained in:
14
v2ray示例/旁路由-透明代理/iptbles规则/转发tailscale的33389端口的流量.iptables
Normal file
14
v2ray示例/旁路由-透明代理/iptbles规则/转发tailscale的33389端口的流量.iptables
Normal file
@@ -0,0 +1,14 @@
|
||||
iptables -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to 192.168.126.37
|
||||
|
||||
iptables -t nat -A PREROUTING -p udp --dport 3389 -j DNAT --to 192.168.126.37
|
||||
|
||||
|
||||
iptables -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to 192.168.126.41
|
||||
|
||||
iptables -t nat -A PREROUTING -p udp --dport 3389 -j DNAT --to 192.168.126.41
|
||||
|
||||
|
||||
|
||||
## tenda router
|
||||
iptables -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to 192.168.126.32
|
||||
iptables -t nat -A PREROUTING -p udp --dport 3389 -j DNAT --to 192.168.126.32
|
||||
Reference in New Issue
Block a user