Proxmox Home Lab adventures

Keywords: iface lo inet, root lo, inet static, inet lo, mount airport, pre, network, mnt, reboot, disk, hostname, server, vim. Powered by TextRank.

Every once in a while, I somehow convince myself that I can make do without my 32gb Monster Notebook, and repurpose it as a server (which I have always regretted and reverted back). Here is one of those adventures using it as a virtualization server for proxmox.

PermitRootLogin yes

<pre> source /etc/network/interfaces.d/*

auto lo iface lo inet loopback

allow-hotplug ens18 iface ens18 inet static address 10.0.1.40 netmask 255.255.255.0 network 10.0.0.0 gateway 10.0.1.1 broadcast 10.0.1.255

</pre>

<pre> mkdir /mnt/airport mount -t cifs //10.0.1.1/MB3 /mnt/airport/ -o username=dendiz,sec=ntlm,uid=root,password=<passwd> echo '//10.0.1.1/MB3 /mnt/airport cifs username=dendiz,sec=ntlm,uid=root,iocharset=utf8,password=<password> 0 0' >> /etc/fstab </pre>

1-8KYB9bfcBk643S00.md.png


Metadata

First published on 2018-02-11

Generated on May 5, 2024, 8:48 PM

Index

Mobile optimized version. Desktop version.