* need advice - research project
@ 2006-11-20 2:39 Rodrigo Lazo
0 siblings, 0 replies; only message in thread
From: Rodrigo Lazo @ 2006-11-20 2:39 UTC (permalink / raw)
To: netfilter list
hi everyone,
I need some advice. I'm doing a research project about load balancing
and I want to build an application to test some algorithms.
Right now all I need to do is:
- pick up all packages arriving to a specific port
- modify their destination MAC address
- send them to their new destination.
I'm trying to build something like this
(http://www.linuxvirtualserver.org/VS-DRouting.html). In this
configuration, all the machines have the same ip address but is set as
an alias to a non-arp interface except for the load-balancer. So when
a packet arrives you only need to modify its MAC to redirect it.
How could I build this app? I was thinking about using libipq and
NF_QUEUE to build it on userspace so I can modify it more easily, but
I'm not sure if this is how it should be done (or even if it is
posible to do it this way).
Any sugestion will be greatly appreciated
Best regards
--
Rodrigo Lazo (rlazo)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-20 2:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 2:39 need advice - research project Rodrigo Lazo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.