PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : pop3 und ftp regagieren von außen nicht mehr



Stefan H
11.05.02, 21:11
Hallo,

ich habe unter SuSE 8.0 folgendes Problem:

Intern vom Server kann ich den POP3-Server (ipop3d) wunderbar ansprechen:
# ipop3d
+OK POP3 domain.de v2001.78 server ready

Doch von Außen herrscht Funkstille:
# telnet domain.de pop3
Trying 212.212.212.212...
Connected to domain.de.
Escape character is '^]'.
Connection closed by foreign host.

Auch vsftpd lässt derzeit von außen niemand rein. Lediglich smtp,
telnet und ssh funktionieren von außen. Die Ports sind alle in der /etc/services
definiert, z. B.:
pop3 110/tcp # Post Office Protocol - Version 3
pop3 110/udp # Post Office Protocol - Version 3

inetd läuft.

An was könnte das liegen, dass FTP und POP3 von außen nicht
ansprechbar sind?

Stefan H
12.05.02, 01:05
kleiner Nachtrag:
# netstat -ant liefert u. a.

tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN

Somit horcht die Kiste zumindest auf den nötigen Ports.

# ftp domain.de liefert:
Connected to domain.de.
421 Service not available, remote server has closed connection.

# telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

termito
12.05.02, 07:07
Mal Standardfragen:

Hast de ne Firewall aktiviert (ipchains bzw. iptables)
Bei ipchains kannst so gucken:
#ipchains -L -n

Falls die dämons über die inetd laufen, sind sie vielleicht in /etc/hosts.deny gesperrt ?

Schau vielleuicht auch mal die Logfiles an:
# tail -f /var/log/messages
# tail -f /var/log/warn

Portscan:
# nmap host