mein Debian Server zickt seit ein paar Wochen rum. Von einem anderen PC im Netzwerk geht weder ein ssh noch ein http auf 192.168.1.1 . Über die externe Adresse, aufgelöst über noip, klappt es. Ist allerdings ungünstig für ein Datenbackup.
Testweise habe ich die Firewall aufgemacht und fail2ban abgeschaltet:
Code: Alles auswählen
> uname -r
4.9.0-2-amd64
> iptables -P INPUT ACCEPT
> iptables -P FORWARD ACCEPT
> iptables -P OUTPUT ACCEPT
> iptables -t nat -F
> iptables -t mangle -F
> iptables -F
> iptables -X
> iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Code: Alles auswählen
Connect to host 192.168.1.1 port 22: connection refused
Code: Alles auswählen
This 192.168.1.1 page can’t be found
No webpage was found for the web address: http://192.168.1.1/
Did you mean http://www.192.168.1.1.de/?
HTTP ERROR 404
Hat jemand eine Idee?
Gruss
Marc