Hello,
i have use trial version : WinGate enterprise unlimited 8.1.0.4655
We'll use for 100 client. and i have find the way to fixed.
. . . all topic i talking about Web access Control :
1. How to fix mac address with IP ?
like in squid have command " arp -s 10.9.0.1 0:d1:fe:13:t2:32 "
2. How to block Skype ? (i have searched on google already. but i can't find)
like command in squid :
" acl numeric_IPs url_regex -i ^([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)
acl Skype_UA browser -i ^skype
http_access allow numeric_IPs AIM_access
http_access allow Skype_UA AIM_access
http_access deny numeric_IPS !AIM_access
http_access deny Skype_UA !AIM_access "
3. How to set the option not use proxy for internal domain (local domain) ?
like in squid :
" acl it_server dst 10.9.0.0/22
always_direct allow it_server
http_access allow it_server "
Sorry, my english is not good.
Many thanks for your advice,
Nick. :)