Hi,
I want to use a Cisco PIX router to allow remote access using the Cisco 4.8 VPN client software.
I need some advice on the best way to configure this.
I have configured ethernet port 1 with a static IP 192.168.10.12, DNS 192.168.10.5 and gateway as the firewall 192.168.10.254
PIX can access everything, local and Internet.
Internet
|
FW
|
SWITCH
=======
| | |
PIX | |
| |
LAN NETWORK
I then used the VPN wizard to configure the VPN connection.
I gave the VPN pool an ip address on the same subnet 192.168.10.150 to 192.168.10.190 which are excluded on the LAN DHCP.
1
Im not sure if this is correct or I should be using a different subnet for the VPN connections and allowing access via firewall.
Which is best?
The firewall has NATed an fixed IP onto the PIX. I can get ping replies and now can also get the Client software to reach the PIX. However, I dont get a login except from LAN.
2
When I connect to the VPN on the LAN, I get an IP of 192.168.10.150 which is also the gateway.
I cannot ping any IP on the LAN except 192.168.10.150
VPN requests do not appear to be forwarding to the LAN gateway.
Do I need to manually add a route for VPN traffic and if so, any suggestions?
3
Externally, although I can reach the PIX using ping, the client software does not bring up the login box, bt times out when using the external IP adddress.
Do I need to add the external ip address to the allowed ip addresses or what is required to get this working externally?
4
Is the above outline the right way to do this or is there a better way. I have only oine cable into the PIX which connects to the LAN and is accessable externally.
Thanks
Here is the current running config
Building configuration...
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 7ZwhfsdmoXIvB3/ encrypted
passwd 2KasdfIdI.2KYOU encrypted
hostname pixfirewall
domain-name domain.com
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 inside_cryptomap_dyn_20 permit ip any 192.168.10.128 255.255.255.192
access-list outside_access_in permit tcp any any
access-list outside_access_in permit udp any any
access-list SkipNAT permit ip 192.168.10.0 255.255.255.0 192.168.10.128 255.255.255.192
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.10.12 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool GROUPVPN 192.168.10.150-192.168.10.
190
pdm location 0.0.0.0 0.0.0.0 inside
pdm location 192.168.10.128 255.255.255.192 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
nat (inside) 0 access-list SkipNAT
access-group outside_access_in in interface outside
route inside 0.0.0.0 0.0.0.0 192.168.10.254 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 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
http server enable
http 192.168.10.0 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
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map inside_dyn_map 20 match address inside_cryptomap_dyn_20
crypto dynamic-map inside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map inside_map 65535 ipsec-isakmp dynamic inside_dyn_map
crypto map inside_map client authentication LOCAL
crypto map inside_map interface inside
isakmp enable inside
isakmp identity key-id password
isakmp nat-traversal 20
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 GROUPVPN address-pool GROUPVPN
vpngroup GROUPVPN dns-server 192.168.10.5 192.168.10.16
vpngroup GROUPVPN default-domain domain.com
vpngroup GROUPVPN idle-time 1800
vpngroup GROUPVPN password ********
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
: end
[OK]