-
Hi,
I have a linux box running diald, what has happened on occasion is the ISP has disconnected me and diald has dialed straight back in, sometimes this causes an issue.
I can't quite get the option setup so that if I get disconnect by the ISP to make diald wait 180 seconds before reconnecting, instead of straight away.
I am not using dial on demand it is up perminently 24/7.
Reason...
2004-06-02 06:28:42 UTC in Diald
-
More Information,
I did a configure --enable-classic=no and did a recompile.
Now I only get 1 error when i run fetchipac -S (or -C /etc/ipac-ng/ipac.conf)
segmentation fault
I have tried it with iptables 1.2.5 and 1.2.6a.
2002-09-07 10:44:07 UTC in ipac-ng
-
Hi,
Running Redhat 7.3 with gcc 3.1 installed, byacc 1.9.22, flex 2.5.4
After a successful straight configure, no options, make works perfectly, make install no problems but when i try a fetchipac -S i get the following error.
fetchipac: opening rules file "(null)": Bad address access error.
I have tried doing a fetchipac -S -C /etc/ipac-ng/ipac.conf
same problem, what i...
2002-09-07 07:44:56 UTC in ipac-ng
-
Thanks for the pointer unfortunately it seems that reconfiguring that option is broken.
./configure --enable-drop-zero-lines=no
But when the it is finished it still says
checking for need to drop zero lines... yes (default)
So my ipacsum output is still not showing the rules with 0 as the counter which kills my perl script. (Can you tell I am trying to avoid having to rewrite my perl.
2002-06-08 12:24:53 UTC in ipac-ng
-
Wow,
I am a little better then a novice at this and I am running RedHat 7.2 but a newer kernel without a problem.
My fetchipac -R looks nothing like that.
Mine are more along the lines of for a standard user.
Incoming Phoenix | in | eth0 | all | 0/0 | 192.168.69.69 | |
Outgoing Phoenix | out | eth0 | all | 192.168.69.69 | 0/0 | |
Something looks definitely wrong in your...
2002-05-11 23:48:43 UTC in ipac-ng
-
Just my 2 cents worth. I did this under RedHat 7.3
Instead of grabbing source for perl-GD and trying to compile it (which I kept getting errors of -lpng missing), I found rpm installs which work easier.
rpm install the gd-1* and gd-devel-1* rpms.
rpm -ivh --force gd-2.0.1-4.i386.rpm
(Or whatever version is current, the only collision is the man files which is fine, you can get the rpm...
2002-05-11 23:36:00 UTC in ipac-ng
-
Hi.
I just installed and compiled up ipac 1.22 configuring for gdbm etc etc.
I have all up and smoothly running except ipacsum is using the -z option (omit zero lines in summary) by default and I can't figure out how to turn it off.
I have a site with about 16 people where I have written a perl script to correlate 4 different rules for each user into a HTML output total and some stats (.
2002-05-11 23:23:19 UTC in ipac-ng
-
Unfortunately you might be out of luck.
I think you and I are the only 2 people on the planet to use the no detailed logs switch and it didn't work for me either, in the end I installed postgresql to get it to work.
A pointer, don't follow the readme strictly, don't do the psql ipac < ipac-ng.sql (as pg_restore doesn't work) otherwise it fills the database with demo data and ipacsum is...
2002-05-11 23:14:30 UTC in ipac-ng
-
This is wierd.
I have 2 RedHat 7.2 boxes, installed exactly the same with the same packages. I have all the devel packages required by the README.
Running ipac-ng 1.21 on 1 machine it goes through perfectly and setups using gdbm, finds it and puts the database files in /var/lib/ipac as its supposed to.
The other machine gives me the GDBM library not found error and says it is going to u.
2002-03-31 15:25:38 UTC in ipac-ng
-
Thanks seems to be fixed now :)
2002-03-31 15:21:21 UTC in ipac-ng