Page 1 of 1

Access Point switching between Ethernet or LTE-Stick or any of it

Posted: Tue Apr 03, 2018 12:10 pm
by fraeri
Hello together,
I'm recently working on a RaspberryPi Project operating on my drone and giving the flight controller some commands.

An important part is to connect my PC with the raspberry in the field.
The plan is to access the drone with VNC and/or SSH in near distance with the WiFi from the Pi.

I already managed to create an access point on the Pi3 with the following guide:
https://www.raspberrypi.org/documentati ... s-point.md

I also found a helpful HowTo from a User in this forum who is using a 4G Stick for his Access point. I will try this as well:
viewtopic.php?p=722645
Dreaming of unlimited range :lol:

So what i want to do now is the following:
- is an Ethernet cable plugged in, than use it for Access Point (e.g. Programming at home)
- is and LTE-Stick plugged in, than use it for Access Point (e.g.For a long range flight)
- nothing of both? All right, still create Access Point (e.g. playing around in the field)

Can anyone help me with that?


So long,
Eric

Re: Access Point switching between Ethernet or LTE-Stick or any of it

Posted: Tue Apr 03, 2018 3:11 pm
by SurferTim
Which access point did you use? NAT or bridge?

Re: Access Point switching between Ethernet or LTE-Stick or any of it

Posted: Thu Apr 05, 2018 11:53 am
by fraeri
SurferTim wrote: Re: Access Point switching between Ethernet or LTE-Stick or any of it
Quote SurferTim
by SurferTim ยป Tue Apr 03, 2018 3:11 pm

Which access point did you use? NAT or bridge?
Hello Tim,
Good question.I used bridge.

In the interface file:

Code: Select all

#Bridge Setup
auto br0
face br0 itnet manual
bridge_ports eth0 wlan0
In the hostapd.conf:

Code: Select all

interface=wlan0
bridge=br0
...
...
...

Re: Access Point switching between Ethernet or LTE-Stick or any of it

Posted: Tue Apr 10, 2018 12:30 pm
by fraeri
I splitten this Thread in two. Does make more sense.

The connectivity issue when the pi is not connected to the internet is moved to here: viewtopic.php?f=36&t=210602