|
| |||||||||
| Tags: cannt, firewall |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Cannt start Windows Firewall, service won't start
I treid to enable the Windows Firewall from winthin Control panel and it says it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) service. So I went into admin tool, services and tried to start it from there and got: Could not start the Windows Firewall/Internet Connection Sharing (ICS) service Error 10047: An address incompatable with the requested protocol was used. I use TCP/IP protocol on my internet conection and that is all working fine as far as I know. I also noticed I can't get to shared folders on this PC within my home network , but this PC can get to shared folders on other PCs in the netowrk. Not sure if related to the above. Any ideas ? |
|
#2
| |||
| |||
| Re: Cannt start Windows Firewall, service won't start
Error Message When You Try to Turn On Internet Connection Sharing http://support.microsoft.com/default...&Product=winxp -- Carey Frisch Microsoft MVP Windows XP - Shell/User Be Smart! Protect Your PC! http://www.microsoft.com/athome/secu...t/default.aspx ---------------------------------------------------------------------------- "Jamie" wrote: | I treid to enable the Windows Firewall from winthin Control panel and it says | it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) | service. | | So I went into admin tool, services and tried to start it from there and got: | | Could not start the Windows Firewall/Internet Connection Sharing (ICS) service | Error 10047: An address incompatable with the requested protocol was used. | | I use TCP/IP protocol on my internet conection and that is all working fine | as far as I know. | | I also noticed I can't get to shared folders on this PC within my home | network , but this PC can get to shared folders on other PCs in the netowrk. | Not sure if related to the above. Any ideas ? |
|
#3
| |||
| |||
| Re: Can't start Windows Firewall, service won't start
I followed the directions listed and all the services listed were already checked: Make sure all the following services are turned on. To turn on a service, click to select the check box. • Application Layer Gateway Service • Network Connections • Network Location Awareness (NLA) • Plug and Play • Remote Access Auto Connection Manager • Remote Access Connection Manager • Remote Procedure Call (RPC) • Telephony "Carey Frisch [MVP]" wrote: > Error Message When You Try to Turn On Internet Connection Sharing > http://support.microsoft.com/default...&Product=winxp > > -- > Carey Frisch > Microsoft MVP > Windows XP - Shell/User > > Be Smart! Protect Your PC! > http://www.microsoft.com/athome/secu...t/default.aspx > > ---------------------------------------------------------------------------- > > "Jamie" wrote: > > | I treid to enable the Windows Firewall from winthin Control panel and it says > | it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) > | service. > | > | So I went into admin tool, services and tried to start it from there and got: > | > | Could not start the Windows Firewall/Internet Connection Sharing (ICS) service > | Error 10047: An address incompatable with the requested protocol was used. > | > | I use TCP/IP protocol on my internet conection and that is all working fine > | as far as I know. > | > | I also noticed I can't get to shared folders on this PC within my home > | network , but this PC can get to shared folders on other PCs in the netowrk. > | Not sure if related to the above. Any ideas ? > |
|
#4
| |||
| |||
| RE: Cannt start Windows Firewall, service won't start
I found this info in the Knowledge base, but it doesn't help me fix the problem. It *sounds* like something with my TCP/IP as thats the only protocol I "have". WSAEAFNOSUPPORT (10047) • Translation: Address family not supported by protocol family. • Description: An address that is incompatible with the requested protocol was used. All sockets are created with an associated address family (that is, AF_INET for Internet protocols) and a generic protocol type (that is, SOCK_STREAM). This error is returned if an incorrect protocol is explicitly requested in the socket (Wsapiref_2qr6.asp) call or if an address of the wrong family is used for a socket, for example, in sendto (Wsapiref_4sqa.asp). "Jamie" wrote: > I treid to enable the Windows Firewall from winthin Control panel and it says > it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) > service. > > So I went into admin tool, services and tried to start it from there and got: > > Could not start the Windows Firewall/Internet Connection Sharing (ICS) service > Error 10047: An address incompatable with the requested protocol was used. > > I use TCP/IP protocol on my internet conection and that is all working fine > as far as I know. > > I also noticed I can't get to shared folders on this PC within my home > network , but this PC can get to shared folders on other PCs in the netowrk. > Not sure if related to the above. Any ideas ? |
|
#5
| |||
| |||
| Re: Cannt start Windows Firewall, service won't start
Maybe spyware or some other crapware has corrupted your network settings in the registry. You can try " netsh winsock reset " from the cmd prompt to set them back to default. For the other problem with shared folders, check that File and Printer Sharing is checked in the Connection properties of your network adapter. /Chris "Jamie" <Jamie@discussions.microsoft.com> wrote in message news:0F872144-5133-4CBB-B760-7F16F38B267F@microsoft.com... >I found this info in the Knowledge base, but it doesn't help me fix the > problem. It *sounds* like something with my TCP/IP as thats the only > protocol > I "have". > > WSAEAFNOSUPPORT (10047) > . Translation: Address family not supported by protocol family. > . Description: An address that is incompatible with the requested protocol > was used. All sockets are created with an associated address family (that > is, > AF_INET for Internet protocols) and a generic protocol type (that is, > SOCK_STREAM). This error is returned if an incorrect protocol is > explicitly > requested in the socket (Wsapiref_2qr6.asp) call or if an address of the > wrong family is used for a socket, for example, in sendto > (Wsapiref_4sqa.asp). > > > "Jamie" wrote: > >> I treid to enable the Windows Firewall from winthin Control panel and it >> says >> it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) >> service. >> >> So I went into admin tool, services and tried to start it from there and >> got: >> >> Could not start the Windows Firewall/Internet Connection Sharing (ICS) >> service >> Error 10047: An address incompatable with the requested protocol was >> used. >> >> I use TCP/IP protocol on my internet conection and that is all working >> fine >> as far as I know. >> >> I also noticed I can't get to shared folders on this PC within my home >> network , but this PC can get to shared folders on other PCs in the >> netowrk. >> Not sure if related to the above. Any ideas ? |
|
#6
| |||
| |||
| Re: Cannt start Windows Firewall, service won't start
That fixed it! Owe you a virtual beer! Thanks a bunch "Chris Weber [Security MVP]" wrote: > Maybe spyware or some other crapware has corrupted your network settings in > the registry. > > You can try " netsh winsock reset " from the cmd prompt to set them back to > default. > > For the other problem with shared folders, check that File and Printer > Sharing is checked in the Connection properties of your network adapter. > > /Chris > > > "Jamie" <Jamie@discussions.microsoft.com> wrote in message > news:0F872144-5133-4CBB-B760-7F16F38B267F@microsoft.com... > >I found this info in the Knowledge base, but it doesn't help me fix the > > problem. It *sounds* like something with my TCP/IP as thats the only > > protocol > > I "have". > > > > WSAEAFNOSUPPORT (10047) > > . Translation: Address family not supported by protocol family. > > . Description: An address that is incompatible with the requested protocol > > was used. All sockets are created with an associated address family (that > > is, > > AF_INET for Internet protocols) and a generic protocol type (that is, > > SOCK_STREAM). This error is returned if an incorrect protocol is > > explicitly > > requested in the socket (Wsapiref_2qr6.asp) call or if an address of the > > wrong family is used for a socket, for example, in sendto > > (Wsapiref_4sqa.asp). > > > > > > "Jamie" wrote: > > > >> I treid to enable the Windows Firewall from winthin Control panel and it > >> says > >> it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) > >> service. > >> > >> So I went into admin tool, services and tried to start it from there and > >> got: > >> > >> Could not start the Windows Firewall/Internet Connection Sharing (ICS) > >> service > >> Error 10047: An address incompatable with the requested protocol was > >> used. > >> > >> I use TCP/IP protocol on my internet conection and that is all working > >> fine > >> as far as I know. > >> > >> I also noticed I can't get to shared folders on this PC within my home > >> network , but this PC can get to shared folders on other PCs in the > >> netowrk. > >> Not sure if related to the above. Any ideas ? > > > |
|
#7
| |||
| |||
| RE: Cannt start Windows Firewall, service won't start
I tried to do what was posted to try and solve this problem but unfortunately I'm not a very computer literate person so I'm not sure what was ment. This problem only started after I loaded and scan with the new anti-spyware beta 1. After I rebooted that is when the trouble started. Can anyone help please, Microsoft support couldn't help and sent me here. Diana "Jamie" wrote: > I treid to enable the Windows Firewall from winthin Control panel and it says > it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) > service. > > So I went into admin tool, services and tried to start it from there and got: > > Could not start the Windows Firewall/Internet Connection Sharing (ICS) service > Error 10047: An address incompatable with the requested protocol was used. > > I use TCP/IP protocol on my internet conection and that is all working fine > as far as I know. > > I also noticed I can't get to shared folders on this PC within my home > network , but this PC can get to shared folders on other PCs in the netowrk. > Not sure if related to the above. Any ideas ? |
|
#8
| |||
| |||
| Re: Cannt start Windows Firewall, service won't start
Diana wrote: > I tried to do what was posted to try and solve this problem but unfortunately > I'm not a very computer literate person so I'm not sure what was ment. This > problem only started after I loaded and scan with the new anti-spyware beta > 1. After I rebooted that is when the trouble started. Can anyone help > please, Microsoft support couldn't help and sent me here. > Diana Hi If you have Service Pack 2 for WinXP installed, please try this: Start/Run --> cmd.exe and then, in the command prompt that opened up, type: netsh.exe winsock reset and hit Enter. Follow prompts and reboot. If that doesn't cut it, or you don't have WinXP SP2, try this one: http://www.spychecker.com/program/winsockxpfix.html -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scr...r/default.mspx |
|
#9
| |||
| |||
|
"Jamie" wrote: > I treid to enable the Windows Firewall from winthin Control panel and it says > it couldn't start the Windows Firewall/Internet Connection Sharing (ICS) > service. > > So I went into admin tool, services and tried to start it from there and got: > > Could not start the Windows Firewall/Internet Connection Sharing (ICS) service > Error 10047: An address incompatable with the requested protocol was used. > > I use TCP/IP protocol on my internet conection and that is all working fine > as far as I know. > > I also noticed I can't get to shared folders on this PC within my home > network , but this PC can get to shared folders on other PCs in the netowrk. > Not sure if related to the above. Any ideas ? ------------ Diana wrote: > I tried to do what was posted to try and solve this problem but unfortunately > I'm not a very computer literate person so I'm not sure what was ment. This > problem only started after I loaded and scan with the new anti-spyware beta > 1. After I rebooted that is when the trouble started. Can anyone help > please, Microsoft support couldn't help and sent me here. > Diana ---------------------- Hi I did the same - I stareted the Microsoft AntySpyweare, and after scan, remove and reboot received the same - the "newdotnet..._.dll" dose not started. I tried to start WFirewall manualy, and received Error message. Into Servicies menu - received the error number 10047. Then I tried the netsh command (thanks for previous idies!). But if you are running this command from Start->Run window, you don't see the Output of the command (I did not). So I tried to do this from cmd (Start->Run->cmd, push Enter). there I typed 2 next commands: netsh firewall reset (output = "Ok") and netsh winsock reset (output = "...You must restart you computer...") After running the last command, I tried to restart the Firewall, but it does not started up, so I restarted computer, and its started up with WFirewall started, too!!! So ... :) |
|
#10
| |||
| |||
|
Looks like i have the same problem - happen from addware removal i partically solved it all written services are running, with notes above i manage to run and Windows firewall but still no internet ping IP works - ping Domain doesnt, even lookup works, local network work but no internet after nothing happening reinstalled SP2 but problem continue Im have XP Home SP2 anyone help??? Thanks in advance Last edited by delli : 14-02-2005 at 04:01 PM. |
|
#11
| |||
| |||
|
Hi, delli! Try to run this command from cmd: netsh winsock reset and restart your computer. It seems that you have a problem with your Winsock keys. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Cannt start Windows Firewall, service won't start" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error 2 - Could not start the Windows Firewall/Internet Connection Sharing (ICS) service on Local Computer on XP SP2 | bhargavigl | Windows XP Support | 1 | 21-12-2011 05:01 PM |
| The Windows Firewall service terminated with service-specific error 13 (0xD). (cannot start firewall) | Amster | Vista Help | 3 | 27-01-2010 07:48 PM |
| Couldn't start the Windows Firewall/ICS service on Local Computer | skippy | Small Business Server | 5 | 11-09-2007 09:03 PM |
| Unable to start Windows Firewall/ICS service. | test | Windows XP Support | 2 | 21-08-2007 10:10 AM |
| Windows firewall unable to start service | ens | Windows Security | 6 | 22-07-2007 06:24 PM |