Server Client Connections

For Server run the command in Command Prompt (as administrator):

netsh advfirewall firewall add rule name="SalesPoint" protocol=TCP dir=in localport=1301 action=allow
netsh advfirewall firewall add rule name="SalesPoint" protocol=TCP dir=in localport=1321 action=allow


For Client run the command in Command Prompt (as administrator):

netsh advfirewall firewall add rule name="SalesPoint" protocol=TCP dir=out localport=1301 action=allow
netsh advfirewall firewall add rule name="SalesPoint" protocol=TCP dir=out localport=1321 action=allow

Did you find this article helpful?
Contact Support