README.md 817 Bytes

Installation depuis un serveur Proxmox

cliquer sur "raw" et Copier coller ce fichier sur le terminal.

Installer unzip

apt-get install unzip

Télécharger et installer en racine.

wget -P /tmp/ --header 'PRIVATE-TOKEN: epQ4NmFmY2kiKxf4oUJX' 'https://gitlab.calexium.com/Proxmox/IP_Tables/repository/archive.zip?ref=master' --no-check-certificate

unzip /tmp/archive.zip* -d /tmp

cp -r /tmp/IP_Tables-master*/* /

On nettoie

rm -R /tmp/IP_Tables-master*

rm /tmp/archive.zip*

rm /README.md

Donner les droits au dossier

chmod -R +x /etc/cxm

Activer les scripts au démarrage

systemctl enable cxm.service

Editez /etc/network/interfaces
Ajouter à la fin du bloc de configuration du bridge vmbr2

post-up /etc/cxm/networking-up.sh

Redémarrer afin de lancer le script

init 6