Skip to main content

Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)

Windows Networking Firewall failure Error

Upon trying to open and configure the Windows built-in Firewall, you receive the error:
"Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)"

Cause is due to settings left in by "Routing and Remote Access" service. Even if the service is stopped, Windows will still report this error because the network card bindings are still being held by RRAS.

Disable RRAS by opening the MMC for it and "Disable Remote Access and Routing". This can also be found by Right-clicking "My Computer", opening the Service and Application node.

By Disabling RRAS in this way, the network protocol interface bindings are removed allowing for the Windows Firewall and Connection Sharing service to take over.

Comments

Anonymous said…
Thank you! Your solution works. When I got the firewall back, I discovered that someone entered 20 ip exceptions starting at 5500 for himself. I'm currently thinking the firewall was shut down by an attacker who also opened up Remote Access Service.
David Rodecker said…
Glad to hear that you got passed this hurdle. Sounds like you have been invaded by Desktop remote access or malware. I'd make sure to prevent this from resurfacing: change your windows password then scrub your system (i.e. Defener and Adaware). I wouldn't allow GoToMyPC or related programs that might allow intruders.

Cheers,
David Rodecker
Anonymous said…
Hi David,
I've done the solution as you described it but still it won't work. Any other suggestions?
David Rodecker said…
Hi Shakir,

Have you reviewed your Application Event Log and System Event Log?

I would reboot your system, then look at the event logs. Look for any warnings or errors in the same date-time period. You can paste them here and perhaps we can determine the source cause.
Anonymous said…
Can anyone recommend the well-priced RMM utility for a small IT service company like mine? Does anyone use Kaseya.com or GFI.com? How do they compare to these guys I found recently: N-able N-central configuration management
? What is your best take in cost vs performance among those three? I need a good advice please... Thanks in advance!
Anonymous said…
Thanks! Your solution worked perfectly.
techracer said…
Thank you for your solution!
I was having all kinds of problems until I read your site.
It works perfectly
Anonymous said…
thank u very much it worked.
Anonymous said…
I disabled the Routing and remote access service but still does not work, and i have another problem too. when i install IIS on my server 2003, all the services are stopped, i.e default web application and when i try to start it, it gives error "service did not respond to the start or control request in a timely manner" how can i fix this?
David Rodecker said…
Hi Anonymous,
IIS failing to start in a timely manner might be a completely separate issue. See this MSFT KB article which solves one problem due to MSDTC settings.
Unknown said…
I have tried your advice but it doesnt work...
they stil appear the same error, can you give me another solutions...
David Rodecker said…
Hi Pawitra,

You should look at some of the comments as well for guidance. Might be able to help you more if you can provide your operating system, where you are getting the error.
Unknown said…
thanks a ton,u dono how much yo post helped me.



Anonymous said…
exactly what does NSA Intercourse mean. I have seen it numerous occasions and would just like
to know what NSA sex means.

Feel free to surf to my webpage pick up women
Anonymous said…
It is perfect time to make some plans for the future and it's time to be happy. I have read this post and if I could I desire to suggest you few interesting things or tips. Maybe you could write next articles referring to this article. I wish to read more things about it!

Look at my site: Online Games
Anonymous said…
A motivating discussion is worth comment. There's no doubt that that you ought to publish more on this topic, it may not be a taboo matter but usually people do not discuss such subjects. To the next! Cheers!!

Stop by my page ... Batman Games Online
Anonymous said…
It's an amazing paragraph in support of all the online people; they will obtain advantage from it I am sure.

My webpage - Free Batman Games
Anonymous said…
THANKKKKKKKKKKKKKKKKKK YOUUUUUUUU!
Anonymous said…
I love it when individuals come together and share opinions.
Great blog, continue the good work!

Feel free to visit my page: throne rush hack
Anonymous said…
Eacɦ correspondence ԁoes have it's relɑted facts, аs wеll as letters not easy tօ
method phrases becaus οf - enjoy M, Times, Z, as wеll as T - count ɑ lott mߋre facts.
Indеed, obνiously, be a cheater scrabble sounds uncomfortable fߋr you to ѕomebody Ƅut tҺe name is an acronym in keeping with tҺe
perform. Click on the subscribe switch juѕt above to register.


mү webloog ... download scrabble
Anonymous said…
I am not sure where you are getting your info, but great topic.
I needs to spend some time learning more or understanding more.
Thanks for magnificent info I was looking for this information for my mission.

my homepage :: Natural Green Cleanse Diet
Anonymous said…
Good day! Thiis iss kind of off topic but I need some advice from an established blog.
Is iit difficult tto set up your own blog? I'm noot very techincal but I can figur thongs out pretty fast.
I'm thinking about making my own but I'm not sjre wherre to
start. Do you have any tips or suggestions?
Appreciate it

my web blog; brave frontier hack
Anonymous said…
Outstanding story there. What happened after? Good luck!

Here is my blog :: professional gold companies ()
Anonymous said…
I do not know whether it's just me or if perhaps everybody else experiencing problems with your website.

It appears like some of the text within your content are running off the screen. Can someone else please provide feedback and let me know if this is happening
to them too? This might be a problem with my web browser
because I've had this happen before. Many thanks

my weblog Dragon City Cheats
Anonymous said…
In Native American Traditions, the Rainbow is often associated with the Whirling Rainbow Prophecy
which promises a return to Sacred Ways, a time of great renewal,
peace, enlightenment and spiritual growth for Humanity and All
Our Relations. That is why there is such a demand for a Mac
- Book Replacement screen and i - Pad Parts nowadays.
Fans will participate in an in-stadium camouflage
design card stunt.

Also visit my blog post; mini warriors hack (http://almostanywherearcade.com/)
Anonymous said…
Know the basics as it is aoways advisable to have
a fair idea of the cleaning process involved
yourself. You might be surprised at how effective these
methods can be. These machines, unlike otheres
on the market, allow carpets to dry in as little as 1 hour.


Also visit my web page carpet cleaning company
Unknown said…
I tried butill Still not working

Thanks you
Regards
Naveen P Dubey

Popular posts from this blog

VB.Net code to control mouse movement and click

VB.Net code to perform mouse movements and clicks. Include references at the top of the class code file to Windows interface libraries: Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Integer Public Declare Auto Function GetCursorPos Lib "User32.dll" (ByRef lpPoint As Point) As Integer Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer) Some fixed constant values will be needed, so include these as basic names: Public Const MOUSEEVENTF_LEFTDOWN = &H2 Public Const MOUSEEVENTF_LEFTUP = &H4 Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 Public Const MOUSEEVENTF_MIDDLEUP = &H40 Public Const MOUSEEVENTF_RIGHTDOWN = &H8 Public Const MOUSEEVENTF_RIGHTUP = &H10 Public Const MOUSEEVENTF_MOVE = &H1 This

Remove Acrobat Toolbar Plugin From Outlook and Office

After installing Acrobat Reader or Professional, a toolbar surfaces in Microsoft Office applications. It wouldn't be so bad except that even when you select to remove the Plugin, it comes right back after the office application restarts. Worse yet, the toolbar puts itself on a new line each time, reducing the usable window size. Since I rarely use this toolbar and would rather open Acrobat explicitly to use the print, email, or save as PDF features, I got rid of the toolbar. Adobe doesn't make this easy, forcing the toolbar to always be visible, unfortunately you have to modify the windows registry. Warning, don't casually modify the windows registry; since it effectivley controls Windows and most applications. 1. Begin by closing the office applications. 2. Then click start, Run, and type: regedit 3. Browse to the below registry keys and delete each one. Note that HKEY_LOCAL_MACHINE is referenced as HKLM in regedit. Outlook HKEY_LOCAL_MACHINE \Software\Adobe\Acrobat\PD