firewall-cmd --add-masquerade --permanent (fedora는 이것도 해줘야 한다)
firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080 --permanent
firewall-cmd --permanent --direct --add-rule ipv4 nat OUTPUT 0 -p tcp -o lo --dport 80 -j REDIRECT --to-port 8080
찻번째는는 외부에서 접속하는 클라이언트를 위한것
둘째는 localhost를 위한것
'리눅스' 카테고리의 다른 글
[redhat계열]tomcat8 서비스 등록 (0) | 2020.03.12 |
---|---|
[redhat계열]Oracle XE 설치 전 할일 (0) | 2020.03.12 |
[redhat계열]방화벽 OPEN할때 포트를 미리 등록된 service명으로 등록하고 싶을때... (0) | 2020.03.12 |
[redhat계열]방화벽 서비스 또는 포트 개방 (0) | 2020.03.12 |
eclipse eGovFrame 적용 (0) | 2020.03.12 |