Forum Discussion
shaikhzaid
Altocumulus
Jan 03, 2023virtual server config
hey guys, i have a requirement wherein the url https://xyz.com:9999 will be accessed over the internet. Now once the NATing is done by the firewall, the traffic will be passed to virtual server (1....
shaikhzaid
Altocumulus
Jan 03, 2023Thank you guys for the swift response.
I have configured the firewall to translate only the public ip to VIP on F5.
On the virtual server config, it is listening on port 443, and the pool called-in this VS is pool with port 9999.
Also both client and server ssl profiles are applied.
on the firewall am getting TCP reset from server.
CA_Valli
MVP
Jan 03, 2023Ok, based on this information I'm expecting the reset to be on port 9999, and this is because port 9999 does not match your virtual server socket.
Virtual Server should match the port specified in client connection, so you need to change it to listen on port 9999.