Can anybody tell me where can I find full explanation of "pfctl -s state" output?

all tcp 192.168.0.123:22 <- 192.168.0.234:38095 ESTABLISHED:ESTABLISHED

What direction means, which TCP infos are available like "ESTABLISHED:ESTABLISED" and so on.

Good day to you..

有帮助吗?

解决方案

This rule means; there is a TCP (as opposed to UDP) connection from remote IP addres 192.168.0.234 port 38095 to local IP address 192.168.0.123 port 22. ESTABLISHED refers to the state of the connection.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top