Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After network setup on Pi I can't login through SSH anymore #73

Open
mhadjih2 opened this issue Oct 21, 2023 · 1 comment
Open

After network setup on Pi I can't login through SSH anymore #73

mhadjih2 opened this issue Oct 21, 2023 · 1 comment

Comments

@mhadjih2
Copy link

mhadjih2 commented Oct 21, 2023

After the install described to activate networking in Amiga from the maual, i.e. install PIP3 and tun-adapter, but after this I can't login through SSH anymore to the Pi.

How to change this so SSH keeps workinh, because it was handy for SFTP etc.?

Edit: I can see through issuing command IFCONFIG that wlan0 is still up and on the same ip-address as before, only tap0 has an address that's different, 192.168.2.1 instead of wlan0, which has 192.168.2.18, but I still can't login through SSH. It refuses connection when I try, when applying the same method as before.

Maybe I need to bridge the networks?

@mhadjih2
Copy link
Author

As I am on my homenetwork with the connected Pi, 192.168.2.18 and the tap0 is configured out-of-the-box for 192.168.2.1 (from the PiStorm network-install command: sudo cp /home/pi/pistorm/a314/files_pi/eth-config-pi/tap0 /etc/network/interfaces.d/), both interfaces conflict due to being in the same ip-range, 192.168.2.0/24.
I changed the ip-address in the file 'eth-config-pi' to 192.168.3.1 before issuing the copy-command as stated above, from the manual.

Maybe someone who runs into the same problem will benefit.

Issue closed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant