Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Windows Firewall

Reply
Thread Tools Display Modes

Windows Firewall

 
 
Sanford Aranoff
Guest
Posts: n/a

 
      02-25-2010, 07:05 PM
Win XP Prof, SP3

Windows Firewall, General tab.

ON is checked. Others are not.

Exceptions checked:
File and Printer
Skype
Skype Extras Manager
UPnP Framework

I want nothing connected to my computer except my wife's
portable so that she can print. How can I have an exception
for Printer but not for File? I do not want someone to be
able to break into my computer and get at my files.

Do I need the Skype exceptions checked?

What is UPnP all about? The only things we have are flash
drives. They should not be shared.

I have a scanner attached to a USB port. Can this be run as
a shared drive? What we do now is take the cable from one
computer and plug it into another computer. This works.

Thanks.
 
Reply With Quote
 
 
 
 
Lem
Guest
Posts: n/a

 
      02-25-2010, 07:46 PM
Sanford Aranoff wrote:
> Win XP Prof, SP3
>
> Windows Firewall, General tab.
>
> ON is checked. Others are not.
>
> Exceptions checked:
> File and Printer
> Skype
> Skype Extras Manager
> UPnP Framework
>
> I want nothing connected to my computer except my wife's
> portable so that she can print. How can I have an exception
> for Printer but not for File? I do not want someone to be
> able to break into my computer and get at my files.
>
> Do I need the Skype exceptions checked?
>
> What is UPnP all about? The only things we have are flash
> drives. They should not be shared.
>
> I have a scanner attached to a USB port. Can this be run as
> a shared drive? What we do now is take the cable from one
> computer and plug it into another computer. This works.
>
> Thanks.


1. You don't need UPnP. http://en.wikipedia.org/wiki/Upnp
Some might consider Steve Gibson a bit paranoid, but see
http://www.grc.com/unpnp/unpnp.htm

2. You don't need Skype Extras. You DO need the exception for Skype
*if* you want to use Skype. You could always permit the exception
before you begin a Skype call and then remove the exception after you're
done. This is a bit cumbersome and you won't be able to receive any
incoming Skype calls (unless you know they're coming and allow the
exception).

3. AFAIK, there is no way to separate "file sharing" from "printer
sharing" in Windows XP. If you don't create any shares (and perhaps
also disable administrative shares - see http://tinyurl.com/yktvwsw) you
should be reasonably secure. Alternatively, purchase a network-ready
printer or a print server. Either of these will permit the printer to
connect directly to your router. It can then be accessed by any computer
on the network, completely independent of any other computer.

--
Lem

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/ap...0th/index.html
 
Reply With Quote
 
Sanford Aranoff
Guest
Posts: n/a

 
      02-25-2010, 10:50 PM
Lem wrote:
>
> Sanford Aranoff wrote:
> > Win XP Prof, SP3
> >
> > Windows Firewall, General tab.
> >
> > ON is checked. Others are not.
> >
> > Exceptions checked:
> > File and Printer
> > Skype
> > Skype Extras Manager
> > UPnP Framework
> >
> > I want nothing connected to my computer except my wife's
> > portable so that she can print. How can I have an exception
> > for Printer but not for File? I do not want someone to be
> > able to break into my computer and get at my files.
> >
> > Do I need the Skype exceptions checked?
> >
> > What is UPnP all about? The only things we have are flash
> > drives. They should not be shared.
> >
> > I have a scanner attached to a USB port. Can this be run as
> > a shared drive? What we do now is take the cable from one
> > computer and plug it into another computer. This works.
> >
> > Thanks.

>
> 1. You don't need UPnP. http://en.wikipedia.org/wiki/Upnp
> Some might consider Steve Gibson a bit paranoid, but see
> http://www.grc.com/unpnp/unpnp.htm
>
> 2. You don't need Skype Extras. You DO need the exception for Skype
> *if* you want to use Skype. You could always permit the exception
> before you begin a Skype call and then remove the exception after you're
> done. This is a bit cumbersome and you won't be able to receive any
> incoming Skype calls (unless you know they're coming and allow the
> exception).
>
> 3. AFAIK, there is no way to separate "file sharing" from "printer
> sharing" in Windows XP. If you don't create any shares (and perhaps
> also disable administrative shares - see http://tinyurl.com/yktvwsw) you
> should be reasonably secure. Alternatively, purchase a network-ready
> printer or a print server. Either of these will permit the printer to
> connect directly to your router. It can then be accessed by any computer
> on the network, completely independent of any other computer.
>
> --
> Lem
>
> Apollo 11 - 40 years ago:
> http://www.nasa.gov/mission_pages/ap...0th/index.html


Thank you very much.

Question: Is there any way to permit the exception for Skype
in code using a Win API function?
 
Reply With Quote
 
Sanford Aranoff
Guest
Posts: n/a

 
      02-25-2010, 10:52 PM
Lem wrote:
>
> Sanford Aranoff wrote:
> > Win XP Prof, SP3
> >
> > Windows Firewall, General tab.
> >
> > ON is checked. Others are not.
> >
> > Exceptions checked:
> > File and Printer
> > Skype
> > Skype Extras Manager
> > UPnP Framework
> >
> > I want nothing connected to my computer except my wife's
> > portable so that she can print. How can I have an exception
> > for Printer but not for File? I do not want someone to be
> > able to break into my computer and get at my files.
> >
> > Do I need the Skype exceptions checked?
> >
> > What is UPnP all about? The only things we have are flash
> > drives. They should not be shared.
> >
> > I have a scanner attached to a USB port. Can this be run as
> > a shared drive? What we do now is take the cable from one
> > computer and plug it into another computer. This works.
> >
> > Thanks.

>
> 1. You don't need UPnP. http://en.wikipedia.org/wiki/Upnp
> Some might consider Steve Gibson a bit paranoid, but see
> http://www.grc.com/unpnp/unpnp.htm
>
> 2. You don't need Skype Extras. You DO need the exception for Skype
> *if* you want to use Skype. You could always permit the exception
> before you begin a Skype call and then remove the exception after you're
> done. This is a bit cumbersome and you won't be able to receive any
> incoming Skype calls (unless you know they're coming and allow the
> exception).
>
> 3. AFAIK, there is no way to separate "file sharing" from "printer
> sharing" in Windows XP. If you don't create any shares (and perhaps
> also disable administrative shares - see http://tinyurl.com/yktvwsw) you
> should be reasonably secure. Alternatively, purchase a network-ready
> printer or a print server. Either of these will permit the printer to
> connect directly to your router. It can then be accessed by any computer
> on the network, completely independent of any other computer.
>
> --
> Lem
>
> Apollo 11 - 40 years ago:
> http://www.nasa.gov/mission_pages/ap...0th/index.html


Thank you very much.

Question: Is there any way to permit the exception for Skype
in code using a Win API function?
 
Reply With Quote
 
Lem
Guest
Posts: n/a

 
      02-26-2010, 12:24 AM
Sanford Aranoff wrote:
> Lem wrote:
>> Sanford Aranoff wrote:
>>> Win XP Prof, SP3
>>>
>>> Windows Firewall, General tab.
>>>
>>> ON is checked. Others are not.
>>>
>>> Exceptions checked:
>>> File and Printer
>>> Skype
>>> Skype Extras Manager
>>> UPnP Framework
>>>
>>> I want nothing connected to my computer except my wife's
>>> portable so that she can print. How can I have an exception
>>> for Printer but not for File? I do not want someone to be
>>> able to break into my computer and get at my files.
>>>
>>> Do I need the Skype exceptions checked?
>>>
>>> What is UPnP all about? The only things we have are flash
>>> drives. They should not be shared.
>>>
>>> I have a scanner attached to a USB port. Can this be run as
>>> a shared drive? What we do now is take the cable from one
>>> computer and plug it into another computer. This works.
>>>
>>> Thanks.

>> 1. You don't need UPnP. http://en.wikipedia.org/wiki/Upnp
>> Some might consider Steve Gibson a bit paranoid, but see
>> http://www.grc.com/unpnp/unpnp.htm
>>
>> 2. You don't need Skype Extras. You DO need the exception for Skype
>> *if* you want to use Skype. You could always permit the exception
>> before you begin a Skype call and then remove the exception after you're
>> done. This is a bit cumbersome and you won't be able to receive any
>> incoming Skype calls (unless you know they're coming and allow the
>> exception).
>>
>> 3. AFAIK, there is no way to separate "file sharing" from "printer
>> sharing" in Windows XP. If you don't create any shares (and perhaps
>> also disable administrative shares - see http://tinyurl.com/yktvwsw) you
>> should be reasonably secure. Alternatively, purchase a network-ready
>> printer or a print server. Either of these will permit the printer to
>> connect directly to your router. It can then be accessed by any computer
>> on the network, completely independent of any other computer.
>>
>> --
>> Lem
>>
>> Apollo 11 - 40 years ago:
>> http://www.nasa.gov/mission_pages/ap...0th/index.html

>
> Thank you very much.
>
> Question: Is there any way to permit the exception for Skype
> in code using a Win API function?


I'm sure there is, but I've never done it.
Start here:

http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx


--
Lem

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/ap...0th/index.html
 
Reply With Quote
 
Jack [MVP-Networking]
Guest
Posts: n/a

 
      02-26-2010, 02:05 AM
Hi
USB Scanners are Not considered Network devices and thus can not be shared.
However if you buy an AlO Network ready printer/scanner they provide
software that allows sharing of the printer and scanning through the Network
from all networked computers, and you do not need to configure any sharing
on the computer themselves.
http://www.ezlan.net/prtserver.html
Jack (MS, MVP-Networking).


"Sanford Aranoff" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Win XP Prof, SP3
>
> Windows Firewall, General tab.
>
> ON is checked. Others are not.
>
> Exceptions checked:
> File and Printer
> Skype
> Skype Extras Manager
> UPnP Framework
>
> I want nothing connected to my computer except my wife's
> portable so that she can print. How can I have an exception
> for Printer but not for File? I do not want someone to be
> able to break into my computer and get at my files.
>
> Do I need the Skype exceptions checked?
>
> What is UPnP all about? The only things we have are flash
> drives. They should not be shared.
>
> I have a scanner attached to a USB port. Can this be run as
> a shared drive? What we do now is take the cable from one
> computer and plug it into another computer. This works.
>
> Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Windows was unable to find a certificate to log you,on to the network[SSID]" Lorenzo Sandini Wireless Networks 8 10-29-2011 05:29 PM
Missing EAP Type = Protected EAP (PEAP) VENZY Wireless Networks 5 02-23-2010 10:31 PM
Re: Two Questios Jack [MVP-Networking] Wireless Networks 0 02-18-2010 04:07 PM



1 2 3 4 5 6 7 8 9 10 11