버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

목차

Prepare Hardware or Virtual Machine

Enable Nested Virtualizationhttps://pnetlab.com/pages/documentation?slug=install-bare-metal

Get Ubuntu 18.04 Cloud Image

...

코드 블럭
sed -i 's/quiet splash //g' /etc/default/grub
sed -i 's/quiet splash //g' /boot/grub/grub.cfg

Configure

...

(reconfigure)

Configure Network and NTP server

코드 블럭
rm /opt/ovf/.configured
/bin/bash /opt/ovf/ovfconfig.sh

Configure Network and NTP server using setup script

Image Modified

Reboot

코드 블럭
reboot

Firewall

(optional)

코드 블럭
linenumberstrue
apt -y install ufw
systemctl enable --now ufw
ufw allow from 172.16.0.0/12 comment "Docker Internal"
ufw allow from 10.177.0.0/16 comment "Docker Internal"
ufw allow from 192.168.0.0/24 comment "MyNetwork"
ufw status numbered

Reference

https://pnetlab.com/pages/documentation?slug=install-bare-metal