...which is not the worst I'd say...I mean...think of living on an Island where it always rains and the only pleasure place is a dark room filled with grumpy old man and the odor of sweat and alkohol...
"em1" is an interface and ext_if is the alias within the script for the relevant interface. Gesendet von meinem SM-A310F mit Tapatalk With ipconfig you are able to find out which interface is up. Gesendet von meinem SM-A310F mit Tapatalk
Well...knowing nothing about ipf I'd start with the basics... Is ipf runing? "service ipfilter status" If it's not running "service ipfilter start" Check the ruleset "ipfstat -ion" There's a good explanation of ipf and how it works on FreeBSD.org https://www.freebsd.org/doc/handbook/firewalls-ipf.html Hope that helps Gesendet von meinem SM-A310F mit Tapatalk
...well...when there's no iptables on your OS you can't use it I'm afraid. Dunno what FreeBSD uses instead, sorry... Gesendet von meinem SM-A310F mit Tapatalk
Try the command without sudo...just realized that you are working as root anyway. When iptables is used on FreeBSD it has to work Gesendet von meinem SM-A310F mit Tapatalk
Try this
$ sudo iptables -A INPUT -s 64.12.88.0/24 -j DROP
...I used to be a Tru64 admin aeons ago so a little knowledge on my side...Stu maybe knows a bit more about networking @nikki6