Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- C
- Chrome
- K8S
- 크롬
- 디렉토리
- GPU
- PostgreSQL
- GNOME
- zabbix
- Linux
- audit
- 빅데이터
- Python
- Kubernetes
- Elk
- JSON
- bash
- CentOS
- Elasticsearch
- RHEL
- log
- 서울시민카드
- syslog
- centos 7.5
- Audit Log
- yum
- Shell
- 파이썬
- rsyslog
- docker
Archives
- Today
- Total
목록firewalld (1)
Sysops Notepad
[Linux] Redhat 8 / Centos 8 SSH 접속 안될 경우(Firewalld 사용법)
SSH가 안되는 이유는 많지만 최근 발생한 경우의 수 한가지로는 RHEL 8 버전부터는 iptable가 아닌 firewalld의 nftables로 네트워크 필터링을 대처함에 따라 SSH와 같은 서비스포트 제어는 firewall cli를 사용하시어 아래와 같이 사용하시면 됩니다. # systemctl status firewalld # firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: enp0s3 sources: services: cockpit dhcpv6-client ssh ports: protocols: masquerade: no forward-ports: source-ports: icmp..
업무/sys
2019. 5. 20. 17:45