asked on
ASKER
ASKER
ASKER
Firewall Throughput | 950 Mbps |
NGFW Throughput** | 500 Mbps |
# RULES BEGIN ==================================== ========
# ==== CA -- Canada
$iptloc -t filter -A $chname -p tcp -m geoip --src-cc CA -j RETURN
# ==== GB - Great Britain
$iptloc -t filter -A $chname -p tcp -m geoip --src-cc GB -j RETURN
# ==== US -- USA
$iptloc -t filter -A $chname -p tcp -m geoip --src-cc US -j RETURN
# If here, no accept was matched. Reject the packet.
$iptloc -t filter -A $chname -j REJECT
# RULES END ==================================== ========
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.
TRUSTED BY
I actually permit only my country, and block everything else by default.