...
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
<interface type='udp'> <mac address='52:54:00:05:2d:cf'/> <source address='127.0.0.1' port='21000'> <local address='127.0.0.1' port='21001'/> </source> <model type='vmxnet3'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> ... <interface type='udp'> <mac address='52:54:00:0d:32:f4'/> <source address='127.0.0.1' port='21006'> <local address='127.0.0.1' port='21007'/> </source> <model type='vmxnet3'/> <alias name='net3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface> |
코드 블럭 | ||
---|---|---|
| ||
# virsh domiflist 86770ca2-685f-4c57-b215-350265c973c4 Interface Type Source Model MAC ---------------------------------------------------------- - udp - vmxnet3 52:54:00:05:2d:cf - udp - vmxnet3 52:54:00:0f:2a:29 - udp - vmxnet3 52:54:00:04:be:e7 - udp - vmxnet3 52:54:00:0d:32:f4 root@cml-controller:~# netstat -anp | grep 2100 udp 0 0 127.0.0.1:21000 0.0.0.0:* 4484/fabric udp 0 0 127.0.0.1:21001 0.0.0.0:* 66319/qemu-system-x udp 0 0 127.0.0.1:21002 0.0.0.0:* 4484/fabric udp 0 0 127.0.0.1:21003 0.0.0.0:* 66319/qemu-system-x udp 0 0 127.0.0.1:21005 0.0.0.0:* 66319/qemu-system-x udp 0 0 127.0.0.1:21007 0.0.0.0:* 66319/qemu-system-x udp 0 0 127.0.0.1:21008 0.0.0.0:* 4484/fabric udp 0 0 127.0.0.1:21009 0.0.0.0:* 66382/qemu-system-x root@cml-controller:~# ps aux | grep 4484 virl2 /usr/local/bin/fabric -logtostderr -stderrthreshold=WARNING -apiaddress ip6-localhost:8080 -remote lo -remoteipv6 -controller [::1]:443 -verify=false |
...