Skip to content
Snippets Groups Projects
Commit d8ea5c65 authored by Fabian Bläse's avatar Fabian Bläse
Browse files

fff-gateway: Add firewall rules to ensure nothing is forwarded onto WAN


Signed-off-by: default avatarFabian Bläse <fabian@blaese.de>
Reviewed-by: default avatarChristian Dresel <fff@chrisi01.de>
Reviewed-by: default avatarRobert Langhammer <rlanghammer@web.de>
parent 6c706432
No related branches found
No related tags found
No related merge requests found
# Ensure nothing is forwarded onto WAN interface
iptables -A FORWARD -o $IF_WAN -j REJECT --reject-with icmp-net-unreachable
ip6tables -A FORWARD -o $IF_WAN -j REJECT --reject-with no-route
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment