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

hey all, have a question a

Status
Not open for further replies.

praks25

MIS
Sep 5, 2003
13
0
0
hey all,
have a question about outbound traffic from a high level interface to a low level interface.
for some odd reason the pix is not allowing any outbound traffic on any port except icmp (ping)
there are no explicit denies or any rules to hinder outbound traffic and it is true that the pix is configured by default to allow outbound traffic.
i have set nat to nat (inside)1 0 0
and global to global (outside)1....and a dynamic range of address. The nat id and the global id are the same.
could someone please hlep me with this one.
there are 3 routers on the inside but only one is directly connected to the pix and that one has it's gateway of last resort set to that of the pix.

maybe i'm missing something.
any help is appreciated
here's the running config

PIX Version 6.3(1)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password .7Z3JGvXPROuK6nt encrypted
passwd .7Z3JGvXPROuK6nt encrypted
hostname pixfirewallMSR1
domain-name XXXXXX.com
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list acl_out permit icmp any any
access-list acl_out permit tcp any host XX.XX.224.98 eq pptp log
access-list acl_out permit tcp any host XX.XX.224.100 eq www
access-list acl_out permit tcp any host XX.XX.224.100 eq https
access-list acl_out permit tcp any host XX.XX.224.101 eq https
access-list acl_out permit tcp any host XX.XX.224.101 eq www
access-list acl_in permit icmp any any
access-list acl_in permit ip 100.100.0.0 255.255.255.0 10.90.100.0 255.255.255.0
pager lines 24
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside XX.XX.224.98 255.255.255.224
ip address inside 100.100.0.253 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool 11 10.90.100.1-10.90.100.252
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm history enable
arp timeout 14400
global (outside) 1 XX.XX.224.105-XX.XX.224.124 netmask 255.255.255.224
global (outside) 1 XX.XX.224.125
nat (inside) 0 access-list acl_in
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) XX.XX.224.100 192.192.192.221 netmask 255.255.255.255 0 0
static (inside,outside) XX.XX.224.101 100.100.0.166 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
access-group acl_in in interface inside
route outside 0.0.0.0 0.0.0.0 66.155.224.97 1
route inside 192.168.2.0 255.255.255.0 100.100.0.1 1
route inside 192.168.3.0 255.255.255.0 100.100.0.1 1
route inside 192.168.4.0 255.255.255.0 100.100.0.1 1
route inside 192.192.192.0 255.255.255.0 100.100.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02: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
http server enable
http XX.XX.224.0 255.255.255.0 outside
http 100.100.0.22 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
vpngroup 1 idle-time 1800
telnet 100.100.0.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 60
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local 11
vpdn group 1 client configuration dns 100.100.0.150 100.100.0.162
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username john password ********
vpdn enable outside
terminal width 80
Cryptochecksum:cc269e96b9aed6aebf01547b84e974f3
: end
pixfirewallMSR1#
 
HI.

> nat (inside) 0 access-list acl_in
> access-group acl_in in interface inside
Do not use the same "acl_in" for different tasks.

Anyway, that is what currently blocking outbound traffic:
> access-list acl_in permit icmp any any
> access-list acl_in permit ip 100.100.0.0 255.255.255.0 10.90.100.0 255.255.255.0
> access-group acl_in in interface inside



Yizhar Hurwitz
 
Hi yizhar,
could you please elaborate on the access list and access group problem
I changed the icmp access list id to 100 and also added a new access group statment to identify id 100 with the inside interface, which means acl_in is now only used with the nating statement used while VPN'ing in.
i still can;t access the web
please advice
thankyou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top