Hi Community,
i've tried to create a WAF Rule for a SAP System which runs on Port 8005.
The Port should be the same.
Turns out, rule creation is not possible, because the port is already in use.
I've checked on the console:
udp 0 0 :::53 :::* 0 7351948 21079/dnsd
udp 0 0 :::500 :::* 0 18132 10129/charon
udp 0 0 :::57861 :::* 0 26132 8583/ntpclient
udp 0 0 :::50214 :::* 0 6055973 19523/java
udp 0 0 :::4500 :::* 0 18133 10129/charon
udp 0 0 :::46830 :::* 0 7376412 19523/java
udp 0 0 :::8005 :::* 0 6046374 19523/java
udp 0 0 :::49075 :::* 0 6050475 19523/java
SFV8C16_VM01_SFOS 17.1.2 MR-2# ps T | grep 19523
java 19523 999 root 502m 253m S /bin/java -Xmx128m -Xms12m -Xss128k -XX:MaxMetaspaceSize=40m -Djava.io.tmpdir=/tmp -Dfile.encoding=UTF-8 -Djava.awt
8005 is used by Java on all interfaces.
Is it possible to let Java not listen on all interfaces?
Best regards.
Max
This thread was automatically locked due to age.