hi Josephw wrote: > I spent entire day to try what you wrote, but it dosen't still work. > eventhough this , the situation is kind of different from before. > here is my lab
i think you run into the same problem, i always run if something does not work with a hop behind green. try this: ip rule add prio 5 to 192.168.4.0/24 lookup main our module which does loadbalancing of multiple red interfaces introduced a tricky routing configuration. each connection leaving the red interface will be marked by iptables mangle and then redirected to a separate routknkg table (ip route show table 200) in order to always leave the same interface even if the routing decision for that host will change due to expiration of the routing cache. the line above just says to look to the main routing table even if the connection is marked. otherwise the packets to local networks will also leave the red interface instead of green. hope this helps peter -- :: e n d i a n :: open source - open minds :: peter warasin :: http://www.endian.it :: [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
