This article discusses how to add an approved IP address in the registry when TMproxy blocks the connection even if you allowed the program or IP address.
To bypass TMproxy:
- Close the Agent. Right-click on the WFBS Agent and click Unload Agent.
- Open the Registry Editor.
Always create a backup before modifying the registry. Incorrect registry changes may cause serious issues. Should this occur, restore it by referring to the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe.
- 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.