ENGINEER · 엔지니어 가이드

네트워킹 / 서버

IP·DNS·방화벽·Nginx·SSL 설정 핵심 레퍼런스

140 GUIDES · 9 CATEGORIES
← 전체 보기
GUIDES

네트워킹 / 서버 가이드15

네트워킹 / 서버고급
7월 16일

keepalived VRRP Complete Guide — High Availability with Virtual IP Failover

Share a virtual IP across nodes with VRRP so traffic fails over without downtime when the master dies. Covers MASTER/BACKUP setup, vrrp_script health checks, and split-brain prevention for production.

UbuntuDebianCentOS
네트워킹 / 서버고급
6월 18일

Building a BIND9 DNS Server — A Complete Guide to Running an Authoritative Nameserver

Set up an authoritative nameserver with BIND9. Covers named.conf layout, forward and reverse zone files, SOA/NS/MX records, master/slave zone transfers, and DNSSEC basics.

linux
네트워킹 / 서버중급
6월 18일

Caddy Web Server — A Complete Guide to Automatic HTTPS Reverse Proxying

A practical operations guide covering Caddy's automatic HTTPS (ACME), Caddyfile syntax, reverse proxying, headers, compression, logging, and zero-downtime configuration via the API.

linux
네트워킹 / 서버중급
5월 27일

SSH Port Forwarding and Tunneling: A Complete Guide

How to reach databases and Redis with local port forwarding, expose an internal server with remote port forwarding, and set up a SOCKS proxy with dynamic port forwarding.

UbuntuDebianCentOS
네트워킹 / 서버초급
5월 27일

curl · wget Practical Guide — API Testing and File Downloads

How to test REST APIs with curl—including headers, authentication, and request bodies—how to download and mirror files with wget, and when to choose each tool.

UbuntuDebianCentOS
네트워킹 / 서버중급
5월 27일

Complete Guide to Installing and Configuring WireGuard VPN

Covers WireGuard server and client installation, key generation, configuration files, adding peers, and routing so you can set up site-to-site VPN and remote access.

UbuntuDebianCentOS
네트워킹 / 서버초급
5월 27일

Apache Virtual Host Configuration — Virtual Host and Module Management

Practical Apache setup for per-domain virtual hosts, covering module enablement, redirects, SSL integration, and separate logs.

UbuntuDebianCentOS
네트워킹 / 서버중급
5월 27일

iptables in Practice — Adding Rules, NAT, and Port Forwarding

A practical guide to firewall configuration with iptables, covering chain structure, inbound/outbound filtering, NAT masquerading, port forwarding, and persisting rules.

UbuntuDebianCentOS
네트워킹 / 서버중급
5월 27일

HAProxy Load Balancer: Installation, Health Checks, and Sticky Sessions

A step-by-step practical guide to HAProxy setup, covering round-robin and least-connections algorithms, health checks, sticky sessions, and SSL termination.

UbuntuDebianCentOS
네트워킹 / 서버고급
5월 19일

Advanced Nginx Operations — Load Balancing · Caching · Rate Limiting · Security Headers

A deep-dive guide to taking full control of production Nginx — covering upstream load-balancing strategies, proxy_cache content caching, limit_req rate limiting, and security headers.

UbuntuDebianCentOS
네트워킹 / 서버초급
5월 18일

Complete DNS Record Guide — Configuring A, CNAME, MX, TXT and Using dig

A practical rundown of each DNS record type, how to configure them, and how to diagnose DNS issues yourself with the dig command.

UbuntuDebianCentOS
네트워킹 / 서버중급
5월 18일

Diagnosing Network Status with ss, netstat, and tcpdump

A practitioner-focused rundown of Linux network diagnostics—from checking listening ports and inspecting connection state to capturing packets with the core tools.

UbuntuDebianCentOS
네트워킹 / 서버초급
5월 18일

Complete Guide to UFW Firewall Configuration

A practical guide to Ubuntu UFW: opening and closing ports, allowing specific IPs, logging, and checking firewall status.

ubuntudebian
네트워킹 / 서버초급
5월 18일

Issuing a Free HTTPS SSL Certificate with Let's Encrypt

How to issue a free SSL certificate for your domain with Certbot, apply it to Nginx, and set up automatic renewal.

ubuntucentosdebian
네트워킹 / 서버초급
5월 18일

Nginx Web Server Basics and Reverse Proxy

A practical guide covering Nginx installation, static file serving, reverse proxy, and load balancing so you can apply the settings immediately in production.

ubuntudebiancentos