On 07/03/2015 03:18 PM, Gianfranco Casanova wrote: > ———————————————————————————— > root@ale:/var/log# ip rule show > 0: from all lookup local > 32764: from all fwmark 0x101 lookup 257 > 32765: from all fwmark 0x100 lookup 256 > 32766: from all lookup main > 32767: from all lookup default > ———————————————————————————— > > ———————————————————————————— > root@ale:/var/log# ip route show table 0x101 > ————————————————————————————
So this is wrong. We should have a default routing entry for the wifi policy routing table. Without a match, the main/default routing table will be used. For testing just add the missing route entry to table 0x101, e.g. # ip route add default via 172.20.10.1 dev wlan0 table 0x101 > from /var/log/kern.log I can see that the packages are correctly marked. That is good news. So I think it the missing routing entry should do the trick. cheers, daniel _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
