Hi Juha,
here is the dump, prefix 8 should use gateway number 2. Its not a big
issue, I've managed to do it without LCR now.
INSERT INTO `lcr_gw` VALUES
(1,1,'chc','1.1.1.1',NULL,NULL,NULL,1,1,NULL,NULL,NULL,1,NULL),(2,1,'ak','2.2.2.2',NULL,NULL,NULL,1,1,NULL,NULL,NULL,1,NULL);
INSERT INTO `lcr_rule` VALUES (1,1,'8','.*',1,1);
INSERT INTO `lcr_rule_target` VALUES (1,1,1,2,1,1);
Thanks
Ben
On Wed, Feb 29, 2012 at 3:20 PM, Juha Heinanen <jh(a)tutpro.com> wrote:
Ben WIlliams writes:
can you post dump of your lcr tables and i'll give a try with them?
-- juha