|
Hello,
I just bought my first laptop. It runs Vista, and I need a software firewall to protect both its Ethernet and wifi connections.
I use the free Comodo Personal Firewall on my desktop, but I read that wifi protection requires upgrading to the commercial...
Started by OverTheRainbow on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Using the baked-in vista one has the advantage of letting windows installer open ports when a vista....
Windows Firewall any specific requirements.
Windows firewall is really ok.
Just use the firewall Microsoft is shipping.
|
|
Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy = objFirewall.LocalPolicy.CurrentProfile objPolicy.FirewallEnabled = FALSE
This script does not work in Vista/2008 and Windows 7 anymore. Even with elevation.
The error box is shown "a program...
Started by Jazbit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
For a simple command line \ batch file:
netsh firewall set opmode disable
Or with PowerShell:
$firewall = New-Object -com HNetCfg.FwMgr $firewall.LocalPolicy.CurrentProfile.FirewallEnabled = $false
Both work fine under Windows Vista....
|
|
Posted 11 November 2008 - 11:41 AM
Can anyone point me in the direction of a good free or inexpensive firewall that will work on a 64 bit vista machine
Started by JTD on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at totalchoicehosting):
Posted 12 November 2008 - 05:32 AM
JTD, ....
Posted 11 November 2008 - 05:59 PM
Whats wrong with the Firewall that came with Vista? Can't get:
Whats wrong with the Firewall that came with Vista? Can't get any cheaper then that.
|
Ask your Facebook Friends
|
Similar to these questions:
What Firewall Rules Should Be Used For A Home-Based System and
Firewall on VPS Use Windows Built In
But more specifically I'm guessing that using both the Windows Firewall and a router's built in firewall are redundant? Which...
Started by Nick on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
So....
And yes in depth".
On Vista I believe the built-in firewall does do outbound checking, but it is disabledI have always heard that a router/hardware firewall is better than a software firewall.
In Windows Firewall.
|
|
Does anyone have any experience migrating from a Cisco PIX to a so-called non-enterprise grade firewall/router/vpn?
I'm a non-networking professional (developer) that flunked the CCNA (only got a 730) and find myself missing the ease of configuration ...
Started by Arnshea on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
The Cisco VPN client is compatible with Vista but is a bit finicky something similiar to get workstations....
Other firewall manufacturers that you devices like this in the past.
That engineered their products from the ground up to be used by SMB .
|
|
How to Setup WIndows Firewall in GPO (Vista or Greater) - grouppolicy.biz
Best Practice: How to manage Windows Firewall settings using Group Policy
guide that shows how to export, import settings to a gpo. reviews some settings
Started by office politics on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at tech-forums):
Www.TerahertzPC.com Re: How to Setup WIndows Firewall in GPO (Vista
SQLServerCentral.com....
Re: How to Setup WIndows Firewall in GPO (Vista or Greater) - grouppolicy.biz Good info for sure scripts to edit large groups of users.
|
|
Hi,
This thread has been very useful - thanks - but still leaves a question unanswered for me..
.
I have Vista firewall turned off, N360 installed with the firewall enabled, and I was surprised to find that on my home wireless network I could access my...
Started by arundel62 on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at norton):
I wonder.
By default the Netwowrk Locations tab in Firewall is set as protected.
Hi,
The sharing is controlled by the N360 firewall and it will allow sharing on the connected activitating networks.
|
|
I am just wondering which firewall out of ZoneAlarm and Comodo most people here prefer/use based on features and performance.
Thanks!
Started by gramaton cleric on
, 12 posts
by 1 people.
Answer Snippets (Read the full thread at maximumpc):
I've never actually "tried" the Vista or Win7 built-in firewall, because of the disgust I had major ....
Has inbound for XP.
If for a Windows Vista or 7 PC? Neither, as Windows now comes with a full featured two way firewall.
|
|
I am unable to install PC Tools firewall..It is fine up until after rebooting then the PcTools icon in the system tray hangs and indicates it is "initializing." I have waited 5 minutes and no change. I have tried multiple times.The Vista firewall was ...
Started by Philip on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Give it a try....
Here is our customer service email: support@pctools.com.
Not sure but you may want to clean the registry of PC Tools entries/files.I am sure some other readers on his site may know as they are for certain more knowledgeable than myself .
|
|
I have an application that runs as a service and contains an FTP client. It needs to connect to an FTP server that only supports Active FTP. When I attempt to get a list of files or download a file, Windows Firewall is dropping the incoming connection...
Started by Eli on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
After....
Windows Firewall will then allow that application to bind and use whatever ports it wishes it issued the FTP PORT command.
Instead of adding ports to the Windows Firewall exception list, add the application you need to have access.
|