Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wha' hoppen to firestarter?
Date: Fri, 15 Jun 2007 11:28:19
Message-Id: 200706150752.24717.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Wha' hoppen to firestarter? by Roy Wright
1 On Thursday 14 June 2007 21:19, Roy Wright wrote:
2
3 > I just switched to shorewall. I configured it to only allow in SSH,
4 > but have one weirdy when I try to test using nmap -v -A -P0 in that
5 > sometimes nmap reports only port 22 open and 113 closed as expected,
6 > but other times it also reports ports 80, 554, and 1755 open, which
7 > has me really confused and concerned.
8
9 What does netstat -anop report in such occasions?
10
11 To see the status of all of your ports within a given range try something
12 like:
13
14 # nmap -v -A -T4 -P0 -p 1-1755 <ip_address> for scanning all ports between
15 1 and 1755.
16
17 --
18 Regards,
19 Mick