|
From: Evan D. <ev...@vo...> - 2003-08-03 22:58:02
|
Thanks for the help Martin. It turns out that I needed to modify the feed_db.pl script. On line 4 I needed to change: use BDI; to use DBI(); I will post this to the list as well. From memory I had to upgrade some of my perl modules. I read this in a tutorial. On Thu, 2003-07-31 at 16:33, Martin Eggens wrote: > Hi >=20 > for me it's working fine on RH 8. > There must be someting wrong with your config. >=20 > grtx > martin >=20 > Evan Davies wrote: > > Hi all, > >=20 > > Hope someone can point me in the right direction. > > Currently running redhat 8 with mysql 3.23.56. > >=20 > > The correct logfile is been followed by the feed script but no > > information is getting parsed into the database. I have checked all the > > permissions within the database and checked the usernames, passwords an= d > > database names in the scripts. > >=20 > > Below is an example of what goes into the logfile: > >=20 > > Jul 21 10:14:33 dev kernel: [IPTABLES PPTP] : IN=3D OUT=3Deth0 > > SRC=3D192.168.0.254 DST=3D192.168.0.253 LEN=3D42 TOS=3D0x00 PREC=3D0x00= TTL=3D64 > > ID=3D21025 DF PROTO=3D47 > > Jul 21 10:14:33 dev kernel: [IPTABLES PPTP] : IN=3Deth0 OUT=3D > > MAC=3D00:20:ed:58:24:8f:00:0c:29:40:0a:a1:08:00 SRC=3D192.168.0.253 > > DST=3D192.168.0.254 LEN=3D46 TOS=3D0x00 PREC=3D0x00 TTL=3D128 ID=3D1393= 7 PROTO=3D47 > > Jul 21 10:14:33 dev kernel: [IPTABLES PPTP] : IN=3D OUT=3Deth0 > > SRC=3D192.168.0.254 DST=3D192.168.0.253 LEN=3D32 TOS=3D0x00 PREC=3D0x00= TTL=3D64 > > ID=3D21026 DF PROTO=3D47 > > Jul 21 10:14:38 dev kernel: [IPTABLES PPTP] : IN=3D OUT=3Deth0 > > SRC=3D192.168.0.254 DST=3D192.168.0.253 LEN=3D42 TOS=3D0x00 PREC=3D0x00= TTL=3D64 > > ID=3D21027 DF PROTO=3D47 > > Jul 21 10:14:38 dev kernel: [IPTABLES PPTP] : IN=3Deth0 OUT=3D > > MAC=3D00:20:ed:58:24:8f:00:0c:29:40:0a:a1:08:00 SRC=3D192.168.0.253 > > DST=3D192.168.0.254 LEN=3D46 TOS=3D0x00 PREC=3D0x00 TTL=3D128 ID=3D1393= 8 PROTO=3D47 > > Jul 21 10:14:38 dev kernel: [IPTABLES PPTP] : IN=3D OUT=3Deth0 > > SRC=3D192.168.0.254 DST=3D192.168.0.253 LEN=3D32 TOS=3D0x00 PREC=3D0x00= TTL=3D64 > > ID=3D21028 DF PROTO=3D47 > >=20 > > Any help would be greatly appreciated as this is driving me nuts > >=20 > > TIA > >=20 > > Evan > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_0= 1/01 > > _______________________________________________ > > Iptablelog-users mailing list > > Ipt...@li... > > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > >=20 --=20 Evan Davies <ev...@vo...> |