I am trying to allow a network printer to be accessed over a VPN connection on a Cisco PIX515 version 6.3(5)
From what I can tell the only solutions I have seen involve split tunneling and allowing Local LAN access via a group policy. This is where I got the information.
http://www.cisco.com/warp/public/471/local-lan-pix-asa.pdf My first problem is that I can't create a group policy, I don't know if it is a version restriction or what since the instrcutions are for version 7.x.
Based on my configuration I would like to know the best way to setup access to a local network printer from behind a VPN connection.
Thanks in advance.
Config
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 10baset
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XCbZD7hp/.NcVa5C encrypted
passwd XCbZD7hp/.NcVa5C encrypted
hostname phorad-515-mdf1
domain-name nid.us.ecc.ads
clock timezone Arizona -7
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 ils 389
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_in permit ip any any
access-list inside_in permit tcp any any eq smtp
access-list inside_in permit tcp host 10.1.19.6 any eq smtp
access-list inside_in permit tcp host 10.1.19.6 any eq https
access-list outside_in permit icmp any any echo-reply
access-list outside_in permit icmp any any time-exceeded
access-list outside_in deny icmp any any
access-list outside_in permit tcp any host x.x.207.87 eq https
access-list outside_in permit tcp any host x.x.207.87 eq www
access-list outside_in permit tcp any host x.x.207.165 eq ftp
access-list outside_in permit tcp any host x.x.207.87 eq pop3
access-list outside_in permit udp any host x.x.207.87 eq 1604
access-list outside_in permit tcp any host x.x.207.87 eq citrix-ica
access-list outside_in permit tcp any host x.x.207.167 eq 10983
access-list outside_in permit tcp any host x.x.207.168 eq www
access-list outside_in permit tcp 64.18.0.0 255.255.240.0 host x.x.207.87 eq smtp
access-list 101 permit ip 10.1.19.0 255.255.255.0 172.16.20.0 255.255.255.0
access-list NoNAT permit ip any 10.1.19.0 255.255.255.0
access-list Local_LAN_Access remark VPN Client Local LAN Access
access-list Local_LAN_Access permit host 0.0.0.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.207.87 255.255.255.0
ip address inside 10.1.19.76 255.255.255.0
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 172.16.20.175-172.16.20.20
0
no pdm history enable
arp outside x.x.207.88 000c.8555.392b
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 10.0.0.0 255.0.0.0 0 0
static (inside,outside) udp x.x.207.87 1604 10.1.19.3 1604 netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.87 smtp 10.1.19.6 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.87 https 10.1.19.6 https netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.87 pop3 10.1.19.6 pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.87 www 10.1.19.6 www netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.166 citrix-ica 10.1.19.8 citrix-ica netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.166 1604 10.1.19.8 1604 netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.167 10983 10.11.19.7 10983 netmask 255.255.255.255 0 0
static (inside,outside) tcp x.x.207.168 www 10.1.19.28 www netmask 255.255.255.255 0 0
static (inside,outside) x.x.207.165 10.1.19.12 netmask 255.255.255.255 0 0
access-group outside_in in interface outside
access-group inside_in in interface inside
route outside 0.0.0.0 0.0.0.0 x.x.207.1 1
route inside 10.0.0.0 255.0.0.0 10.1.19.1 1
route inside 10.1.1.0 255.255.255.0 10.1.19.251 1
route inside 10.11.19.0 255.255.255.0 10.1.19.1 1
timeout xlate 4: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 4:00:00 absolute uauth 0:30:00 inactivity
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
aaa-server partnerauth protocol radius
aaa-server partnerauth max-failed-attempts 3
aaa-server partnerauth deadtime 10
aaa-server partnerauth (inside) host 10.1.19.2 Rbg*paz timeout 5
aaa authentication telnet console LOCAL
aaa authentication ssh console LOCAL
http server enable
http 0.0.0.0 0.0.0.0 inside
snmp-server host inside 10.0.20.84
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 myset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap client authentication partnerauth
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup vpn3000 address-pool ippool
vpngroup vpn3000 dns-server 10.1.19.2
vpngroup vpn3000 wins-server 10.1.19.2
vpngroup vpn3000 default-domain rbg.local
vpngroup vpn3000 split-tunnel Local_LAN_Access
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
telnet 10.0.0.0 255.0.0.0 inside
telnet timeout 15
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
username admin password O68Yn/LPDoD3PiBu encrypted privilege 15
terminal width 80
Cryptochecksum:d216dc30f5f
896bed2579
e2dca031e3
1
: end
[OK]
phorad-515-mdf1#
Start Free Trial