[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CONFIG_IP_ROUTE_FWMARK not working in Debian !



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



Reply to: