To bypass TMproxy:
- Close the Agent. Right-click on the WFBS Agent and click Unload Agent.
- Open the Registry Editor.
Always back up the whole registry before making any modifications. Incorrect changes to the registry can cause serious system problems.
- Enable UseWhiteList and create SEG_WhiteListIPNum.
UseWhiteList=dword:00000001
SEG_WhiteListIPNum= dword:00000001If you need to add more IPs, change the number of SEG_WhiteListIPNum=xx.
- Create the following hive:
[HKEY_LOCAL_MACHINE\SOFTWARE\Trendmicro\NSC\TmProxy\WhiteList\SEG_WhiteListIP0]
Each time you add a new IP address, you need to create a new hive.
Example:
SEG_WhiteListIP0
SEG_WhiteListIP1
SEG_WhiteListIP2
SEG_WhiteListIPXFor newer operating systems like Windows 8, 8.1, 2012 and newer, set the exclusions in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\Osprey\WhiteList - Create the following dword on the new hive:
IPv4 = dword:********
You need to convert each octet of the IP address into decimal before adding it in the registry.
Example:
192.168.10.59 = C0 A8 0A 3BThen add this value from the last octet to the first octet: 3B 0A A8 C0
In the end you will get: IPv4 = dword: 3B0AA8C0/
- Restart the Agent.
- Go to the Start menu.
- Search for the Trend Micro entry.
- Click the Security Agent icon to restart.