Is it possible to block a webcam from the router or whatever? My sister keeps on using the freaking webcam and that is a great waste of bandwidth! Can I block the port or something?
I can disable the webcam from the device manager of 'her' computer.. but I'd like that to be my last resort.
Block Webcam?
Started by TcM, Jul 24 2008 10:12 AM
16 replies to this topic
#1
Posted 24 July 2008 - 10:12 AM
|
|
|
#3
Posted 24 July 2008 - 11:07 AM
It's 192.168.1.1.. I know that. I was reading online and read that the port that yahoo uses for webcam is 5100.. is this for every application?
#5
Posted 24 July 2008 - 12:44 PM
It is different for each application. Here is the range used:
Webcam and Video Conversations TCP 80
TCP/UDP 5000 - 65535
some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.
Webcam and Video Conversations TCP 80
TCP/UDP 5000 - 65535
some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.
#6
Posted 24 July 2008 - 01:05 PM
Or just write an application that subclasses her web cam program, and then prevent it from receiving any network data, and the connection will get dropped.
#7
Posted 25 July 2008 - 12:06 AM
gaylo565 said:
It is different for each application. Here is the range used:
Webcam and Video Conversations TCP 80
TCP/UDP 5000 - 65535
some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.
Webcam and Video Conversations TCP 80
TCP/UDP 5000 - 65535
some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.
MeTh0Dz|Reb0rn said:
Or just write an application that subclasses her web cam program, and then prevent it from receiving any network data, and the connection will get dropped.
Too complicated.
#8
Posted 25 July 2008 - 12:53 AM
MeTh0Dz' solution would be the most optimal one, as one shan't care about the different ports the different applications are using. But well, if you're going to block ports, then you just have to find out which application she's using for the webcam, whether it's MSN Messenger, Skype, or whatever. When you know which application it is, you shall find out which port the particular application is using. Sometimes is the user able to change the port, and in that case you'll have to check her settings.
Edited by v0id, 25 July 2008 - 12:56 AM.
#9
Posted 25 July 2008 - 01:20 AM
I know what program she is using, I mean.. we live in the same house LOL! Uhm, but methodz method will not work, because if I block the network then she will not be able to chat. I just want to block the camera, not the whole program.
#10
Posted 25 July 2008 - 03:11 AM
My method can still work, you will just have to do some research and identify which data is meant for the webcam, and which is meant for chat.
Another method would be to write a filter driver, and put it in the device driver chain that her webcam uses. Then just tell it to drop all packets.
Another method would be to write a filter driver, and put it in the device driver chain that her webcam uses. Then just tell it to drop all packets.
#11
Posted 25 July 2008 - 03:30 AM
Hmm, I'm not much into low-level lol. Create a driver? I might just uninstall it and disable from device manager.
#12
Posted 25 July 2008 - 04:07 AM
Well if you change your mind and you want to do it that way. Just tell me and I can help you out.


Sign In
Create Account


Back to top









