非常方便,但是并不能解决我的问题,我想在Windows 2003 Server上进行内部PAT,网络是这样的:
[互联网]->[Bridge/Proxy]->[Windows 2003]->[Switch]->clients
Where the proxy actually is a Squid running as a transparent, in a FreeBSD box, but since it can't see the local IP's (10.0.0.1/24) I want to make a PAT on Windows (which has ICS enabled) to actually redirect all incoming traffic on the LAN iface to the proxy machine (<a class="bbcode_url" href="http://10.0.0.1" target="_blank" rel="nofollow noopener noreferrer">10.0.0.1</a>) at port 3128.
我知道(从公众iface那里)可以采取其他方法,但是我不知道如何从lan iface那里做到这一点。
谢谢。