Skip to content

configuration_firewall

PhilippeLeroux edited this page Jun 17, 2018 · 3 revisions

Configuration du firewall pour openSUSEE LEAP 42 à 43

  • Editer /etc/sysconfig/SuSEfirewall2

  • Chercher FW_DEV_INT et lui assigner vboxnet1

  • Exécuter : /sbin/SuSEfirewall2

Configuration du firewall pour openSUSE LEAP 15.

  • Ajouter l'Iface vboxnet1 dans la zone trusted
     $ firewall-cmd --permanent --zone=trusted --add-interface=vboxnet1
    
Clone this wiki locally