Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


There are no NAT settings required if you are connecting INCH to Ocean by using Protocol type: OCPP 1.6 JSON.

If you would like to access charger web interface remotely or if you would like to use OCPP 1.6 SOAP then port 80 of the charger should be reachable from Internet.

INCH charger is actually using these ports:

 * TCP 80: Charger web interface and OCPP SOAP services

 * TCP 443: Not available yet, but will be in the future. Same functions as on port 80, but secure.

 * TCP 21: FTP - used only for remote maintenance

 * TCP 23: Telnet - used only for remote maintenance


Open these ports based on the maintenance level that you would like reach.


A. All ports open to have full access:

In this case NAT could be:

external port    internal port

10000                80

10001                443

10002                21

10003                23

B. Only remote web access for accessing full configuration (or in the case of SOAP protocol)

In this case NAT could be:

external port    internal port

10000                80

10001                443

C: No remote access to the charger web and OCPP 1.6 JSON protocol type used
No port on NAT opened


  • No labels