This shows you the differences between two versions of the page.
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: | ||
</ | </ | ||
+ | ==== retrait reseau ==== | ||
- | ajout 2eme interface | + | < |
+ | |||
+ | [root@localhost ~]# virsh net-list --all | ||
+ | | ||
+ | ---------------------------------------------------------- | ||
+ | | ||
+ | | ||
+ | |||
+ | [root@localhost ~]# virsh net-destroy p4p1_routed | ||
+ | Réseau p4p1_routed détruit | ||
+ | |||
+ | [root@localhost ~]# virsh net-list --all | ||
+ | | ||
+ | ---------------------------------------------------------- | ||
+ | | ||
+ | | ||
+ | |||
+ | [root@localhost ~]# virsh net-undefine p4p1_routed | ||
+ | Le réseau p4p1_routed n'est plus défini | ||
+ | |||
+ | [root@localhost ~]# virsh net-list --all | ||
+ | | ||
+ | ---------------------------------------------------------- | ||
+ | | ||
+ | |||
+ | [root@localhost ~]# ls / | ||
+ | autostart | ||
+ | </ | ||
+ | |||
+ | ==== ajout 2eme interface | ||
< | < |