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 | 29 | 30 | 31 |
Tags
- JSON
- 서울시민카드
- 크롬
- Chrome
- yum
- C
- CentOS
- bash
- log
- Shell
- rsyslog
- Audit Log
- 디렉토리
- 빅데이터
- Python
- GNOME
- zabbix
- PostgreSQL
- Linux
- Elk
- audit
- K8S
- Elasticsearch
- syslog
- GPU
- 파이썬
- docker
- RHEL
- centos 7.5
- Kubernetes
Archives
- Today
- Total
목록dnsmasq (1)
Sysops Notepad
[Linux] Centos 7 dnsmasq를 이용한 local dns 구축
dnsmasq는 DNS Forward / Cache / DHCP 기능 수행 Master 1. yum install dnsmasq 2. /etc/hosts 에 서비스할 로컬 domain 들을 적어줍니다.127.0.0.1 localhost192.168.0.10 master192.168.0.11 slave1192.168.0.12 slave1 3. /etc/resolv.conf 에 nameserver 를 현재 IP 로 변경nameserver 192.168.0.10 4.vi /etc/resolv.dnsmasq nameserver 8.8.8.8 # /etc/hosts 파일에 없는 dns 질의시 조회할 dns server 입력 5.vi /etc/dnsmasq.confresolv-file=/etc/resolv.dnsm..
업무/sys
2019. 2. 22. 10:47