Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d50448c68ce5fd56e4cf to your computer and use it in GitHub Desktop.
Save anonymous/d50448c68ce5fd56e4cf to your computer and use it in GitHub Desktop.
[root@ptcopsawsproxy-1 network-scripts]# cat /etc/firewalld/zones/public.xml
<?xml version="1.0" encoding="utf-8"?>
<zone>
<short>Public</short>
<description>For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description>
</zone>
[root@ptcopsawsproxy-1 network-scripts]# cat /etc/firewalld/zones/work.xml
<?xml version="1.0" encoding="utf-8"?>
<zone>
<short>Work</short>
<description>For use in work areas. You mostly trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description>
<interface name="ens192"/>
<service name="ssh"/>
</zone>
[root@ptcopsawsproxy-1 network-scripts]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment