515 Pix currently only need it for a vpn to our local network from offsite. Here's the config.
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security10
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd BRZuZRbo127.Mrzz encrypted
hostname xxxxx
domain-name xxx.xxx
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
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 split permit ip 198.185.xxx.x 255.255.255.0 192.168.0.0 255.255.255.0
pager lines 24
logging on
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside 198.185.18x.xx 255.255.255.0
ip address inside 198.185.17x.xx 255.255.255.0
ip address intf2 127.0.0.1 255.255.255.255
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnpool 192.168.0.1-192.168.0.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 location 198.185.xxx.xxx 255.255.255.0 outside
pdm logging notifications 100
pdm history enable
arp timeout 14400
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 198.185.18x.1 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
aaa-server LOCAL protocol local
http server enable
http 198.185.xxx.xxx 255.255.255.0 inside
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-3des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup cetvpn address-pool vpnpool
vpngroup cetvpn dns-server 198.185.xxx.xxx
vpngroup cetvpn wins-server 198.185.xxx.xxx
vpngroup cetvpn default-domain xxx.xxx
vpngroup cetvpn split-tunnel split
vpngroup cetvpn idle-time 1800
vpngroup cetvpn password ********
telnet 198.185.xxx.xxx 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 30
terminal width 80
When telneted into the pix i can ping both sides on the network internal and external. When I have the vpnclient running I can ping on the outside interface but tracert show it going thru the internet whether or not the allow local lan access is check. I cannot ping any machine with the outside class of ip's.
Also, in the router I have a static route for the 192.168.0.0/24 network to go to the inside Pix interface as cisco said to.
Does anyone see a problem of why I can't get to any internal machines?
Thanks,
Ron
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security10
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd BRZuZRbo127.Mrzz encrypted
hostname xxxxx
domain-name xxx.xxx
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
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 split permit ip 198.185.xxx.x 255.255.255.0 192.168.0.0 255.255.255.0
pager lines 24
logging on
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside 198.185.18x.xx 255.255.255.0
ip address inside 198.185.17x.xx 255.255.255.0
ip address intf2 127.0.0.1 255.255.255.255
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnpool 192.168.0.1-192.168.0.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 location 198.185.xxx.xxx 255.255.255.0 outside
pdm logging notifications 100
pdm history enable
arp timeout 14400
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 198.185.18x.1 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
aaa-server LOCAL protocol local
http server enable
http 198.185.xxx.xxx 255.255.255.0 inside
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-3des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup cetvpn address-pool vpnpool
vpngroup cetvpn dns-server 198.185.xxx.xxx
vpngroup cetvpn wins-server 198.185.xxx.xxx
vpngroup cetvpn default-domain xxx.xxx
vpngroup cetvpn split-tunnel split
vpngroup cetvpn idle-time 1800
vpngroup cetvpn password ********
telnet 198.185.xxx.xxx 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 30
terminal width 80
When telneted into the pix i can ping both sides on the network internal and external. When I have the vpnclient running I can ping on the outside interface but tracert show it going thru the internet whether or not the allow local lan access is check. I cannot ping any machine with the outside class of ip's.
Also, in the router I have a static route for the 192.168.0.0/24 network to go to the inside Pix interface as cisco said to.
Does anyone see a problem of why I can't get to any internal machines?
Thanks,
Ron