I am trying to find a way to use Xen as the core for an appliance. We need to send the syslogs and SQL to two sources, but the application only provides one location. can xen route all traiffic on ethx to two xen instances? or can it be set to y.y.y.x ip be mirrored as suck above? one thought was to HA failover using an IP sec tun, but that seams to complicate things, instead of one machine doing it. Or if anyone knows a way to mirror the traffic on a single machine using openvpn to send the data to a remote loc. --rich _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Richard, Richard Sperry schrieb:>I am trying to find a way to use Xen as the core for an appliance. We need >to send the syslogs and SQL to two sources, but the application only >provides one location. > >can xen route all traiffic on ethx to two xen instances? > >I am sorry but I cannot imagine this making sense - you would have to manipulate session info etc. What exactly do you want to do? If you simply want to have two servers receiving syslog traffic you can configure syslog on the source server to send it to both. With SQL it is more complicated. Do you want to have a backup database? Then you would have to use your DBMS to mirror the db (or setup a db cluster). Dirk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users