|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Unable to communicate with Dom0
hi,
Thanks all of your suugestions.I figured out the problem with
iptables. Although I had iptables compiled as kernel objects, still I
was facing the problem.I added the virtual interfaces with the bridge
which wasn't added by default.And then a small command did all the
magic.
$iptables -A FORWARD -m physdev --physdev-in eth0 --physdev-out eth0 -j ACCEPT
----
~$ubh
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|