[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What am I doing wrong?



Hello all,

I've been kicked from the OpenBSD channel on freenode because I've made
a type-o and I am not allowed to be told where my type-o is.  

I thank Han for his intelligence and help and his temper always gets the
best of him.


# pfctl -sa | grep 5190
tcp 64.12.28.36:5190 <- 192.168.1.65:2001       ESTABLISHED:ESTABLISHED
tcp 205.188.9.235:5190 <- 192.168.1.65:1999
ESTABLISHED:ESTABLISHED
# pfctl -k 192.168.1.65
killed 10 states from 1 sources and 0 destinations
# pfctl -sa | grep 5190
tcp 64.12.28.36:5190 <- 192.168.1.65:2001       ESTABLISHED:ESTABLISHED
tcp 205.188.9.235:5190 <- 192.168.1.65:1999
ESTABLISHED:ESTABLISHED
# pfctl -sa | grep 5190
tcp 64.12.28.36:5190 <- 192.168.1.65:2001       ESTABLISHED:ESTABLISHED
tcp 205.188.9.235:5190 <- 192.168.1.65:1999
ESTABLISHED:ESTABLISHED
# pfctl -k 192.168.1.65
killed 0 states from 1 sources and 0 destinations
# pfctl -k 192.168.1.65 -k 64.12.28.36
killed 0 states from 1 sources and 1 destinations
# pfctl -sa | grep 5190
tcp 64.12.28.36:5190 <- 192.168.1.65:2001       ESTABLISHED:ESTABLISHED
tcp 205.188.9.235:5190 <- 192.168.1.65:1999
ESTABLISHED:ESTABLISHED
#

For example, to kill all of the state entries originating from
             host:

                   # pfctl -k host

             To kill all of the state entries from host1 to host2:

                   # pfctl -k host1 -k host2

What am I doing wrong?



Visit your host, monkey.org