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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX sitei to site and remote access.

Status
Not open for further replies.

llneverfollowll

IS-IT--Management
Jul 28, 2006
6
US
I am having trouble with a site to site i am trying to setup on a pix that already has VPN remote access setup on. I have been looking for a sample configuration file that can help me set this up. It seems that with the given config for remote access when i try to inplement the statements for the site to site I am over writing nat or crypto statements that pertained to the VPN remote access. If anyone can help it would be greatly appreciated. Thanks

-Rad
 
Here is my config file, you wont see the site to site, i took it out because statements for remote access were being over wirtten by site to site configs:

X# sho conf
: Saved
: Written by enable_15 at 13:19:05.017 UTC Wed Jul 12 2006
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
enable password x encrypted
passwd x encrypted
hostname x
domain-name x.net
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
no names
name x.x.x.x x
name x.x.x.x x
name x.x.x.x x
object-group service FTP tcp
port-object eq ftp-data
port-object eq ftp
object-group service FTP-SSH tcp
description FTP and SSH
port-object eq ftp
port-object eq ssh
port-object eq ftp-data
access-list outside_access_in permit icmp any any
access-list outside_access_in permit tcp x.x.x.x x.x.x.x host x.x.x.x object-group FTP
access-list outside_access_in permit tcp x.x.x.x x.x.x.x host x.x.x.x object-group FTP
access-list inside_outbound_nat0_acl permit ip any 192.168.31.0 255.255.255.0
access-list inside_outbound_nat0_acl permit ip any 192.168.32.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 192.168.31.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 192.168.32.0 255.255.255.0
access-list Corp_Users_Grp_splitTunnelAcl permit ip 10.5.0.0 255.255.0.0 any
access-list Tech_Usrs_Grp_splitTunnelAcl permit ip 10.5.0.0 255.255.0.0 any
access-list Tech_Usrs_Grp_splitTunnelAcl permit ip 10.1.0.0 255.255.0.0 any
access-list Tech_Usrs_Grp_splitTunnelAcl permit ip 10.2.0.0 255.255.0.0 any
access-list Tech_Usrs_Grp_splitTunnelAcl permit ip 10.3.0.0 255.255.0.0 any
pager lines 24
logging monitor warnings
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside x.x.x.x x.x.x.x
ip address inside 10.6.0.1 255.255.0.0
no ip address intf2
ip audit info action alarm
ip audit attack action alarm
ip local pool Tech_IP_POOL 192.168.31.1-192.168.31.254 mask 255.255.255.0
ip local pool Corp_Users_IP_POOL 192.168.32.1-192.168.32.254 mask 255.255.255.0
arp timeout 14400
global (outside) 10 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) x.x.x.x 10.3.1.6 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
route inside 10.1.0.0 255.255.0.0 10.6.0.2 1
route inside 10.2.0.0 255.255.0.0 10.6.0.2 1
route inside 10.3.0.0 255.255.0.0 10.6.0.2 1
route inside 10.5.0.0 255.255.0.0 10.6.0.2 1
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 RADIUS (inside) host 10.5.1.5 TEST timeout 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http 10.5.0.0 255.255.0.0 inside
http 10.2.0.0 255.255.0.0 inside
snmp-server host inside 10.2.0.103 poll
snmp-server location X Office - X DS3
snmp-server contact Carlos Checo
snmp-server community X
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp nat-traversal 20
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup Corp_Users_Grp address-pool Corp_Users_IP_POOL
vpngroup Corp_Users_Grp dns-server 10.3.1.2 10.3.1.3
vpngroup Corp_Users_Grp default-domain X.net
vpngroup Corp_Users_Grp split-tunnel Corp_Users_Grp_splitTunnelAcl
vpngroup Corp_Users_Grp split-dns mediavast.net
vpngroup Corp_Users_Grp idle-time 5400
vpngroup Corp_Users_Grp password ********
vpngroup Tech_Usrs_Grp address-pool Tech_IP_POOL
vpngroup Tech_Usrs_Grp dns-server 10.3.1.2 10.3.1.3
vpngroup Tech_Usrs_Grp default-domain X.net
vpngroup Tech_Usrs_Grp split-tunnel Tech_Usrs_Grp_splitTunnelAcl
vpngroup Tech_Usrs_Grp split-dns mediavast.net
vpngroup Tech_Usrs_Grp idle-time 5400
vpngroup Tech_Usrs_Grp password ********
telnet timeout 5
ssh 10.2.0.0 255.255.0.0 inside
ssh timeout 60
console timeout 0
terminal width 80
Cryptochecksum:0eb9255ec55c1b140ebfceb8e0c08922

Thanks for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top