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

does ssh conflict with lan to lan vpn?

Status
Not open for further replies.

picnmix

Technical User
Apr 8, 2005
50
GB
Hello,
I have a problem where I have added a ssh to my PIX and now the lan to lan vpn doesn't work.

I have added both scripts below. any advice would be great.

Head office

PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password I5DVUXevdjzhxNou encrypted
passwd I5DVUXevdjzhxNou encrypted
hostname pixfoobar
domain-name foobar.co.uk
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
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list smtp permit tcp any host a.a.a.a eq smtp
access-list smtp permit tcp any host a.a.a.a eq www
access-list smtp permit tcp any host a.a.a.a eq https
access-list 101 permit ip 10.0.0.0 255.255.255.0 192.168.50.0 255.255.255.0
access-list 101 permit ip 10.0.0.0 255.255.255.0 192.168.17.0 255.255.255.0
access-list 102 permit ip 10.0.0.0 255.255.255.0 192.168.17.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside a.a.a.a 255.255.255.248
ip address inside 10.0.0.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.50.200-192.168.50.250
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp a.a.a.a smtp 10.0.0.1 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp a.a.a.a 255.255.255.255 0 0
static (inside,outside) tcp a.a.a.a https 10.0.0.1 https netmask 255.255.255.255 0 0
access-group smtp in interface outside
route outside 0.0.0.0 0.0.0.0 a1.a1.a1.a1 1
timeout xlate 0:05: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 LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set crytran esp-des esp-md5-hmac
crypto map crymap 1 ipsec-isakmp
crypto map crymap 1 match address 102
crypto map crymap 1 set peer b.b.b.b
crypto map crymap 1 set transform-set crytran
crypto map crymap interface outside
isakmp enable outside
isakmp key ******** address b.b.b.b netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
telnet 10.0.0.0 255.255.255.0 inside
telnet timeout 5
ssh x.x.x.x 255.255.255.255 outside
ssh timeout 60
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username user1 password *********
vpdn username user2 password *********
vpdn username user3 password *********
vpdn username user4 password *********
vpdn enable outside
terminal width 80
Cryptochecksum:c4d44b2b58cc87497052412d51310c46
: end
[OK]

Branch Office

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password U6Zer.GAYK2qUuOc encrypted
passwd U6Zer.GAYK2qUuOc encrypted
hostname pixfoobar2
domain-name foobar.co.uk
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
names
access-list 101 permit ip 192.168.17.0 255.255.255.0 192.168.50.0 255.255.255.0
access-list 101 permit ip 192.168.17.0 255.255.255.0 10.0.0.0 255.255.255.0
access-list 102 permit ip 192.168.17.0 255.255.255.0 10.0.0.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside b.b.b.b 255.255.255.248
ip address inside 192.168.17.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.50.200-192.168.50.250
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 b1.b1.b1.b1
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 sip-disconnect 0:02:00 sip-invite 0:03: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 LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set crytran esp-des esp-md5-hmac
crypto map crymap 1 ipsec-isakmp
crypto map crymap 1 match address 102
crypto map crymap 1 set peer a.a.a.a
crypto map crymap 1 set transform-set crytran
crypto map crymap interface outside
isakmp enable outside
isakmp key ******** address a.a.a.a netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
telnet 192.168.17.0 255.255.255.0 inside
telnet timeout 5
ssh x.x.x.x 255.255.255.255 outside
ssh timeout 60
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username user password *********
vpdn enable outside
terminal width 80
Cryptochecksum:aeef4e77b0122a4359c543bad6745020
: end
[OK]


thanks in advance

Picnmix
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top