of course:
# ip rule
0:      from all lookup local
32765:  from all fwmark 0x5 lookup isp2
32766:  from all lookup main
32767:  from all lookup default
Packets from <LAN_IP> are dropped.

If the ip rule looked like that:
0:      from all lookup local
32765:  from all fwmark 0x5 lookup isp2
32765:  from <LAN_IP> lookup isp2
32766:  from all lookup main
32767:  from all lookup default
then packets are routed according to table isp2.

I've run that on many distos and I really don't think the problem is
with commands I write...

-- 
Tomek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to