Hi Rudi,
Am Donnerstag, den 27.11.2008, 14:24 +0200 schrieb Rudi Ahlers:
> Hi all,
>
> How is it possible to get a eth0 & eth1 for a XEN domU?
jap,
> The reason I
> ask, is that we need to monitor the bandwidth every XEN VPS uses, but
> I don't want to count local bandwidth between VPS's, and between the
> VPS & backup server.
ok
>
> So, if all internet traffic gets routed on eth0, and IP rather
> 196.34.x.x & internal traffic on eth1 & 192.168.10.x - how would I do
> that?
fire up 2 bridges:
- xen-internal (192.168.10.0)
- xen-external (public IPs)
With this you can do separated traffic-accounting for internal and
external traffic.
>
> Currently when I look @ a domU, I have eth0, eth0:1 & eth0:2
> (192.168.10.63) setup, but they all pass through the same interface
> vifwise0 on the dom0 side,
>
>
> vifwise0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
> inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
> UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
> RX packets:1961043 errors:0 dropped:0 overruns:0 frame:0
> TX packets:2521537 errors:0 dropped:4218 overruns:0 carrier:0
> collisions:0 txqueuelen:32
> RX bytes:4195421597 (3.9 GiB) TX bytes:1075982597 (1.0 GiB)
>
>
> So, from the 3.9BG traffice transmitted, we don't know what is local &
> what is internet traffic. I'd like to completely segment the traffic,
because theres no separation and every traffic is transmitted over this
bridge.
> how can I do that?
Im using traffic-accounting with iptables....
hth,
Thomas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|