piwebcam / PiWebcam

Turn a Raspberry Pi into a fully-featured and dummy-proof webcam
https://piwebcam.github.io
52 stars 13 forks source link

Accessing over ethernet port is disabled by default #34

Open daniellandau opened 4 years ago

daniellandau commented 4 years ago

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.

daniellandau commented 4 years ago

I can make the pull request if there's no reason to disable Ethernet access.

user2684 commented 4 years ago

Definitely not intended to be like that! If you want to submit a PR request cool, otherwise I can fix it no problem

iaglet commented 4 years ago

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.

user2684 commented 4 years ago

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!