Re: How can make my webcam visible everywhere?



Ed Greshko wrote:
Timothy Murphy wrote:

Ed Greshko wrote:



I have a webcam (Linksys WVC54GCA) with IP address 192.168.2.141 ,
visible only on my home network 192.168.2.* .
How can I make it visible on my web server outside my system?





You don't say what protocol is used to access the webcam.


Thanks for your response.
The webcam image is seen through my web-browser,
so I guess the protocol is http .



But, in any
event, this is normally accomplished by port forwarding. We don't know
what the rest of your network looks like to complete the solution for
you. So, the question would be what device on your network has the
true internet IP address? If it is a DSL router or some such device
they have port forwarding capabilities builtin. If your Linux box acts
as the firewall/router/NAT then you need to configure iptables to do the
port forwarding for you.


My internet connection and web server has internal address 192.168.2.2 .
I'm running shorewall as firewall on this server.
I have IP_FORWARDING=On in shorewall.conf .

I'm not sure what line to add to "rules",
or what address I would give from outside my system
to access the webcam.

Any suggestions gratefully received.



Well, you haven't quite answered the question.

You are running shorewall...and your internal IP address is
192.168.2.2. This is what can be called an RFC-1918 and can't be
directly accessed from the internet.

Can we assume that your system has two interfaces? One with a
non-RFC-1918 address?

If so...then the best thing you can do is head over to
http://www.shorewall.net/ and go to "Documentation", pick the version
you are running and go to "Index" and then "Port Forwarding" as this
will explain what you need in better words than I could.



Oh....

Forgot to mention that if your network is as described then you have one
minor problem if your shorewall machine is also your web server. Both
the webcam and your webserver use http and thus both port 80.

If that is the case then you can either put the webcam on a different
port and use http://xxx.xxx.xxx.xxx:XXX addressing. Where xxx is your
server's name or internet IP and XX is a port other than 80 that isn't
being used.

There are other options....but that is the easiest.

--
He who hates vices hates mankind. Mei-Mei.Greshko@xxxxxxxxxxx
http://tw.youtube.com/watch?v=cCSz_koUhSg

Attachment: signature.asc
Description: OpenPGP digital signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Relevant Pages

  • Re: How can make my webcam visible everywhere?
    ... visible only on my home network 192.168.2.*. ... The webcam image is seen through my web-browser, ... My internet connection and web server has internal address 192.168.2.2. ...
    (Fedora)
  • Re: oops again
    ... > When you want expose the web server on the local network to the internet, ... > to the internal IP of your web server. ... > You configure the Firewall on the Router to just block every single port. ... > network but does not prevent your PCs from contacting the Internet. ...
    (microsoft.public.inetserver.iis)
  • Re: External website unavailable from inside
    ... Our internet is working fine, but i just can't reach our website which is ... Is your web server on your network or your ISP's? ...
    (microsoft.public.windows.server.dns)
  • sonicwall soho3 and nat
    ... I have a configuration problem with my SONICWALL SOHO3 firewall: ... I would like to make visible from INTERNET my web server on my network. ...
    (comp.security.firewalls)
  • iptables port forwarding to non local ip addresses
    ... | network 10.2.0.0 ... OpenVPN Client ... I can do all the port forwarding I want to the 10.2.0.0, internet is ...
    (comp.os.linux.networking)

Loading