Changes between Version 4 and Version 5 of Virtualization


Ignore:
Timestamp:
12/15/22 12:05:26 (16 months ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Virtualization

    v4 v5  
    55
    66 * [https://jamielinux.com/docs/libvirt-networking-handbook/custom-routed-network.html Custom routed network]
     7{{{
     8## Bandwidth  VM ==>> VM
     9root@master:~# iperf -s
     10------------------------------------------------------------
     11Server listening on TCP port 5001
     12TCP window size:  128 KByte (default)
     13------------------------------------------------------------
     14[  4] local 10.1.1.10 port 5001 connected with 10.1.1.11 port 60650
     15[ ID] Interval       Transfer     Bandwidth
     16[  4] 0.0000-10.0009 sec  33.1 GBytes  28.4 Gbits/sec
     17[  5] local 10.1.1.10 port 5001 connected with 10.1.1.12 port 54692
     18[ ID] Interval       Transfer     Bandwidth
     19[  5] 0.0000-10.0014 sec  35.0 GBytes  30.0 Gbits/sec
     20}}}
    721 * [https://wiki.debian.org/BridgeNetworkConnections Bridging Network Connections (Debian)]
    822 * [https://wiki.debian.org/KVM KVM (Debian)]