Option's not working on PortForwarding Tag

Hi, I’m trying to create a server.pvsc for my Client/Server Communication through Windows.
However, I can’t set a custom port for local Port forwarding.

I’m using the below

<Option name="LOCAL_PORT" label="Client Port: ">
        <Range type="int" min="1" max="65535" step="1" default="11111" />
</Option>

<PortForwarding local="$LOCAL_PORT$"/>

When I try to connect to server, it always tries to connect to 11111 only even though I give random port

Could you share your .pvsc file ?

Here is the doc if that is helpful: 7. Remote and parallel visualization — ParaView Documentation 5.11.0 documentation

q_server.pvsc (1.1 KB)

Usually the tunneling port is set and not changeable by the user, and also is way below 11111. Try using the example from the doc first before adding options.

1 Like