# FirewallD AKA : firewall and routing. Let's make this a firewall/router! ## Inspiration / Further Reading - [http://www.firewalld.org/](http://www.firewalld.org/) - [http://www.firewalld.org/documentation/howto/add-a-service.html](http://www.firewalld.org/documentation/howto/add-a-service.html) - [http://www.firewalld.org/documentation/howto/reload-firewalld.html](http://www.firewalld.org/documentation/howto/reload-firewalld.html) - [https://www.certdepot.net/rhel7-get-started-firewalld/](https://www.certdepot.net/rhel7-get-started-firewalld/) - [https://fedoramagazine.org/build-network-router-firewall-fedora-22-systemd-networkd/](https://fedoramagazine.org/build-network-router-firewall-fedora-22-systemd-networkd/) - [https://www.centos.org/forums/viewtopic.php?f=50&t=53819#p227743](https://www.centos.org/forums/viewtopic.php?f=50&t=53819#p227743) ## Configure sysctl for routing purposes *Note: This was borrowed from the standard OpenWRT ```sysctl.conf```* ``` bash # Setup NAT/Forwarding/Routing sysctl config cat > /etc/sysctl.d/20-routing.conf <