Page 1 of 1

[SOLVED] Firewall settings for WAPT

Published: March 27, 2018 - 11:08 AM
by Eric
Hello,

I'm currently moving the WAPT server to production, and therefore onto a production server VLAN.
As a result, I need to configure the correct firewall rules. If I understand the documentation correctly, the server uses ports 80, 443, and 8080, and the clients use port 8088.
Does this mean I simply need to allow connections on ports 80, 443, and 8080 from clients to the server, and port 8088 from the server to clients?

Thanks in advance
.

Re: Firewall settings for WAPT

Published: March 27, 2018 - 11:12
by agauvrit
Good morning,

For WAPT 1.5:
  • Ports to open on the server side: 80,443
  • Ports to open on the client side: none
Port 8088 is only listening locally on the client machine (127.0.0.1:8088); it is no longer used by the server to contact agents

Alexander

Re: Firewall settings for WAPT

Published: March 27, 2018 - 11:15
by Eric
Sorry, I forgot to mention the version. I am indeed on 1.5.
The doubt was indeed about the local ports.
Thanks for the info
.