Displaying 3 results from an estimated 3 matches for "p32p1".
Did you mean:
p2p1
2012 Oct 03
1
IPv4 routed virtual networks
...verything and it all matches what is in the
document. I can go from the guest to the host (ping, ssh, etc) but not
from that guest to another real host on the same real LAN.
I am patching the relevant info below:
----------------------------------
net.ipv4.conf.all.forwarding = 1
net.ipv4.conf.p32p1.forwarding = 1
net.ipv4.conf.virbr8.forwarding = 1
--------------------------------
<network>
<name>routed</name>
<uuid>1b2a0197-e708-165c-f266-6822e73cfbdd</uuid>
<forward dev='p32p1' mode='route'>
<interface dev='p32p1'/...
2013 Dec 17
2
How to Position a Network Interface in Physical PCI Slot
Hi ,
I would like to assign a Network Interface card to Physical Slot X in the
virtual machine,
I have gone through the XML file definition[Now i have some idea on how to
position the Network Interface in Logical PCI Slot.]
I am NOT interested in using a PCI Pass-through from the Host.
currently running Fedora 19 with libvirt 1.2.0
I would like to create an network interface card on
2013 Dec 17
0
Re: How to Position a Network Interface in Physical PCI Slot
...interface - that is completely up to the guest
OS. For example, on my F19 hardware, I have an ethernet at bus=4 slot=0
function=0 which was given the name "p13p1", another at 4:0.1 which is
"p13p2", and another that is integrated on the motherboard at 6:0.0
which is named "p32p1". On several F19 guests (some installed with F19
from scratch, at least one upgraded from F18), the network interfaces
are all named ethX. I believe this is now somehow controlled by systemd,
but I haven't had any need to learn the details.