Accessing over ethernet port is disabled by default
The default iptables rules disable access over Ethernet. Is there a reason for that? In my opinion in many cases it's simpler and easier to run an Ethernet cable to the Pi and you get faster and more reliable communication too.
I can make the pull request if there's no reason to disable Ethernet access.
Definitely not intended to be like that! If you want to submit a PR request cool, otherwise I can fix it no problem
While it's not desirable, this may be a default behavior from the OS. "disable ethernet when wifi active". Though it's interesting there is also no way in the interface to disable the wifi. I am not even sure that entering bogus credentials would work around this.
Yeah, you have a point this project was intended at the beginning to be entirely managed via wifi but ethernet should be something to be considered better. I'll pick my brain on it. Thanks!