Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • @Fcm If this were a USB webcam, you'd be correct. Since this is an IP camera running across the network that the Pi's eth0 is connected to (or possibly directly connected to), then you have to NAT to the camera if you want it to be the "bridge" from the wlan network. Commented Jan 7, 2016 at 1:21
  • you are right, a bridge will do it. My comment deleted. Commented Jan 7, 2016 at 1:30
  • Did what you said but I am facing another problem now.. When the Wlan0 network is connected then eth0 not working.. Any ideas?? Thanks.. Commented Jan 7, 2016 at 20:16
  • 1
    @user28282 Make sure wlan0 and eth0 are both using different subnets; beyond that, there's too little to go on, but in any case it's really an entirely different question altogether. Commented Jan 7, 2016 at 20:21
  • Sorry about that, changed the subnets and now everything is working.. Commented Jan 10, 2016 at 20:08