-1

Sorry guys, I'm not a Linux guru at all. So the problem:

  1. I have a general wifi in my office and there is Internet shared via this network
  2. I have a raspberry 3b+ device

  3. I could connect rpi to this WIFI network and login to rpi with ssh

However, I need a way to create and Ad-Hoc wifi network with rpi.

Question: If I connected to a Raspberry via AdHoc wifi network - could Raspberrry device still has access to Internet over WiFi?

Ph0en1x
  • 99
  • 1

1 Answers1

0

You typically can’t run an ad-hoc and dedicated access point on the same WiFi interface, so you’ll need to add a second WiFi interface in addition to the built-in WiFi. There are some very inexpensive USB options on amazon, and the Raspberry Pi folks sell one. Make sure it says RPi compatible.

Then look up one of the many online tutorials for building a rpi wifi bridge, and substitute your 2nd WiFi adapter for the Ethernet one. Here’s one I picked just because it wasn’t too old: Using a raspberry Pi as a Wireless Bridge

tbitson
  • 161
  • 4