你可以去找找 squid 這個老牌的 proxy server
他有 for win32 的版本
小弟用squid在連上網頁時出現"ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://www.google.com.tw/
The following error was encountered:
•Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster.
Generated Thu, 27 May 2010 03:13:56 GMT by acer-tkrv58tbs0 (squid/2.7.STABLE8)"
在你的設定檔的
all 及 deny all 的中間,
定義允許連線的 ip 範圍:
acl all src 0.0.0.0/0.0.0.0
acl test_ip src 192.168.1.0/24
http_access allow my_ip
http_access deny all
貼錯了,
更正一下:
acl all src 0.0.0.0/0.0.0.0
acl my_ip src 192.168.1.0/24
http_access allow my_ip
http_access deny all
TWTW兄~多謝您的幫忙
您的意思是要這樣加嗎?我加了但還是出現一樣狀況
#Default:
你用居易科技 的 VIGOR 2950 以及更高級的NAT 路由器
可以用 她們的 "SMART Monitor" , 就可以監控用戶的上網行為。
所有用戶的上網活動紀錄都會被複製在一台Smart monitor 監控的電腦裡
看一下谷哥 的搜尋說明吧!
我個人在 Windows 上都是使用 FreeProxy 這套免費的 Proxy Server 軟體。 CCProxy 與 WinGate Proxy Server 也都是相當知名的 Proxy Server for Windows。
Squid 這 Unix 原生的 Proxy Server 我目前是在 Windows Server 2003 R2 裝 VMWare Server ,架設在 ubuntu server VM 中。