hollandCAT
Technical User
Hello everyone,
i start configuring PIX515,and implement ACL for test ping.
my task is
1. ping from outside network PC to outside PIX interface,
2. from inside network PC ping Inside PIX interface,
3. ping from outside PC ping inside network pc.(ping go throught PIX)
after testing, i still can not successful ping from between 2 PCs. who can help???
outside network pc (ip address 200.1.1.15)--> PIX outside interface(200.1.1.1) -->pix inside interface (10.1.1.1)-->local network PC (10.1.1.5)
My configuration is below:
nameif ethernet0 outside security0
nameif ethernet1 inside security100
.....
access-list 101 permit icmp any host 200.1.1.5 echo-reply
access-list 101 permit icmp any host 200.1.1.5 source-quench
access-list 101 permit icmp any host 200.1.1.5 unreachable
access-list 101 permit icmp any host 200.1.1.5 time-exceeded
pager lines 24
interface ethernet0 100full
interface ethernet1 100full
icmp permit any outside
mtu outside 1500
mtu inside 1500
ip address outside 200.1.1.1 255.255.255.224
ip address inside 10.1.1.1 255.255.255.0
global (outside) 1 200.1.1.10
global (outside) 1 200.1.1.35
nat (inside) 1 10.0.0.0 255.0.0.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
<--- More --->
access-group 101 in interface outside
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 200.1.1.1 1
Please help!
Joanna
i start configuring PIX515,and implement ACL for test ping.
my task is
1. ping from outside network PC to outside PIX interface,
2. from inside network PC ping Inside PIX interface,
3. ping from outside PC ping inside network pc.(ping go throught PIX)
after testing, i still can not successful ping from between 2 PCs. who can help???
outside network pc (ip address 200.1.1.15)--> PIX outside interface(200.1.1.1) -->pix inside interface (10.1.1.1)-->local network PC (10.1.1.5)
My configuration is below:
nameif ethernet0 outside security0
nameif ethernet1 inside security100
.....
access-list 101 permit icmp any host 200.1.1.5 echo-reply
access-list 101 permit icmp any host 200.1.1.5 source-quench
access-list 101 permit icmp any host 200.1.1.5 unreachable
access-list 101 permit icmp any host 200.1.1.5 time-exceeded
pager lines 24
interface ethernet0 100full
interface ethernet1 100full
icmp permit any outside
mtu outside 1500
mtu inside 1500
ip address outside 200.1.1.1 255.255.255.224
ip address inside 10.1.1.1 255.255.255.0
global (outside) 1 200.1.1.10
global (outside) 1 200.1.1.35
nat (inside) 1 10.0.0.0 255.0.0.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
<--- More --->
access-group 101 in interface outside
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 200.1.1.1 1
Please help!
Joanna