Advertisement

07.03.2007 at 08:41AM PDT, ID: 22673169
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.6

Cannot print  to local network printer while connected through VPN on Cisco PIX515 firewall .

Asked by ditobot in Networking Hardware Firewalls, Virtual Private Networking (VPN), Cisco PIX Firewall

Tags: , , , ,

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.200
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:d216dc30f5f896bed2579e2dca031e31
: end
[OK]
phorad-515-mdf1#

Start Free Trial
[+][-]07.03.2007 at 08:57AM PDT, ID: 19412385

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.03.2007 at 04:17PM PDT, ID: 19415630

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Networking Hardware Firewalls, Virtual Private Networking (VPN), Cisco PIX Firewall
Tags: print, vpn, local, connected, printer
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.04.2007 at 03:07PM PDT, ID: 19420828

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32