Am Mittwoch, 8. Februar 2006 19:16 schrieb Daniel Lord:
Hi,
On Wed, 08 Feb 2006, Al Bogner wrote:
rm /var/run/dictd.pid
/etc/init.d/dictd stop Shutting down DICTD done
/etc/init.d/dictd start Starting DICTD
telnet localhost 2628 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused
Die Frage ist nur, ob wirklich Port 2628 konfiguriert ist. Wo frage ich das ab?
netstat -tulpen iptables -L -n -v host localhost
# netstat -tulpen Aktive Internetverbindungen (Nur Server) Proto Recv-Q Send-Q Local Address Foreign Address State Benutzer Inode PID/Program name tcp 0 0 0.0.0.0:32771 0.0.0.0:* LISTEN 0 11827 - tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 0 15224 6297/amavisd (maste tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 0 12702 5354/master tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 0 15058 6208/xinetd tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN 65 13065 5488/clamd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 11758 5134/portmap tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 13148 5654/httpd2-event tcp 0 0 0.0.0.0:4949 0.0.0.0:* LISTEN 0 12945 5487/munin-node tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 0 16522 6071/cupsd tcp 0 0 192.168.1.102:25 0.0.0.0:* LISTEN 0 12635 5354/master tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 12634 5354/master tcp 0 0 :::22 :::* LISTEN 0 14968 6218/sshd udp 0 0 0.0.0.0:32768 0.0.0.0:* 0 11605 5088/mdnsd udp 0 0 0.0.0.0:32769 0.0.0.0:* 0 11822 - udp 0 0 0.0.0.0:5353 0.0.0.0:* 78 14952 5088/mdnsd udp 0 0 0.0.0.0:111 0.0.0.0:* 0 11757 5134/portmap udp 0 0 0.0.0.0:631 0.0.0.0:* 0 16523 6071/cupsd # iptables -L -n -v Chain INPUT (policy ACCEPT 517 packets, 31342 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 500 packets, 246K bytes) pkts bytes target prot opt in out source destination # host localhost localhost has address 127.0.0.1 Al