proxmox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox [2025/08/20 20:10] – 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 48: | Line 48: | ||
dhcp6: false | dhcp6: false | ||
addresses: | addresses: | ||
- | - 139.169.156.xx/24 | + | - IPADDRESS/24 |
routes: | routes: | ||
- to: default | - to: default | ||
- | via: 139.169.156.1 | + | via: GATEWAYADDRESS |
nameservers: | nameservers: | ||
| | ||
- | | + | |
- | | + | |
- | - 139.169.31.2 | + | |
> sudo nano / | > sudo nano / | ||
Line 86: | Line 85: | ||
Start the VM | Start the VM | ||
> systemctl status qemu-guest-agent.service | > systemctl status qemu-guest-agent.service | ||
+ | |||
+ | ==== Syslog ==== | ||
+ | > sudo nano / | ||
+ | *.*; | ||
+ | > sudo service rsyslog restart | ||
+ | |||
==== Mumble Server ==== | ==== Mumble Server ==== | ||
Line 115: | Line 120: | ||
auto ens18 | auto ens18 | ||
iface ens18 inet static | iface ens18 inet static | ||
- | | + | |
| | ||
- | | + | |
- | | + | |
==== No-IP DUC ==== | ==== No-IP DUC ==== |
proxmox.1755720657.txt.gz · Last modified: 2025/08/20 20:10 by w5ged