Differences

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

Link to this comparison view

Both sides previous revision Previous revision
docpublic:systemes:linux:virt_kvm [2017/02/19 16:04]
procacci@tem-tsp.eu [add 2nd network on specific NIC]
docpublic:systemes:linux:virt_kvm [2017/02/22 18:21] (current)
procacci@tem-tsp.eu [add 2nd network on specific NIC]
Line 215: Line 215:
 </code> </code>
  
 +==== retrait reseau ====
  
-ajout 2eme interface +<code> 
 + 
 +[root@localhost ~]# virsh net-list --all 
 + Nom                  État      Démarrage automatique Persistent 
 +---------------------------------------------------------- 
 + default              actif      yes           yes 
 + p4p1_routed          actif      yes           yes 
 + 
 +[root@localhost ~]# virsh net-destroy p4p1_routed 
 +Réseau p4p1_routed détruit 
 + 
 +[root@localhost ~]# virsh net-list --all 
 + Nom                  État      Démarrage automatique Persistent 
 +---------------------------------------------------------- 
 + default              actif      yes           yes 
 + p4p1_routed          inactif    yes           yes 
 + 
 +[root@localhost ~]# virsh net-undefine p4p1_routed 
 +Le réseau p4p1_routed n'est plus défini 
 + 
 +[root@localhost ~]# virsh net-list --all 
 + Nom                  État      Démarrage automatique Persistent 
 +---------------------------------------------------------- 
 + default              actif      yes           yes 
 + 
 +[root@localhost ~]# ls  /etc/libvirt/qemu/networks/ 
 +autostart  default.xml 
 +</code> 
 + 
 +==== ajout 2eme interface =====
  
 <code> <code>
docpublic/systemes/linux/virt_kvm.1487520249.txt.gz · Last modified: 2017/02/19 16:04 by procacci@tem-tsp.eu
[unknown link type]Back to top
CC Attribution-Noncommercial-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0