Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Ports

Status
Not open for further replies.

userice

Technical User
Oct 24, 2002
78
US
When I scan ports, I found Port 23, 79, 80 are open. What should I do to close them. Here is my configuration.
I do have a router in front of the PIX

Internet <---> 216.170.x.y (Router) 192.168.2.199 <---> 192.168.2.200 (PIX) 192.168.1.199

PIX Version 6.1(4)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password jqdejBcg8QL9AUjH encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname Boone
domain-name Boone.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
pager lines 24
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.200 255.255.255.0
ip address inside 192.168.1.199 255.255.255.0
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.164 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 192.168.1.164 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 192.168.2.199 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
http server enable
http 192.168.1.164 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:5d1712cc123be49a0cdbf9e1d7255a93
: end
[OK]
 
Most likely these ports are dynamically openned as your inside users use the web. If your network is small enough, try a port scan again after everyone has logged off, and you've issued a 'clear xlate' from the command line.

-gbiello
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top