[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] network problems
I had issues like that on my arch Linux were udev scripts that start networking. The,scripts are located in /etc/hotplug and need to be moved to /etc/udev the files should have udev in the name. You want to outpu brctl show
On Mar 19, 2012 2:43 PM, "Tegger" < xen@xxxxxxxxx> wrote:
Hi,
i have problems with the network between pv-domains and the real network.
I done an upgrade with apt-get in debian an now i have xen4.1 with kernel 3.2.9
first i must chance the vif-bridge script from
http://nopaste.php-q.net/194087
to
http://nopaste.php-q.net/194084
now i have a connection from pv to dom0 and the windows hvm, but no connection between physical network an the pv domain. But the HVM and the Dom0 have a connection to the physical network.
I found a workaround, but it didn't work
iptables -A FORWARD -m physdev --physdev-out eth0 --physdev-in '!'eth0 -j ACCEPT
iptables -A FORWARD -m physdev --physdev-in eth0 --physdev-out '!'eth0 -j ACCEPT
How can i get a connection between the physical network an the pv domains ?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|