User Tools

Site Tools


proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox [2025/06/03 12:43] – [Windows VMs] w5gedproxmox [2025/08/21 15:16] (current) w5ged
Line 7: Line 7:
 ==== Configure NTP ==== ==== Configure NTP ====
    # nano /etc/chrony/chrony.conf    # nano /etc/chrony/chrony.conf
-      Add 'server 139.169.206.5 iburst' and 'server 198.122.144.26 iburst'+      Add 'server IPADDRESS1 iburst' and 'server IPADDRESS2 iburst'
    # systemctl restart chronyd    # systemctl restart chronyd
    # journalctl --since -1h -u chrony    # journalctl --since -1h -u chrony
Line 35: Line 35:
   > sudo nano /etc/ssh/sshd_config   > sudo nano /etc/ssh/sshd_config
     change "PermitRootLogin without-password" to "PermitRootLogin yes"     change "PermitRootLogin without-password" to "PermitRootLogin yes"
-  > sudo apt install network-manager+  > sudo apt install nano net-tools iputils-ping
   > sudo nano /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg   > sudo nano /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
     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:
              addresses:              addresses:
-               139.169.16.150 +               DNSADDRESS1 
-               139.169.31.2+               DNSADDRESS2
  
   > sudo nano /etc/sysctl.conf   > sudo nano /etc/sysctl.conf
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 /etc/ntpsec/ntp.conf   > sudo nano /etc/ntpsec/ntp.conf
-    server 139.169.206.5 prefer+    server IPADDRESS prefer
     (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 /etc/rsyslog.d/50-default.conf 
 +    *.*;auth,authpriv.none UDP @IPADDRESS:1514 
 +  > sudo service rsyslog restart
  
-==== Apache ==== 
-   >  
- 
-=== Apache SSL === 
-   Create a CSR: 
-   > 
- 
-=== Nagios === 
-Do NOT install Nagios using repositories.  It's unsupported! 
-   > su 
- 
- 
-=== MariaDB === 
-  > 
- 
-=== phpMyAdmin === 
-  >    
  
 ==== Mumble Server ==== ==== Mumble Server ====
Line 125: Line 99:
       welcometext="<br />Welcome to the CTSD <b>Murmur</b> server.<br /><br />By accessing and using this information system, you acknowledge and consent to the following:<br />   You are accessing a <b>U.S. Government information system</b>, which includes:<br />   (1) this computer<br />   (2) this computer network<br />   (3) all computers connected to this network including end user systems<br />   (4) all devices and storage media attached to this network or to any computer on this network<br />   (5) cloud and remote information services.<br /><br />This information system is provided for U.S. Government-authorized use only.<br />You have no reasonable expectation of privacy regarding any communication transmitted through or data stored on this information system.<br />At any time, and for any lawful purpose, the U.S. Government may monitor, intercept, search, and seize any communication or data transiting, stored on, or traveling to or from this information system.<br />You are NOT authorized to process classified information on this information system.<br />Unauthorized or improper use of this system may result in suspension or loss of access privileges, disciplinary action, and civil and/or criminal penalties.<br />"       welcometext="<br />Welcome to the CTSD <b>Murmur</b> server.<br /><br />By accessing and using this information system, you acknowledge and consent to the following:<br />   You are accessing a <b>U.S. Government information system</b>, which includes:<br />   (1) this computer<br />   (2) this computer network<br />   (3) all computers connected to this network including end user systems<br />   (4) all devices and storage media attached to this network or to any computer on this network<br />   (5) cloud and remote information services.<br /><br />This information system is provided for U.S. Government-authorized use only.<br />You have no reasonable expectation of privacy regarding any communication transmitted through or data stored on this information system.<br />At any time, and for any lawful purpose, the U.S. Government may monitor, intercept, search, and seize any communication or data transiting, stored on, or traveling to or from this information system.<br />You are NOT authorized to process classified information on this information system.<br />Unauthorized or improper use of this system may result in suspension or loss of access privileges, disciplinary action, and civil and/or criminal penalties.<br />"
      
-==== 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 150: Line 120:
     auto ens18     auto ens18
     iface ens18 inet static     iface ens18 inet static
-       address 192.168.10.103+       address IPADDRESS
        netmask 255.255.255.0        netmask 255.255.255.0
-       gateway 192.168.10.1 +       gateway GATEWAYADDRES 
-       dns-nameservers 192.168.10.107 192.168.10.1+       dns-nameservers DNSADDRESS1 DNSADDRESS2
  
 ==== No-IP DUC ==== ==== No-IP DUC ====
proxmox.1748954590.txt.gz · Last modified: 2025/06/03 12:43 by w5ged