小编Mr.*_*sta的帖子

Windows 7 / 终端服务 RemoteApp

请告诉我一种设置 Windows 7 机器以仅使用一个应用程序(Internet Explorer)从另一台机器远程访问的方法 - 类似于 TS RemoteApp,据我了解,它仅适用于 Windows Server 平台......

windows windows-7 windows-terminal-services remoteapp

2
推荐指数
1
解决办法
4998
查看次数

iptables 字符串

我有一个这样的 iptables 规则:

iptables -t nat -I PREROUTING -p tcp --dport 80 -s 192.168.1.2 -j DNAT --to-destination 192.168.1.1:80

它工作得很好..但我只想重定向这样的一个 URL:

iptables -t nat -I PREROUTING -p tcp --dport 80 -s 192.168.1.2 -m string --string "google.com" -j DNAT --to-destination 192.168.1.1:80

这在任何方面都不起作用......请帮我解决这个问题

nat route iptables

2
推荐指数
1
解决办法
1732
查看次数