Hallo,
ich will bei meinem Debian Root gerne ipac-ng installieren, habe jedoch ein Problem bei der Einrichtung.
Die Config sieht wie folgt aus, hab sie eigentlich nur dem debianhowto entnommen.
--------------
# Debian default ipac-ng configuration file
# 2001-12-09, Noel Koethe, noel@koethe.net
# /etc/ipac-ng/ipac.conf
#
# changed by olfi, olfi (at) debianhowto.de
#
# Format:
# Name of rule|direction|interface|protocol|source|destination
# WARNING!!!! spaces are not allowed before and after '|'.
#
# where
# Name of rule Any string to identify this rule
# direction in | out
# interface ip number or interface name, '+' means all interfaces
# protocol tcp | udp | icmp | all
# source \
# destination both as described in ipfwadm(8), or empty
# total Traffic
# all
gesamt in all |in||all||
gesamt out all |out||all||
#
# connections from outside to this machine
#
# ftp (port 20 and 21)
incoming in ftp|in|+|tcp|0/0|0/0 20 21
incoming out ftp|out|+|tcp|0/0 20 21|0/0
# ssh (port 22)
incoming in ssh|in|+|tcp|0/0|0/0 22
incoming out ssh|out|+|tcp|0/0 22|0/0
# smtp (port 25)
incoming in smtp|in|+|tcp|0/0|0/0 25
incoming out smtp|out|+|tcp|0/0 25|0/0
# dns (port 53;tcp and udp)
incoming in dns|in|+|tcp|0/0|0/0 53
incoming out dns|out|+|tcp|0/0 53|0/0
incoming in dns|in|+|udp|0/0|0/0 53
incoming out dns|out|+|udp|0/0 53|0/0
# http (port 80)
incoming in http|in|+|tcp|0/0|0/0 80
incoming out http|out|+|tcp|0/0 80|0/0
# pop3 (port 110)
incoming in pop3|in|+|tcp|0/0|0/0 110
incoming out pop3|out|+|tcp|0/0 110|0/0
# https (port 443)
incoming in https|in|+|tcp|0/0|0/0 443
incoming out https|out|+|tcp|0/0 443|0/0
#
# connections from this machine to ...
#
# ftp (port 20 and 21)
outgoing in ftp|in|+|tcp|0/0 20 21|0/0
outgoing out ftp|out|+|tcp|0/0|0/0 20 21
# ssh (port 22)
outgoing in ssh|in|+|tcp|0/0 22|0/0
outgoing out ssh|out|+|tcp|0/0|0/0 22
# smtp (port 25)
outgoing in smtp|in|+|tcp|0/0 25|0/0
outgoing out smtp|out|+|tcp|0/0|0/0 25
# dns (port 53;tcp and udp)
outgoing in dns|in|+|tcp|0/0 53|0/0
outgoing out dns|out|+|tcp|0/0|0/0 53
outgoing in dns|in|+|udp|0/0 53|0/0
outgoing out dns|out|+|udp|0/0|0/0 53
# http (port 80)
outgoing in http|in|+|tcp|0/0 80|0/0
outgoing out http|out|+|tcp|0/0|0/0 80
# pop3 (port 110)
outgoing in pop3|in|+|tcp|0/0 110|0/0
outgoing out pop3|out|+|tcp|0/0|0/0 110
# https (port 443)
outgoing in https|in|+|tcp|0/0 443|0/0
outgoing out https|out|+|tcp|0/0|0/0 443
-----------------------
Dann will ich das Script neustarten.
/etc/init.d/ipac-ng restart
und es kommt folgende Meldung
Restarting IP Accounting: /etc/init.d/ipac-ng: line 65: 2688 Segmentation fault $DAEMON -S
ipac-ng.
Wo liegt denn der Fehler?
Installation von ipac-ng zur Trafficmessung
-
- Beiträge: 520
- Registriert: 12.06.2003 23:18:50
- Wohnort: Siegburg
Die Fehlermeldungen sind die gleichen: englisch/deutsch.
Ich habe das eben bei mir ausprobiert und habe keine Probleme damit. Was mir an möglichen Fehlerquellen einfällt: Speicher kaputt, falsche iptables Version, abhängige Bibliotheken nicht richtig installiert, ...
Habt ihr schon mal im http://www.rootforum.de nachgefragt?
Ich habe das eben bei mir ausprobiert und habe keine Probleme damit. Was mir an möglichen Fehlerquellen einfällt: Speicher kaputt, falsche iptables Version, abhängige Bibliotheken nicht richtig installiert, ...
Habt ihr schon mal im http://www.rootforum.de nachgefragt?
naja das Speicherzugriffsfehler und Segmentation fault wohl das selbe ist war mir klar
Nur die line bei ihm 65 und bei mir 66, vielleicht steht da aber auch der selbe Inhalt.
Kaputter Speicher ist ehr unwahrscheinlich.
welche iptables Version braucht man denn?
Habe: v1.2.8
Und welche Bibliotheken muss man haben?
Nur die line bei ihm 65 und bei mir 66, vielleicht steht da aber auch der selbe Inhalt.
Kaputter Speicher ist ehr unwahrscheinlich.
welche iptables Version braucht man denn?
Habe: v1.2.8
Und welche Bibliotheken muss man haben?