UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  eUKhost's Official Web Hosting Forum > Technical Support > Windows Dedicated Server

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-08-2010, 18:52
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default Windows Firewall Configuration

Hi all,

I've recently got a new Windows 2008 Server (on cloud). I use this server purely as a database server running MSSQL Express. I have configured MSSQL to use a default instance and also changed the default port to reduce the number of rouge login attempts.

As I only use this server for MSSQL traffic (and RDP connections of course), is there anything I can do to "lock down" the Windows firewall? I notice that, by default, there seems to be all sort of service rules enabled such as...

Core Networking - IvP6 this that and the other
File and printer sharing - at least 8 of these enabled
Network discovery - again, quite a few of these
Windows communication foundation - Not a clue what that is!!

Not really knowing what half of these rules are for it's hard to just disable them all and hope for the best. Any thoughts as to what I'd be ok to disable?

Thanks in advance,

Chris.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 13-08-2010, 14:41
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Hi Chris,

There's absolutely no problems in disabling the following services or having them blocked in the Windows firewall

Core Networking.
File and printer sharing.
Network discovery.
Windows communication foundation.

If you can PM me with your server's IP, I can further get it hardened.
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 13-08-2010, 14:59
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default

Thanks Rock,

I've now disabled all rules with the exception of the inbound rules for SQL Server (on non-standard port) and RDP. I actually disabled all file / printer sharing / network discovery via control panel first.

I'll PM you a bit later on re the further "hardening" Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 13-08-2010, 15:21
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by OneApplications View Post
Thanks Rock,

I've now disabled all rules with the exception of the inbound rules for SQL Server (on non-standard port) and RDP. I actually disabled all file / printer sharing / network discovery via control panel first.

I'll PM you a bit later on re the further "hardening" Cheers!
You're most welcome...
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 15-08-2010, 12:32
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default

Hi Rock,

As well as the steps I have mentioned above, I've also now changed the default RDP port (and disabled the default port in the firewall). I must admit that since I've made these changed I've not had a single failed login (event 4625).

I know you mentioned "further hardening" in your earlier post. Just as a rough overview, what did you have in mind?

Cheers,

Chris.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 15-08-2010, 19:45
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by OneApplications View Post
Hi Rock,

As well as the steps I have mentioned above, I've also now changed the default RDP port (and disabled the default port in the firewall). I must admit that since I've made these changed I've not had a single failed login (event 4625).

I know you mentioned "further hardening" in your earlier post. Just as a rough overview, what did you have in mind?

Cheers,

Chris.
Hi Chris,

Glad to know that you've configured these settings to secure the server

What I meant by further hardening was following these steps:
  • Rename the Administrator Account to something different or consider creating a dummy Administrator account instead of the default one.
  • Changing the default RDP port to something else is a good step as well
  • Schedule automatic windows updates & regularly apply patches.
  • Disable sharing & default shares (which I think is done).
  • Enable security auditing & do regular audits.
  • Disable dump file creation, which can cause leaking of sensitive information account passwords.
  • Password security, turn on 'password complexity requirements' in Group Policy, so no weak passwords are setup for any accounts. Reset the passwords regularly for all the accounts..
  • Disable the default Guest account if found to be active.
  • As you use SQL server, disable remote connections or either run it on a different port & allow only your local machine's IP address into the Firewall's scope section. Same can be configured for RDP as well.
There are few more settings which can be configured on Email & Web services, such as reconfiguring the ports to forcefully use SSL & disable PHP functions, etc, but as you aren't using this server for that purpose, these points don't come into focus

Let us know if you need any further assistance on this..
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 16-08-2010, 09:24
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default

Thanks for those suggestions Rock. I think i've already done most of the things you suggest. I keep a regular eye on the security log so I should know pretty soon if any rouge logins have been attempted.

One thing that has confused me a bit is that you say to enable windows updates? I was told by a chap on live chat that you shouldn't do this on a VPS? (Yes I know I'm posting in the dedicated forum! lol). The server is on HyperV (cloud), I just thought that this forum would be a better place to ask about the firewall.

I know you suggest disabling the remote access to SQL Server but as this server is purely a database server (for remote access) I need to have remote access by many clients, many with dynamic IPs so unfortunately there's not much I can do about limiting IPs. I have changed the default port though and ensured that all accounts have strong passwords etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 16-08-2010, 10:30
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by OneApplications View Post
Thanks for those suggestions Rock. I think i've already done most of the things you suggest. I keep a regular eye on the security log so I should know pretty soon if any rouge logins have been attempted.

One thing that has confused me a bit is that you say to enable windows updates? I was told by a chap on live chat that you shouldn't do this on a VPS? (Yes I know I'm posting in the dedicated forum! lol). The server is on HyperV (cloud), I just thought that this forum would be a better place to ask about the firewall.

I know you suggest disabling the remote access to SQL Server but as this server is purely a database server (for remote access) I need to have remote access by many clients, many with dynamic IPs so unfortunately there's not much I can do about limiting IPs. I have changed the default port though and ensured that all accounts have strong passwords etc.
Hi Chris,

Glad to know that you've already carried out certain steps towards securing your server. Ahh & so this is a HyperV server but I've seen no problems with applying Windows Updates on such kind of servers.. Let us know if you want us to do the updates for you
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 16-08-2010, 10:41
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default

Hi Rock,

I've no problems enabling Windows update myself it's just that up to now I've been under the impression that all critical updates were performed "on the node" and that any updates required were all done by eUK anyway??

If you're saying that I should actually use Wndows update myself on the guest OS then I'll certainly give it a go.

I might start a new thread in the VPS forum and ask people's opinion on this, see if anyone's had any problems with enabling updates on HyperV.

Cheers,

Chris.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 16-08-2010, 18:00
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by OneApplications View Post
Hi Rock,

I've no problems enabling Windows update myself it's just that up to now I've been under the impression that all critical updates were performed "on the node" and that any updates required were all done by eUK anyway??

If you're saying that I should actually use Wndows update myself on the guest OS then I'll certainly give it a go.

I might start a new thread in the VPS forum and ask people's opinion on this, see if anyone's had any problems with enabling updates on HyperV.

Cheers,

Chris.
Hi Chris,

There're absolutely no problems with updating HyperV or VMWare based VPSes from the Guest OS. Regarding the Virtuozzo ones, we do all the necessary updates on the host server itself.
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 16-08-2010, 20:26
Senior Member
 
Join Date: Feb 2008
Posts: 153
Default

Hi,

Well I enabled Windows Update and it successfully installed 72, yes 72 updates!!

I was unable to access the server via RDP after the initial reboot following the updates (did wait a good half hour for it to boot) but a quick chat with support got it rebooted at the node and all seems well now.

Thanks for your help on this Rock!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 17-08-2010, 14:50
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by OneApplications View Post
Hi,

Well I enabled Windows Update and it successfully installed 72, yes 72 updates!!

I was unable to access the server via RDP after the initial reboot following the updates (did wait a good half hour for it to boot) but a quick chat with support got it rebooted at the node and all seems well now.

Thanks for your help on this Rock!
You're welcome Chris
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 24-08-2010, 08:54
new member
 
Join Date: Aug 2010
Posts: 6
Smile

hmmm! great info!
I was suffering from a problem with my window, but after read your post it solved now. Thanks...

americaneducationservices.us
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 24-08-2010, 19:38
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Wink

Quote:
Originally Posted by Avis Austin View Post
hmmm! great info!
I was suffering from a problem with my window, but after read your post it solved now. Thanks...

americaneducationservices.us
I'm happy to know that this post has help you & others
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Pingbacks are Off
Refbacks are Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT. The time now is 21:01.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
UK Web Hosting by eUKHosting 3.1.0
UK Web Hosting by eUKHosting 3.1.0
Copyright © 2001-2012, eUKhost LTD. All rights reserved.

 


UK VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

VoIP Dedicated Servers
Asterisk, Trixbox Dedicated Servers

Business Web Hosting
100% uptime Hosting

UK Cpanel Hosting
cPanel Shared Hosting

Domain Hosting
Cheap Domains & Hosting Plans

UK Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

ColdFusion Hosting
ColdFusion Web Hosting
 
 

Android and Apple App


knowledgebase articles
eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting

Joomla Hosting
Joomla Web Hosting

Mambo Hosting
Mambo Web Hosting

Magento Hosting
Magento Web Hosting

Wordpress Hosting
Wordpress Web Hosting

 

Web Hosting Affiliate Program
 

popular blog categories

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles