Link to home
Start Free TrialLog in
Avatar of Pablo Allietti
Pablo AlliettiFlag for Uruguay

asked on

I cant ping my net

i have 2 network 1 is internet, and another is a point to point 10.191.56.x to another places

i have a pix making nat a distributed traffic is the address is a 10.x.x.x go to my gateway 10.x.x.1 and is it internet go to my other router... but the problem is i cant ping the 10.x.x.x from my hosts...
if i try to ping 10.x.x.x from my pix is all ok go to router and ping correct, but if i try with my windows XP is impossible to ping the same host
any help?

Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname GW-01534
domain-name ad01534
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
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 200.40.10.10 255.255.255.0
ip address inside 10.191.56.11 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.191.56.77 255.255.255.255 inside
pdm location 10.0.0.0 255.0.0.0 inside
pdm location 10.0.0.0 255.0.0.0 outside
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 200.40.255.113 1
route inside 10.0.0.0 255.0.0.0 10.191.56.1 2
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
http server enable
http 10.191.56.11 255.255.255.255 inside
http 10.191.56.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 timeout 5
ssh timeout 5
console timeout 0
terminal width 80

: end
[OK]

 
ASKER CERTIFIED SOLUTION
Avatar of bignewf
bignewf
Flag of United States of America 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
Avatar of Pablo Allietti

ASKER

no the same problem, i can ping 10.x.x.x. from firewall but not of any of my hosts inside network
mmm i resolv the problem add manually a persistant route in the host
route add 10.0.0.0 mask 255.0.0.0 10.191.56.1 -p

but pix can do that to any host? in the dhcp maybe or in other way?
try a route print on one of the xp workstations to check the routing table for this network that cannot be pinged
Are there any firewalls on the xp machines blocking icmp ?
then you need to look in your routers to find out why the default gateway of these xp workstation cannot reach this network

what happens with a traceroute query?
like i post in the post below,    i need to pix do a persistant route in the host is that possible?
You can do that, but you need to really look at the routing tables. Can servers in this subnet ping these hosts? Does the dhcp scope have the correct default gateway?  Are you using dynamic routing protocols such as eigrp or ospf so the routing tables can see all networks?
i dont use dynamic routing, is a simple network with 2 gateways ... 1 internet, 1 intranet

all traffic 10.x.x.x goes to my router all the other traffic goes to internet

but in the hosts i cant ping my servers internally 10.x.x.x trough my router. but pix can ping all my intranet. i only need the pix give a persistant route to the hsots.
If you have checked your routing tables and a route exists for these hosts to the servers, then something (firewall) is blocking icmp on these machines. If the firewall allows for icmp traffic, then pings should work. If they are win xp machines, then  try opening icmp traffic throught the firewall using the netsh command