2020年12月26日土曜日

PXE ブートサーバ

# dnf -y install tftp-server
# systemctl enable --now tftp
# firewall-cmd --add-service=tftp --permanent
# firewall-cmd --reload

# dnf -y install dhcp-server
# vi /etc/dhcp/dhcpd.conf


# systemctl enable --now dhcpd
# firewall-cmd --add-service=dhcp --permanent
# firewall-cmd --reload

0 件のコメント:

コメントを投稿

chrome 日本語入力できない。GTK4互換問題

vi /usr/share/applications/google-chrome.desktop vi /usr/share/applications/chromium-browser.desktop Exec=/usr/bin/google-chrome-stable  --g...