|
|
|
|
|
|
|
|
|
|
xen-users
Re: Re: AW: [Xen-users] domU network not work
Surprisingly, I find there is no iptables in domU.
Is this a problem? I guest not.
------------------
Y. D.
2008-10-31
-------------------------------------------------------------
From:Harold_A._Gim?nez_Ch.
Date:2008-10-31 08:46:30
To:Y. D.
Cc:Antonino Catinello; xen-users
Subject:Re: AW: [Xen-users] domU network not work
iptables on domU?
On Thu, Oct 30, 2008 at 8:36 PM, Y. D. <duyuyang@xxxxxxxxx> wrote:
> How's your network setup?
> Bridged networking? Firewall settings?
>
> The bridge setup in dom0:
> #brctl show
> bridge name bridge id STP enabled interfaces
> eth0 8000.000fea0247e6 no peth0
>
> vif81.0
> The iptables setup in dom0:
> #iptables -L
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
>
> ACCEPT all -- anywhere anywhere PHYSDEV match
> --physdev-in vif81.0
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
> The route setup in dom0 and domU is the same:
> #route -n
>
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 10.0.0.0 0.0.0.0 255.255.255.0
> U 0 0 0 eth21
> 0.0.0.0 10.0.0.165 0.0.0.0
> UG 0 0 0 eth21
>
> thank you.
> ------------------
> Y. D.
> 2008-10-31
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|