Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Focus On: Vista
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Focus on Microsoft
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
RE: Binding Windows Services to Specific Addresses Only
May 09 2008 02:43PM
Maxime Ducharme (mducharme cybergeneration com)
Hello Chris
Look at the services configuration, you often have a "listen on" option
Example : DNS server
By default DNS is listening on all interfaces, you can verify with netstat
Command
netstat -an |find ":53"
UDP 0.0.0.0:53
Go to DNS server's config panel, and set an address to "listen to"...
[ more ]
Privacy Statement
Copyright 2007, SecurityFocus
Hello Chris
Look at the services configuration, you often have a "listen on" option
Example : DNS server
By default DNS is listening on all interfaces, you can verify with netstat
Command
netstat -an |find ":53"
UDP 0.0.0.0:53
Go to DNS server's config panel, and set an address to "listen to"...
[ more ]