Hi, I would like to use a second interface exclusively for the VMs (not configured on Dom0, can this be done or I need to have it up with an IP address?. Used the custom script hack to bridge two interfaces: - eth1: not configured, wont have an ip assigned - eth2: not configured, waiting the IP address to be assigned The thing is, I can't see the phisycal interface enslaved to the bridge asusis-xen1:~ # brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif2.0 xenbr1 8000.000000000000 no Eth0 will be used exclusively for administration tasks and for heartbeat. Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
2008/5/19 Ciro Iriarte <cyruspy@gmail.com>:
Hi, I would like to use a second interface exclusively for the VMs (not configured on Dom0, can this be done or I need to have it up with an IP address?.
Used the custom script hack to bridge two interfaces: - eth1: not configured, wont have an ip assigned - eth2: not configured, waiting the IP address to be assigned
The thing is, I can't see the phisycal interface enslaved to the bridge
asusis-xen1:~ # brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif2.0 xenbr1 8000.000000000000 no
Eth0 will be used exclusively for administration tasks and for heartbeat.
Ciro
I had already a domU setup with the standard bridge using eth0, made the modification to have xenbr0 --> eth1 xenbr1 --> eth2 Now my domU has another interface, but none of them have traffic: ------------------------------------------ testdomu:~ # tcpdump -i eth2 tcpdump: WARNING: eth2: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth2, link-type EN10MB (Ethernet), capture size 96 bytes 05:19:10.590611 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:3e:4c:f8:b4 (oui Unknown), length: 548 1 packets captured 2 packets received by filter 0 packets dropped by kernel ------------------------------------------ ------------------------------------------ testdomu:~ # tcpdump -i eth0 tcpdump: WARNING: eth0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 05:20:14.722544 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:3e:4c:f8:b4 (oui Unknown), length: 548 05:21:18.779160 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:3e:4c:f8:b4 (oui Unknown), length: 548 05:22:23.047178 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:3e:4c:f8:b4 (oui Unknown), length: 548 3 packets captured 6 packets received by filter 0 packets dropped by kernel ------------------------------------------ Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
2008/5/19 Ciro Iriarte <cyruspy@gmail.com>:
Hi, I would like to use a second interface exclusively for the VMs (not configured on Dom0, can this be done or I need to have it up with an IP address?.
Used the custom script hack to bridge two interfaces: - eth1: not configured, wont have an ip assigned - eth2: not configured, waiting the IP address to be assigned
The thing is, I can't see the phisycal interface enslaved to the bridge
asusis-xen1:~ # brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif2.0 xenbr1 8000.000000000000 no
Eth0 will be used exclusively for administration tasks and for heartbeat.
Ciro
Ok, the NIC needs to be setup, using yast is possible to set it up without an IP (BOOTPROTO='none'), and that's what I needed. Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
Ciro Iriarte