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

PIX 501 PROBLEM

Status
Not open for further replies.

rrgg

Technical User
Jun 20, 2003
35
IT
Hi all,
I have one Cisco PIX 501 connect by outside interface to a Telecom Router. This Router show his state by web page. The router automatically each 5 minutes updates his tables and publish IP Addresses of each host connected, on his web page.
I think that Router capture IP Adresses of any host connect, by sending Gratuitous Arp. When this happens, my PIX 501 outside interface becomes not operational however its state is UP - UP.
It seams doesn't work to Router's IP only.

In this situation internet results unrechable.

I test by ping (I'm connect to PIX by his serial interface to my PPC) connection between router and pix.
On my PPC I have also open Internet Explorer on Router Web Page, when I refresh this page the Router update connected Host IP Address list in this moment it is systematic: connection loose.

I also enable pix log but last log information avalaible is ping from pix to router ip address.


Cane anyone help me???

Tks all.

Here is my Pix configuration:

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 1221122 encrypted
passwd 1121212.ewwtw encrypted
hostname pix-kkk
domain-name intranet.kkk.com
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
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list outside permit icmp any any echo-reply
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 10.0.0.253 255.255.255.0
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 10.0.0.254 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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
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.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top