1. Support arrow-right
  2. Direct SQL Server Connections and Port 1433

Direct SQL Server Connections and Port 1433

Network Isolation via IP Whitelisting

The most common approach is to configure your firewall rules so that the Power Pick database only accepts traffic from the specific, verified IP address of your ItemPath instance. All other traffic attempting to reach that port is automatically blocked and dropped.

Changing the Default SQL Server Port

You can reconfigure your Microsoft SQL Server instance hosting the Power Pick data to listen to a non-standard, custom port instead of the default 1433. You would then update your connection settings in ItemPath to target this new custom port, which prevents automated "post-scanning" attacks.

NAT and Port Forwarding

You can use a firewall, router, or reverse proxy to act as a buffer. In this setup, ItemPath connects to a specific external IP address and a custom port. Your network hardware then safely forwards (NATs) that traffic to the actual internal IP address and port of your production Power Pick SQL Server