2

I have a Raspberry Pi 3 that I have set up as a wireless bridge. I have a static IP on the ethernet port of 192.168.0.20, and a static IP on the bridge of 192.168.0.30. The Pi is running headless, so I do everything over ssh. Is there a way to ssh into the Pi once the bridge is connected? I have tried ssh-ing into 192.168.0.20 and 192.168.0.30, and both say "Network error: connection timed out". I am on Windows using PuTTY to connect.

For a little more information, I have the Pi connected to Ethernet, and I am using hostapd to create a Wi-Fi network. Everything works properly, I can connect to the Wi-Fi network and access the internet, but I cannot ssh into the Pi to change any settings, or even to issue a shutdown command.

millercb
  • 29
  • 3

1 Answers1

0

In this stack overflow question it said that the issue is caused by " a conflit between two DNS servers : isc-dhcp-server & udhcpd" and it's been solved:

The solution was to reinitialize the RPI and install only one of this two servers (udhcpd in my case)

Luis Diaz
  • 473
  • 4
  • 8