![[Linux] PXE 설치 서버 구현](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FF3026%2FbtrwIhQQePG%2FqdwqpoveVVnoLsKJ4sRZ7K%2Fimg.png)
Linux2022. 3. 21. 23:55[Linux] PXE 설치 서버 구현
✔️ PXE 서버 구현 사용한 가상 머신 tool은 VMware이다. 1. PXE 설치 서버와 관련된 패키지들을 설치 및 설정하기 [root@dns ~]# yum -y install syslinux dhcp-server tftp-server vsftpd yum으로 패키지들을 설치한다. [root@dns ~]# systemctl stop firewalld [root@dns ~]# systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service. Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service...