Skip to content
cypx edited this page Nov 15, 2014 · 7 revisions

IPv4: 37.59.46.214

IPv6: 2001:41D0:8:69d6::

Reverse: ns3000756.ip-37-59-46.eu

OS: Proxmox PVE 3.3 (Debian 7)

Configuration

Disable entreprise support and upgrade

$ vi /etc/apt/sources.list.d/pve-enterprise.list

#deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

$ aptitude update; aptitude upgrade

Reboot to load upgraded kernel

$ reboot

Enhance network configuration

$ vi /etc/host.conf

# The order option specifies the order in which the resolving services are tried.
order hosts,bind
# Machines with multiple IP addresses.
multi on
# Check for IP address spoofing.
nospoof on

Reduce FS write by disable access time stats

$ vi /etc/fstab

/dev/pve/data   /var/lib/vz     ext3    defaults,noatime,barrier=0      1       2

$ mount -o remount /var/lib/vz

Clone this wiki locally