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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pix 501 port foward not fowarding

Status
Not open for further replies.

seawaye

IS-IT--Management
Aug 26, 2004
24
US
We need port 80 open and a test software says it is open but when i try to connect to the server it doesn't connect. it works fine if i remove the pix. can any one look at my config and tell me if something is wrong?

Building configuration...
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
domain-name metroimaging.net
clock timezone EST -5
clock summer-time EDT recurring
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
fixup protocol smtp 3535
fixup protocol h323 h225 4000
names
access-list inside_outbound_nat0_acl permit ip any host 192.168.110.10
access-list inside_outbound_nat0_acl permit ip any 192.168.110.192 255.255.255.248
access-list outside-in permit udp any host xxx.xxx.xxx.147 range 6004 7200
access-list outside-in permit udp any host xxx.xxx.xxx.147 eq 5567
access-list outside-in permit tcp any host xxx.xxx.xxx.147 eq 5566
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.146 255.255.255.248
ip address inside 192.168.110.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn 192.168.110.195-192.168.110.199
pdm location 192.168.110.201 255.255.255.255 inside
pdm location 192.168.110.10 255.255.255.255 outside
pdm location 192.168.110.192 255.255.255.248 outside
pdm location 192.168.110.11 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp xxx.xxx.xxx.146 255.255.255.255 0 0
static (inside,outside) xxx.xxx.xxx.147 192.168.110.201 netmask 255.255.255.255 0 0
access-group outside-in in interface outside
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.145 1
timeout xlate 1:00:00
timeout conn 30: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
aaa-server LOCAL protocol local
aaa authorization command LOCAL
http server enable
http 192.168.110.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
sysopt connection permit-pptp
no sysopt route dnat
telnet timeout 5
ssh timeout 5
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto required
vpdn group PPTP-VPDN-GROUP client configuration address local vpn
vpdn group PPTP-VPDN-GROUP client configuration dns 192.168.110.10 209.253.113.2
vpdn group PPTP-VPDN-GROUP client configuration wins 192.168.110.10
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username chris password *********
vpdn username beth password *********
vpdn username larry password *********
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
username admin password MrrmqY0ykHadNVYt encrypted privilege 15
terminal width 80
Cryptochecksum:2af500bf62130b48fa703e5e192b1792
: end
[OK]
 
Code:
access-list outside-in extended permit tcp any host xxx.xxx.xxx.146 eq www

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Thanks for the help but the pix does not liked the extended part of the command
 
sorry, leave extended out and you should be good to go.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
now i can connect from the out side Thank you but i am told that the software we are using must now use the outside address to connect from the inside. i can ping the address from outside but not the inside. is this even possable and does the ping mean that i can not access the outside address from the inside?
 
you need DNS rewrite enabled; try this:
Code:
static (inside,outside) xxxx.xxx.xxx.146 192.168.110.11 netmask 255.255.255.255 dns

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
when i input this last command no computer could get on line except the server. i had to remove it quickly and did not even get a chance to try the software.
 
would changing the port from 80 help with not interfearing with getting on line?
 
static (inside,outside) xxxx.xxx.xxx.146 192.168.110.0 netmask 255.255.255.0 dns

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top