반응형
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 |
Tags
- proftpd.conf
- sendmail.
- xinetd
- PGP
- xe
- MIME
- ARP
- dhcp
- set
- Oracle
- SSL
- quota
- Spoofing
- pem
- Sendmail
- Tripwire
- 파밍
- 인증기준
- pacct
- ISMS-P
- 스미싱
- 사용자 계정 관리
- rsync
- 조치
- NFS
- cpio
- SAMBA
- 2.5.1
- 접근통제
- logrotate
Archives
- Today
- Total
SEO
DHCP 본문
반응형
DHCP 설정
ex)
host node1 {
hardware ethernet 01:A1:B0:00:09:7F; <== node1 MAC 주소
fixed-address 192.168.10.11; <== 부여하고자 하는 IP 주소
option host-name "node1"; <== 호스트명을 node1 로 설정
}
반응형
Comments