Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firewall message
02-05-2009, 10:24 AM
Post: #1
Firewall message
at startup the windows firewall pops up

it doesn't matter what you do, lighty works anyways

in the firewall log is nothing to find

even wireshark does not find any packets

any ideas what this message is about and how it can be avoided?
Find all posts by this user
Quote this message in a reply
02-11-2009, 03:32 AM
Post: #2
RE: Firewall message
found out myself: its because of "binding to all interfaces"

binding explicitely to localhost solves that issue:

server.bind = "127.0.0.1"
Find all posts by this user
Quote this message in a reply
12-06-2009, 11:13 PM
Post: #3
RE: Firewall message
For LightTDP navigate to:
%lighty2goroot%\LightTPD\conf\lighttpd-l2g.conf
and add:
Code:
server.bind = "127.0.0.1"
I did this blow the port declaration since there was already a commented line there and it's close to the related options. This helps keep the config file clean.

Also, for MySQL-nt, navigate to:
%lighty2goroot%\MySQL\configs\with-InnoDB\my.ini
and add to [mysqld]:
Code:
bind-address=127.0.0.1
skip-networking
enable-named-pipe

Also, comment out the port declaration. Change:
Code:
port=3306
to
Code:
#port=3306

No more Windows Firewall notifications!
(12-06-2009 11:13 PM)Guest Wrote:  [...] I did this blow the port declaration [...]

below* lol sorry.
(12-06-2009 11:13 PM)Guest Wrote:  Also, for MySQL-nt, navigate to:
%lighty2goroot%\MySQL\configs\with-InnoDB\my.ini

I'm very sorry, one more correction. That should of been %lighty2goroot%\MySQL\my.ini. Way too many windows open >.>
Quote this message in a reply
12-08-2009, 06:33 AM
Post: #4
RE: Firewall message
For your firewall problem you have to follow this steps:
Insert the Windows XP disk into the CD drive.
1. Click Start, click Run, type cmd in the Open box, and then click OK.
2. At the command prompt, type the following command, and then press ENTER.
expand X:\i386\ipnathlp.dl_ %systemroot%\system32\ipnathlp.dll
3. Similarly, expand ipnat.sys file to the Drivers folder. Use the following command:
expand X:\i386\ipnat.sy_ %systemroot%\system32\drivers\ipnat.sys
X is the letter of your CD Drive
systemroot is where the windows folder is on your hard drive eg:
expand E:\i386\ipnathlp.dl_ C:\Windows\system32\ipnathlp.dll

fer
Find all posts by this user
Quote this message in a reply
04-12-2010, 11:54 PM
Post: #5
RE: Firewall message
thank for sharing


_____________________________________
nahrungsergänzung
Supplement Stacks
Quote this message in a reply
07-21-2010, 07:15 AM
Post: #6
RE: Firewall message
Check for any firewall on your computer, so as not to hinder our services. Windows XP and Vista is the firewall within the operating system. (Please use only one firewall on your computer.) If you are using our firewall, you can delete or disable any other firewall on your computer.

screwfix voucher
Find all posts by this user
Quote this message in a reply
Post Reply 


[-]
Quick Reply
Message
Type your reply to this message here.


Image Verification
Image Verification
(case insensitive)
Please enter the text within the image on the left in to the text box below. This process is used to prevent automated posts.

Forum Jump: