Dears,
I want to secure my network using cisco pix 515E by putting the pix between my internet router and my switch.
I want to enable some servers to be accessed from out side.. I upload this configuration in my pix:
access-list acl_out permit tcp any host 196.219.50.164 eq www
access-list acl_out permit tcp any host 196.219.50.165 eq www
access-list acl_out permit tcp any host 196.219.50.166 eq www
access-list acl_out permit tcp any host 196.219.50.166 eq 7000
access-list acl_out permit tcp any host 196.219.50.166 eq 8000
access-list acl_out permit tcp any host 196.219.50.166 eq 44444
access-list acl_out permit tcp any host 196.219.50.166 eq 7200
access-list acl_out permit icmp any any
ip address outside 196.219.50.162 255.255.255.248
static (inside,outside) 196.219.50.164 192.168.1.236 netmask 255.255.255.255 0 0
static (inside,outside) 196.219.50.165 192.168.1.17 netmask 255.255.255.255 0 0
static (inside,outside) 196.219.50.166 192.168.1.4 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 196.219.50.161 1
i didn't make any natting command at the router , but the servers is not seen from outside.....why?
I want to secure my network using cisco pix 515E by putting the pix between my internet router and my switch.
I want to enable some servers to be accessed from out side.. I upload this configuration in my pix:
access-list acl_out permit tcp any host 196.219.50.164 eq www
access-list acl_out permit tcp any host 196.219.50.165 eq www
access-list acl_out permit tcp any host 196.219.50.166 eq www
access-list acl_out permit tcp any host 196.219.50.166 eq 7000
access-list acl_out permit tcp any host 196.219.50.166 eq 8000
access-list acl_out permit tcp any host 196.219.50.166 eq 44444
access-list acl_out permit tcp any host 196.219.50.166 eq 7200
access-list acl_out permit icmp any any
ip address outside 196.219.50.162 255.255.255.248
static (inside,outside) 196.219.50.164 192.168.1.236 netmask 255.255.255.255 0 0
static (inside,outside) 196.219.50.165 192.168.1.17 netmask 255.255.255.255 0 0
static (inside,outside) 196.219.50.166 192.168.1.4 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 196.219.50.161 1
i didn't make any natting command at the router , but the servers is not seen from outside.....why?