neutec
Technical User
- Apr 26, 2003
- 343
Hello Everyone,
Im have issues with nat and a server which is behind my PIX firewall. I only have one static ip address which is being used by the PIX. I've created a access-list of:
access-list acl_inside permit ip 192.168.0.0 255.255.255.0
access-list acl_outside permit tcp any host 10.0.0.20 eq smtp
access-list acl_outside permit tcp any host 10.0.0.20 eq www
access-list acl_outside permit tcp any host 10.0.0.20 eq 443
access-list acl_outside deny icmp any any
access-group acl_outside in interface outside
access-group acl_inside in interface inside
I then add a Static route of:
static (inside,outside) 66.215.146.1xx 192.168.0.20 netmask 255.255.255.255 0 0
66.215.146.1xx is my outside static ip. After adding this I can not longer access the internet from any other workstation other them 192.168.0.20.
I need to allow access to the entire 192.168.0.xxx network. any one know what I need to add to this config to make this work?
Thanks
Im have issues with nat and a server which is behind my PIX firewall. I only have one static ip address which is being used by the PIX. I've created a access-list of:
access-list acl_inside permit ip 192.168.0.0 255.255.255.0
access-list acl_outside permit tcp any host 10.0.0.20 eq smtp
access-list acl_outside permit tcp any host 10.0.0.20 eq www
access-list acl_outside permit tcp any host 10.0.0.20 eq 443
access-list acl_outside deny icmp any any
access-group acl_outside in interface outside
access-group acl_inside in interface inside
I then add a Static route of:
static (inside,outside) 66.215.146.1xx 192.168.0.20 netmask 255.255.255.255 0 0
66.215.146.1xx is my outside static ip. After adding this I can not longer access the internet from any other workstation other them 192.168.0.20.
I need to allow access to the entire 192.168.0.xxx network. any one know what I need to add to this config to make this work?
Thanks