I've notice that jobmanager ports all listen on all interfaces by default, as
well as data port on the taskmanager.

The only exception is the taskmanager RPC port,


```
bash-4.2$ netstat -lpn | grep 612
tcp        0      0 172.20.54.176:6121      0.0.0.0:*               LISTEN     
54/java
tcp        0      0 0.0.0.0:6122            0.0.0.0:*               LISTEN     
54/java
```

This is flink 1.10, I don't mind upgrading if newer versions of flink have
ability for taskmanager to listen on all ports.

I've seen there are 
 taskmanager.host
 and taskmanager.network.bind-policy

But not matter what I input, I can't seem to get it listen on all interfaces
:(




--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Reply via email to