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
- 제어판
- 윈도우볼륨축소
- backtrack
- 볼륨
- 실습
- 정보보안
- 네트워크
- 예시
- mount
- 프로젝트
- ipsec
- BTr3
- debian
- 윈도우서버
- 마운트
- cybersecurity
- ㅂ
- defrag
- 윈도우
- CentOS
- VMwares
- redhat
- 오류
- DiskQuata
- TrueCrypt
- window
- network
- VPN
- Linux
Archives
- Today
- Total
정보 보안을 향한 항해
DHCP 서버 설정 본문
vmware 는 자체적으로 client, server 역할을 한다
DHCP client
windows
확인

지금은 체크하지 않는다


ip 확인

# cat /etc/network/interfaces
53~61줄까지 주석을 지워준다

확인

설정파일 수정
# nano /etc/dhcp/dhcpd.conf
# A slightly different configuration for an internal subnet.
subnet 1092.168.100.0 netmask 255.255.255.0 {
range 192.168.100.190 192.168.100.199;
option domain-name-servers 192.168.100.2;
option domain-name "kahn.edu";
option routers 192.168.100.2;
option broadcast-address 192.168.100.255;
default-lease-time 600;
max-lease-time 7200;
}

# iptables -I INPUT 1 -p udp -m state --state NEW --dport 67 -j ACCEPT
방화벽 열고 확인



확인

Win7 에서 dhcp 로 설정

확인
# ipconfig

DHCP 서버에서 할당 확인 가능하다

'Linux > Linux 실습' 카테고리의 다른 글
| Ubuntu iRedMail 실습 (0) | 2021.10.06 |
|---|---|
| ssh 오류 해결 (0) | 2021.10.01 |
| CentOS VPN 설정1 (0) | 2021.09.29 |