Retourner au contenu associé (entrée de forum : Proxmox et OpenVZ)
Posté par visualstation le 15 septembre 2010 à 13:09. En réponse au message Proxmox et OpenVZ. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# As tu configurer les informations au niveau du kernel ?
Posté par visualstation . En réponse au message Proxmox et OpenVZ. Évalué à 1.
Dans le /etc/sysctl.conf
# On Hardware Node we generally need
# packet forwarding enabled and proxy arp disabled
net.ipv4.conf.default.forwarding=1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.ip_forward=1
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Enables the magic-sysrq key
kernel.sysrq = 1
# TCP Explict Congestion Notification
#net.ipv4.tcp_ecn = 0
# we do not want all our interfaces to send redirects
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
puis une petit sysctl -p