Created
          May 25, 2017 08:22 
        
      - 
      
 - 
        
Save alexclear/b5fa59640ae505cade42d4af4a72435b to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | firewalld: | |
| open_ports: | |
| - 22/tcp | |
| - 80/tcp | |
| - 443/tcp | |
| - 3000/tcp | |
| - 19999/tcp | |
| forwarded_ports: | |
| - { port: 2222, proto: "tcp", toport: 22, toaddr: "192.168.122.25" } | |
| - { port: 2223, proto: "tcp", toport: 22, toaddr: "10.254.254.49" } | |
| - { port: 2224, proto: "tcp", toport: 22, toaddr: "10.254.254.24" } | |
| - { port: 2225, proto: "tcp", toport: 22, toaddr: "10.254.254.201" } | |
| - { port: 8080, proto: "tcp", toport: 80, toaddr: "192.168.122.25" } | |
| trusted_interfaces: | |
| - lxcbr0 | |
| - lxdbr0 | |
| - virbr0 | |
| external_interfaces: | |
| - eno1 | |
| masq_zones: [] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment