Guest User

Untitled

a guest
Dec 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. firewall-cmd --permanent --zone=public --add-forward-port=port=80:addr=34.224.209.140:proto=tcp:toport=8083
  2. firewall-cmd --permanent --zone=public --add-forward-port=port=80:addr=10.0.0.169:proto=tcp:toport=8083
  3. firewall-cmd --reload
  4. firewall-cmd --list-all
  5.  
  6. public (active)
  7. target: default
  8. icmp-block-inversion: no
  9. interfaces: eth0
  10. sources:
  11. services: ssh dhcpv6-client mysql
  12. ports: 21/tcp 8083/tcp
  13. protocols:
  14. masquerade: yes
  15. forward-ports: port=80:proto=tcp:toport=8083:toaddr=
  16. source-ports:
  17. icmp-blocks:
  18. rich rules:
Add Comment
Please, Sign In to add comment