I want to thank everyone for their input and I have gleened many useful ideas from this discussion. Hopefully some standard like BSD sockets will be written for routing realms/vrfs, then let the fun begin. It appears that the Java based framework our developers used can not be extended to allow direct packet/socket manupulation, so we will be looking are using different vm's to get around our issue. Again I really enjoyed this discussion with everyone and am excited about the progress that is being made in bringing this concept dirrectly to the host. --- Brian Raaen Network Architect braaen@zcorum.com On Wed, Aug 24, 2011 at 07:58:55PM +0200, Hannes Frederic Sowa wrote:
On Wed, Aug 24, 2011 at 7:37 PM, Jussi Peltola <pelzi@pelzi.net> wrote:
Or exec your commands wrapped in route -T$TABLE exec $*
FYI, on linux you can use 'ip netns exec'. The subcommand is rather new and you will only find it in the git repository.
Greetings,
Hannes