newracom / nrc7292_sw_pkg

NRC7292 Software Package for Host mode (Linux OS)
http://www.newracom.com/product
GNU General Public License v2.0
58 stars 27 forks source link

Mesh - Setup Ethernet Portal #79

Closed hardy-jordan closed 11 months ago

hardy-jordan commented 11 months ago

I was wondering if someone could enlighten me how to go about setting this up, I have mesh setup on 2 RPI 4's and I'd like to set up the following scenario:

[MP1 RPi hosting webserver]<-----Halow Mesh----->[MP2 RPi]<-----Ethernet------>[Linux PC: Client To webserver]

What should MP2 Be setup as here? MPP, MAP, or just MP? Excuse my ignorance!!

hardy-jordan commented 11 months ago

I figured it out! I'll close the issue and leave instructions for anyone who runs into this in the future

On "Bridging" RPi: Run as mesh portal: ./start.py 4 3|0 <country> 0 <static ip> Setup Static ip on ethernet if desired: sudo ifconfig eth0 <static eth ip>

On Ethernet connected device (laptop): Configure Wired/ethernet settings as: Manual IP: IP in same subnet as Pi ip Default Gateway: Pi Eth IP

Should be good to go!!