para isso voce terá que rotear através do iproute2 Nunca fiz isto mas pelo que vi na manpage do iproute2 é mais ou menos assim: ip route add 0.0.0.0/0 table 1 nexthope ip.do.link1 ip route add 0.0.0.0/0 table 2 nexthope ip.do.link2 ip rule add from re.de.alunos/x to 0.0.0.0/0 table 1 ip rule add from re.de.admin/x to 0.0.0.0/0 table 2
http://www.snafu.freedom.org/linux2.2/docs/ip-cref/ip-cref.html Para instalar o iproute2 é só: # aptitude install iproute Lembre-se se liberar o tráfego no firewall iptables. Kléber _______________________________________________________ O Yahoo! está de cara nova. Venha conferir! http://br.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

