2025@08@202025@08@20By dshan24.04, config, firewall, iptables, linux, ubuntu, ufw Ubuntu UFW 사용하여 iptables 방화벽 정책 변경 UFW와 iptables의 관계 iptables : 리눅스 커널 수준의 방화벽 시스템. 모든 네트워크 트래픽 제어의 핵심.ufw : iptables를 쉽게 사용할 수 있도록 만든 프론트엔드 도구. 사용자 […]
2024@07@042025@05@08By dshan22.04, config, linux, ntp, timedatectl, timesyncd.conf, ubuntu Ubuntu timedatectl 명령어, NTP 시간 sync. timedatectl 사용법 – timedatectl status : 상태확인 – timedatectl show : 설정정보 확인 – timedatectl list-timezones : 사용가능한 timezone 확인 – timedatectl set-timezone Asia/Seoul : […]
2024@04@252024@04@26By dshanconfig, internet, linux, NAT, ubuntu pNAT 구성으로 내부IP의 인터넷 사용. 내부 다수의 서버에 사설IP를 할당하고 외부인터넷과 연결되는 1대의 서버를 통해 사설대역에 인터넷을 가능하게 하기위한 pNAT 구성예시 1. VMWARE Network 구성 – vSwitch0 -> Port groups […]
2023@06@142023@06@16By dshangrafana, install, linux, monitoring, node_exporter, prometheus, ubuntu Grafana-Prometheus를 사용한 server 모니터링 링크 : https://geekflare.com/prometheus-grafana-setup-for-linux/ 개요. – monitor대상서버에서 node_exporter을 통해 prometheus로 사용량정보를 전달. – grafana는 데이터를 받아 그래프 및 대시보드를 표출해주는 기능. Prometheus는 node_exporter을 통해 사용량정보를 전달받아 […]