문제

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