Link to home
Start Free TrialLog in
Avatar of adamshields
adamshieldsFlag for United States of America

asked on

allow port 8100 in and out?

is this the correct config to open port 8100 incoming and outgoing?

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password EVPnDGSMGKNp/h2o encrypted
passwd EVPnDGSMGKNp/h2o encrypted
hostname pix
domain-name domain.org
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names        
access-list outside_in permit tcp any any eq smtp
access-list outside_in permit tcp any any eq pcanywhere-data
access-list outside_in permit tcp any any eq www
access-list outside_in permit tcp any any eq 4124
access-list outside_in permit tcp any any eq https
access-list outside_in permit tcp any any eq 8100
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 69.*.*.* 255.255.255.248
ip address inside 192.168.1.8 255.255.255.0
ip audit info action alarm
ip audit attack action
pdm location 192.168.1.3 255.255.255.255 inside
pdm location 0.0.0.0 255.255.255.255 inside
pdm location 0.0.0.0 255.255.255.255 outside
pdm location 192.168.1.99 255.255.255.255 inside
pdm location 192.168.1.98 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp 192.168.1.3 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 5632 192.168.1.98 5632 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pcanywhere-data 192.168.1.98 pcanywhere-data netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 3001 192.168.1.97 3001 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 2000 192.168.1.97 2000 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 2001 192.168.1.97 2001 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 2002 192.168.1.97 2002 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 2003 192.168.1.97 2003 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface www 192.168.1.101 www netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 4124 192.168.1.101 4124 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface https 192.168.1.101 https netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 8100 192.168.1.98 8100 netmask 255.255.255.255 0 0
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 69.*.*.* 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:00:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 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
aaa-server LOCAL protocol local
url-server (inside) vendor websense host 192.168.1.99 timeout 5 protocol UDP version 4
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 192.168.1.0 255.255.255.255 inside
telnet timeout 5
console timeout 0
dhcpd address 192.168.1.9-192.168.1.254 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:1a04bbe450c2e5d1cb195ba1852fd1e4
: end
Avatar of from_exp
from_exp
Flag of Latvia image

hi!
if the host 192.168.1.98 serves this port, then settings are correct.
if 192.168.1.98 is windows xp/2003 don't forget to open 8100 port in windows firewall
Avatar of adamshields

ASKER

how can i test the internal server port through telnet?
ASKER CERTIFIED SOLUTION
Avatar of from_exp
from_exp
Flag of Latvia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial