firewallsetup icon indicating copy to clipboard operation
firewallsetup copied to clipboard

Fast Firewall Setup

Results 4 firewallsetup issues
Sort by recently updated
recently updated
newest added

This change make the script run with flags and only one script file is needed. Activate firewall: firewall -u Take down firewall: fireall -d Reload firewall: firewall -r This really...

Please, may you review and merge if you agree with the changes? Hope the commit notes and comments suffice.

Hey, My major issues are resolved here, which contain: - Using `/sbin/iptables` may not work for everybody. This is resolved by loading the path from the `which` command - No...

Create IPv6 firewall rules that are as close as possible to the IPv4 rules, by adding writes to the /proc/sys/net/ipv6 subtree and invocations of the /sbin/ip6tables command. Both of these...