Configuring Network and Activation
- Connect the pinpad cable to the back of your Ingenico device
- With the same pinpad cable, connect the ethernet portion to your router/switch and then connect the included power supply to the pinpad cable (Next to the ethernet cable) and plug the power supply into an available wall outlet.
- If this is a first-time setup the device will display an activation code once connected to the network.
- This terminal should now be connected*
- Contact payments@aurasalonware.com to complete activation
*If you see a red bar across the top, verify connectivity by checking the firewall and network connection. If you see nothing, your terminal is set up properly.
Testing to confirm the ports are open
Run the following tests from the Windows command prompt or Mac terminal to confirm these ports are open.
If you have a firewall, ensure that the following ports are open to allow traffic on your firewall. Otherwise, this device will NOT communicate correctly.
| Port | Domain |
| 9001 | device.tripos.vantiv.com |
| 443 | device.tripos.vantiv.com |
| 7003 | temterminalsnar01.icloud.ingenico.com |
| 443 | prodssl.protectedtransactions.com |
Port 9001 device.tripos.vantiv.com
curl -vLI telnet://device.tripos.vantiv.com:9001
You should see this response:
* Trying 40.83.221.118:9001...
* Connected to device.tripos.vantiv.com (40.83.221.118) port 9001
(note: the IP address may be different)
Port 443 device.tripos.vantiv.com
curl -vLI https://device.tripos.vantiv.com
You should see this response:
* Trying 40.83.221.118:443...
* Connected to device.tripos.vantiv.com (40.83.221.118) port 443
(note: the IP address may be different)
Port 7003 temterminalsnar01.icloud.ingenico.com
curl -vLI temterminalsnar01.icloud.ingenico.com:7003
You should see this response:
* Trying 34.86.9.39:7003...
* Connected to temterminalsnar01.icloud.ingenico.com (34.86.9.39) port 7003
Port 443 prodssl.protectedtransactions.com
curl -vLI https://prodssl.protectedtransactions.com/AUTH
You should see this message:
* Trying 64.57.149.110:443...
* Connected to prodssl.protectedtransactions.com (64.57.149.110) port 443