Herbert Poetzl wrote:
routes and addresses are only loosely coupled,
and the existance of one doesn't imply the other

not really... i can do a:
ip route add $NETWORK dev $IF table <table>

but, i can't add a gateway for that network if there is no ip defined on that $IF

so, how would i go around that?

yes, definitely, I'd put one routing table
per vserver guest, this way you can basically
have per guest routing and it will not affect
the other guests at all ...

wouldn't that be a lot of overhead? i'd say just add rules in start and stop scripts, make the routes for each table fixed at boottime or so... (that was my initial thought, but as you see above, you can't add a gateway to a route if you don't have an ip on that network...

sollutio would indeed be: put a route for every vps on your system... (requires more maintenance on your rt_tables file tough...)

but might be a good idea... i don't know yet :)

--
harry
aka Rik Bobbaers

K.U.Leuven - LUDIT          -=- Tel: +32 485 52 71 50
[EMAIL PROTECTED] -=- http://harry.ulyssis.org

"Work hard and do your best, it'll make it easier for the rest"
-- Garfield

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to