01-15-2005 02:44 PM - edited 03-09-2019 10:00 AM
I need somes replies too
my Pix 515 is connect to the Internet, direct connect connect to en cisco 3500 xl switch.from my LAN , I can ping to inside pix , but not to outside pix.
From pix , I can ping to all my PC`s
I can `t bronze to the Internet from my PC`s.
Here er my pix configuration fil ,
I need some help for pix configuartion.
pix515(config)# sh run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security10
enable password xxxx
passwd xxx
hostname Pix515
domain-name xxx
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 ils 389
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
pager lines 24
logging on
logging buffered errors
logging trap debugging
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside dhcp
ip address inside 172.16.1.1 255.255.255.0
ip address intf2 127.0.0.1 255.255.255.255
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 7200
global (outside) 1 interface
nat (inside) 1 172.16.1.0 255.255.255.0 0 0
router ospf 10
log-adj-changes
route inside 0.0.0.0 0.0.0.0 x.x.x.x
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 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
aaa-server tacacs+ protocol tacacs+
aaa-server tacacs+ max-failed-attempts 3
01-15-2005 03:05 PM
Hi,
Make the following changes to the configuration.
ip address outside dhcp setroute
(this will provide the PIX with default route from dhcp)
no route inside 0.0.0.0 0.0.0.0 x.x.x.x
(incorrect default route)
The above settings should permit connectivity to outside. Perform 'show route' to confirm receipt of default route from dchp. If no default route received, configure route as:
route outside 0.0.0.0 0.0.0.0 x.x.x.x
The PIX will only reply to icmp pings on the local interface to the host therefore you will not be able to ping the outside interface from an inside host.
To ping the internet do the following:
access-list inbound permit icmp any any echo-reply
access-group inbound in interface outside
Cheers,
Paul.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/bafwcfg.htm
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide