https://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
Reboot
코드 블럭 |
---|
reboot |
Firewall
(optional)
코드 블럭 | ||
---|---|---|
| ||
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