Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
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
Security Research
Honeypots
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: nepenthes for multiple ip addresses
Apr 19 2009 03:11PM
Gergely Révay (gergely revay gmail com)
Hi,
If there is no address translation in the routing process then you
should have alias interfaces for those IPs which you want to listen
on.
For instance if the 192.168.1.0/24 network is redirected to your
computer then you should use a command like this:
$ for i in `seq 2 254`; do sudo ip addr...
[ more ]
Privacy Statement
Copyright 2009, SecurityFocus
If there is no address translation in the routing process then you
should have alias interfaces for those IPs which you want to listen
on.
For instance if the 192.168.1.0/24 network is redirected to your
computer then you should use a command like this:
$ for i in `seq 2 254`; do sudo ip addr...
[ more ]