Hello
I got a banana pi r3, and I want to connect some devices to it and have them accessible to my home network as well. The devices will be connected to the ethernet ports the system identifies as lan0 to lan3. Th e wan port is connected t my router.
I want to be able to connect to the banana pi from my network using a static ip, and I also want that any device connected to it in the lan ports gets an ip from my router’s dhcp and be accessible to the network as well. Is it possible? What would be the simplest way to do it?
The system image I’m running in the banana pi is a debian image that used systemd-networkd. So far, I’ve been a coupe of days trying everyhting in that /etc/systemd/network directory, trying to bridge the lan0 and the wan networks (I don’t even know if that’s what I really need, but it’s the closest I found), but I only manage to lock me out from ssh access messing it up. The information on the internet seems to be growing scarce, and I found nothing helpful.


Does this help:
https://docs.sixfab.com/docs/sharing-the-cellular-connection-via-lan
That one uses nmtui, which uses network manager, but I only have systemd-networkd. I could install networkmanager, but I’m a bit afraid messing it even more