Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexclear/b5fa59640ae505cade42d4af4a72435b to your computer and use it in GitHub Desktop.
Save alexclear/b5fa59640ae505cade42d4af4a72435b to your computer and use it in GitHub Desktop.
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