Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

515 acl or no nat

Status
Not open for further replies.

billk89

MIS
Sep 19, 2007
18
0
0
CA

I have a 1.x network and 10.
The 10.x is behind a 1600 rotuer and all the rules are open to access the 1.x network, but I cant access it
Is there anything missing on the pix side the 1.x network that could be stopping access to the 10.x network here is the pix config

PIX Version 6.1(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security10

fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 102 permit ip 192.168.2.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list acl_out permit tcp any host some ip eq www
access-list acl_out permit tcp any host some ip eq 443
access-list acl_out permit udp any host some ip eq 443
access-list acl_out permit tcp any host some ip eq www
access-list acl_out permit tcp any host some ip eq 443
access-list acl_out permit udp any host some ip eq 443
access-list acl_inside permit ip 192.168.3.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list acl_inside permit ip 192.168.2.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list acl_inside permit ip 192.168.3.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list acl_inside permit ip host 192.168.2.20 host 192.168.2.10
access-list acl_inside permit ip host 192.168.2.20 any
access-list 101 permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list 101 permit ip 192.168.1.0 255.255.255.0 192.168.100.0 255.255.255.0
access-list 101 permit ip 192.168.1.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list nonat permit ip 192.168.10.0 255.255.255.0 192.168.100.0 255.255.255.0
access-list nonat permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list nonat permit ip 192.168.10.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list 110 permit ip 192.168.2.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list 110 permit ip 192.168.3.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list 110 permit ip 192.168.10.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list 110 permit ip 192.168.1.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list nonat1 permit ip 192.168.10.0 255.255.255.0 192.168.100.0 255.255.255.0
access-list nonat1 permit ip 192.168.10.0 255.255.255.0 192.168.200.0 255.255.255.0
access-list nonat1 permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list nonat1 permit ip 192.168.1.0 255.255.255.0 192.168.200.0 255.255.255.0
pager lines 24
logging on
logging buffered debugging
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside some ip 255.255.255.240
ip address inside 192.168.1.1 255.255.255.0
ip address intf2 192.168.2.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 192.168.3.1-192.168.3.254
ip local pool offpool 192.168.100.1-192.168.100.254
ip local pool some namel 192.168.200.1-192.168.200.254
no failover
failover timeout 0:00:00
failover poll 15
failover ip address outside 0.0.0.0
failover ip address inside 0.0.0.0
failover ip address intf2 0.0.0.0
pdm history enable
arp timeout 14400
global (outside) 1 some name netmask 255.255.255.252
global (intf2) 1 192.168.2.150-192.168.2.250
nat (inside) 0 access-list nonat1
nat (inside) 2 192.168.3.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (intf2) 0 access-list 102
nat (intf2) 1 0.0.0.0 0.0.0.0 0 0
static (inside,intf2) 192.168.2.10 192.168.1.10 netmask 255.255.255.255 0 0
static (intf2,outside) some ip 192.168.2.20 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
access-group acl_inside in interface intf2
route outside 0.0.0.0 0.0.0.0 some ip 1
route inside 192.168.10.0 255.255.255.0 some ip 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 RADIUS protocol radius
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap client configuration address initiate
crypto map mymap client configuration address respond
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local ippool outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup some name address-pool ippool
vpngroup some name dns-server some ip
vpngroup some name default-domain
vpngroup some name idle-time 1800
vpngroup some name password ********
vpngroup some name address-pool offpool
vpngroup some name dns-server some ip
vpngroup some name default-domain
vpngroup some name idle-time 1800
vpngroup some name password ********
vpngroup some name address-pool
vpngroup some name dns-server
vpngroup some name default-domain
vpngroup some name split-tunnel 110
vpngroup some nameidle-time 1800
vpngroup some name password ********
vpngroup some name split-tunnel 110
vpngroup some name idle-time 1800
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh some ip 255.255.255.255 outside
ssh some ip 255.255.255.255 outside
ssh timeout 15
terminal width 80
 
Since you have 2 private networks one on a router side and one a pix side, you need to have rules that allow both through, so inbound rule and outbound rule for the respective interfaces. Then you most likely need to make sure that you do a nonat for the two subnets so that their physical IP addresses are passed back and forth from subnet to subnet and not using the NAT'd outside pix IP address.

By default the pix will nat everything unless you tell it not to.

Thats all you really need to do and it should work.

If not, can you provide a general diagram of how your network is connected..

Thanks




Mark C. Greenwood, CNE, CCNA, BICSI II


With more than 16 years experience to share.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top