[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What am I doing wrong?
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: What am I doing wrong?
- From: Brian <bcook-openbsd_(_at_)_poklib_(_dot_)_org>
- Date: Sat, 20 Dec 2003 08:38:52 -0500
- Reply-to: Brian <bcook-dated-1072100254_(_dot_)_1a3466_(_at_)_poklib_(_dot_)_org>
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