proxmox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox [2025/06/03 12:41] – [Windows VMs] w5ged | proxmox [2025/08/21 15:16] (current) – w5ged | ||
---|---|---|---|
Line 7: | Line 7: | ||
==== Configure NTP ==== | ==== Configure NTP ==== | ||
# nano / | # nano / | ||
- | Add ' | + | Add ' |
# systemctl restart chronyd | # systemctl restart chronyd | ||
# journalctl --since -1h -u chrony | # journalctl --since -1h -u chrony | ||
Line 35: | Line 35: | ||
> sudo nano / | > sudo nano / | ||
change " | change " | ||
- | > sudo apt install | + | > sudo apt install |
> sudo nano / | > sudo nano / | ||
Add the line | Add the line | ||
Line 48: | Line 48: | ||
dhcp6: false | dhcp6: false | ||
addresses: | addresses: | ||
- | - 139.169.156.11/24 | + | - IPADDRESS/24 |
routes: | routes: | ||
- to: default | - to: default | ||
- | via: 139.169.156.1 | + | via: GATEWAYADDRESS |
nameservers: | nameservers: | ||
| | ||
- | | + | |
- | | + | |
> sudo nano / | > sudo nano / | ||
Line 64: | Line 64: | ||
net.ipv6.conf.lo.disable_ipv6 = 1 | net.ipv6.conf.lo.disable_ipv6 = 1 | ||
> sudo sysctl -p | > sudo sysctl -p | ||
- | |||
- | === Misc === | ||
- | > sudo apt install nano | ||
- | > sudo apt install nfs-common | ||
- | > sudo apt install net-tools | ||
- | > sudo apt install nmap | ||
=== Webmin === | === Webmin === | ||
Line 76: | Line 70: | ||
> sudo apt install --install-recommends webmin | > sudo apt install --install-recommends webmin | ||
> systemctl status webmin.service | > systemctl status webmin.service | ||
- | |||
- | ==== firewalld ==== | ||
- | > | ||
- | |||
- | |||
==== NTP Client ==== | ==== NTP Client ==== | ||
> sudo apt install ntp | > sudo apt install ntp | ||
> sudo nano / | > sudo nano / | ||
- | server | + | server |
(Remove other server & pool sources) | (Remove other server & pool sources) | ||
> ntpq -p | > ntpq -p | ||
Line 97: | Line 86: | ||
> systemctl status qemu-guest-agent.service | > systemctl status qemu-guest-agent.service | ||
- | ==== Squid ==== | + | ==== Syslog |
- | | + | > sudo nano / |
+ | *.*; | ||
+ | > sudo service rsyslog restart | ||
- | ==== Apache ==== | ||
- | > | ||
- | |||
- | === Apache SSL === | ||
- | | ||
- | > | ||
- | |||
- | === Nagios === | ||
- | Do NOT install Nagios using repositories. | ||
- | > su | ||
- | |||
- | |||
- | === MariaDB === | ||
- | > | ||
- | |||
- | === phpMyAdmin === | ||
- | > | ||
==== Mumble Server ==== | ==== Mumble Server ==== | ||
Line 125: | Line 99: | ||
welcometext="< | welcometext="< | ||
| | ||
- | ==== UniFi Network Controller ==== | ||
- | > | ||
- | |||
- | |||
===== Windows VMs ===== | ===== Windows VMs ===== | ||
* Configure the VM to use VirtIO network adapter(s) | * Configure the VM to use VirtIO network adapter(s) | ||
Line 136: | Line 106: | ||
* SHUTDOWN the VM, in the Options menu enable the QEMU guest agent then start the VM. | * SHUTDOWN the VM, in the Options menu enable the QEMU guest agent then start the VM. | ||
* Enable the administrative share | * Enable the administrative share | ||
- | REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f | + | |
+ | | ||
Line 149: | Line 120: | ||
auto ens18 | auto ens18 | ||
iface ens18 inet static | iface ens18 inet static | ||
- | | + | |
| | ||
- | | + | |
- | | + | |
==== No-IP DUC ==== | ==== No-IP DUC ==== |
proxmox.1748954472.txt.gz · Last modified: 2025/06/03 12:41 by w5ged