@ vicbrother:
vicbrother hat geschrieben:@michian: Debian unstable? ....
nein - sarge.
bevor ich vielleicht einmal über einen paketfehler stolpere fließt noch viel wasser den schrattenbach hinunter
@ KBDCALLS
KBDCALLS hat geschrieben:connection refused sagt doch da läuft nix. Test doch erstmal mit [/code]nmap localhost[/code]
oh, das ist aber interessant:
Code: Alles auswählen
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2005-08-08 16:33 CEST
Interesting ports on 192.168.1.254:
(The 1655 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp filtered ssh
25/tcp open smtp
111/tcp open rpcbind
113/tcp open auth
139/tcp open netbios-ssn
143/tcp open imap
445/tcp open microsoft-ds
653/tcp open unknown
Nmap finished: 1 IP address (1 host up) scanned in 1.373 seconds
keine ahnung was 653 ist
und was stimmt an dem nicht:
Code: Alles auswählen
iptables -A INPUT -i $INTERN -p TCP --dport 631 --source 192.168.1.14 -j ACCEPT
... das steht bei mir im "Firewall-Script".
Und hier noch ein Ausschnitte aus /var/log/error_log:
Code: Alles auswählen
I [08/Aug/2005:15:04:16 +0200] Full reload complete.
E [08/Aug/2005:15:04:16 +0200] StartListening: Unable to bind socket for address c0a801fe:631 - Address already in use.
I [08/Aug/2005:15:57:33 +0200] Listening to 0:631
I [08/Aug/2005:15:57:33 +0200] Listening to c0a801fe:631
I [08/Aug/2005:15:57:33 +0200] Listening to 0:631
I [08/Aug/2005:15:57:33 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [08/Aug/2005:15:57:33 +0200] Configured for up to 100 clients.
I [08/Aug/2005:15:57:33 +0200] Allowing up to 100 client connections per host.
I [08/Aug/2005:15:57:33 +0200] Full reload is required.
E [08/Aug/2005:15:57:33 +0200] LoadAllPrinters: Unable to open /etc/cups/printers.conf - Datei oder Verzeichnis nicht gefunden
E [08/Aug/2005:15:57:33 +0200] LoadAllClasses: Unable to open /etc/cups/classes.conf - Datei oder Verzeichnis nicht gefunden
I [08/Aug/2005:15:57:33 +0200] LoadPPDs: Read "/etc/cups/ppds.dat", 13 PPDs...
I [08/Aug/2005:15:57:33 +0200] LoadPPDs: No new or changed PPDs...
I [08/Aug/2005:15:57:33 +0200] Full reload complete.
E [08/Aug/2005:15:57:33 +0200] StartListening: Unable to bind socket for address c0a801fe:631 - Die Adresse wird bereits verwendet
Danke!