Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4861

Troubleshooting • RP4 Bookworm fresh instalation local network issues

$
0
0
hello everyone.
for last few years i have rp4 with raspbian 10 i think as a headless server with samba, sabnzbd, sonarr, radarr, booksonic, pi hole and ngnix proxy manager and docker running.
when i wanted to update pi hole it says that it does not support my system anymore.
since i had another sd card i decided to go with installing new system and in case something wrong to place old sd card.
unfortunately something went so wrong that i cant booot and old cd cards since i got a message that there is no boot on it ?!?!?!?!
that doesnt matter, i got a new system and there are some strange problems with network.
i can ssh from outside network but can't ssh from local

Code:

ssh -v -p 8122 whateva@192.168.0.16OpenSSH_9.3p1, OpenSSL 3.1.1 30 May 2023debug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 2: include /etc/ssh/ssh_config.d/*.conf matched no filesdebug1: Connecting to 192.168.0.16 [192.168.0.16] port 8122.debug1: Connection established.debug1: identity file /home/deck/.ssh/id_rsa type -1debug1: identity file /home/deck/.ssh/id_rsa-cert type -1debug1: identity file /home/deck/.ssh/id_ecdsa type -1debug1: identity file /home/deck/.ssh/id_ecdsa-cert type -1debug1: identity file /home/deck/.ssh/id_ecdsa_sk type -1debug1: identity file /home/deck/.ssh/id_ecdsa_sk-cert type -1debug1: identity file /home/deck/.ssh/id_ed25519 type -1debug1: identity file /home/deck/.ssh/id_ed25519-cert type -1debug1: identity file /home/deck/.ssh/id_ed25519_sk type -1debug1: identity file /home/deck/.ssh/id_ed25519_sk-cert type -1debug1: identity file /home/deck/.ssh/id_xmss type -1debug1: identity file /home/deck/.ssh/id_xmss-cert type -1debug1: identity file /home/deck/.ssh/id_dsa type -1debug1: identity file /home/deck/.ssh/id_dsa-cert type -1debug1: Local version string SSH-2.0-OpenSSH_9.3debug1: Remote protocol version 2.0, remote software version OpenSSH_9.2p1 Debian-2+deb12u3debug1: compat_banner: match: OpenSSH_9.2p1 Debian-2+deb12u3 pat OpenSSH* compat 0x04000000debug1: Authenticating to 192.168.0.16:8122 as 'whateva'debug1: load_hostkeys: fopen /home/deck/.ssh/known_hosts2: No such file or directorydebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directorydebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directorydebug1: SSH2_MSG_KEXINIT sentdebug1: SSH2_MSG_KEXINIT receiveddebug1: kex: algorithm: sntrup761x25519-sha512@openssh.comdebug1: kex: host key algorithm: ssh-ed25519debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: nonedebug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: nonedebug1: expecting SSH2_MSG_KEX_ECDH_REPLYConnection reset by 192.168.0.16 port 8122
similar thing is with web based services. i can access pi hole and portainer with ngnix proxy manager (these both i have from docker) i cant access booksonic docker and sabnzbdplus from apt.
i really dont know where to look for way to fix it.
i have a ufw and was opening ports as needed but to just be sure i disabled it and it didnt help.
some things i tried to do with a help of Chatgpt.
i noticed there is some new network manager during boot it has some issues but then it starts properly.

Code:

cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookwormID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://bugs.debian.org/"
any pointers will be welcome

Statistics: Posted by whateva — Sat Sep 14, 2024 6:16 pm



Viewing all articles
Browse latest Browse all 4861

Trending Articles