Question

Cisco ASA 5510 Configuration Issues

Asked by: techflavor

First off, I would like to start off with saying -- pardon my lack of expertise in Cisco.. Recently I've been slowly moving along but still get stuck and need to have my hand held with configuring it.

I am having troubles with the following:  1) outgoing connectivity from clients connected to the dmz & guest interfaces; 2) VPN with local LAN access

I currently have dmz/guest setup and all seems to be working just fine (DHCP giving addresses on guest, etc.) but am having difficulty connecting to the outside internet... the inside network seems to be connecting out just fine.

As far as VPN goes, I have configured Client IPSec VPN, Clientless SSL, and Client SSL VPN -- I am connecting using the VPN-CGY profile and the VPN-CGY-VPN address range.  Clientless SSL seems to be okay as I can RDP into internal servers on inside network.

The ASA is not acting as the primary DHCP, the Windows Server 2008 DC on the network is... The ASA is setup to use IP scope for VPN on the same subnet as the LAN.

I followed the guides for setting up VPN with Local LAN access but seem to be having issues.  I believe I haven't setup my NAT Exemption for the VPN addressing pool (10.1.1.140-10.1.1.170) correctly but am not sure.  I don't want to completely compromise security with split tunneling which is why I'm following the guide from http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080702992.shtml

The client shows that Local LAN access is enabled but I'm still unable to ping the internal network.  Sometimes I get ONE ping reply from a host on the network, but after that, nothing.  Not even a response from the router.

I'm sure my access-list's are screwed up but need the HELP!

Result of the command: "sh run"
 
: Saved
:
ASA Version 8.0(4) 
!
hostname RouterName
domain-name domainname.com
enable password rjYzxqUFpmwRhVLN encrypted
passwd rjYzxqUFpmwRhVLN encrypted
names
!
interface Ethernet0/0
 speed 10
 nameif outside
 security-level 0
 ip address 64.42.233.229 255.255.255.248 
 ospf cost 10
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0 
 ospf cost 10
!
interface Ethernet0/2
 nameif guest
 security-level 100
 ip address 172.16.1.1 255.255.255.0 
!
interface Ethernet0/3
 nameif dmz
 security-level 50
 ip address 192.168.10.1 255.255.255.0 
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0 
 ospf cost 10
 management-only
!
ftp mode passive
dns domain-lookup outside
dns domain-lookup inside
dns domain-lookup dmz
dns domain-lookup guest
dns domain-lookup management
dns server-group DefaultDNS
 name-server 208.67.222.222
 name-server 208.67.220.220
 domain-name domainname.com
same-security-traffic permit intra-interface
access-list dmz extended permit ip any any 
access-list dmz extended permit ip 192.168.10.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list guest extended permit ip 172.16.1.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list guest_nat0_outbound extended permit ip any 10.1.1.128 255.255.255.192 
access-list VPN-CGY-LocalAccess standard permit host 0.0.0.0 
access-list VPN-CGY-LocalAccess remark VPN Client Local LAN Access
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.1.0 255.255.255.0 
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu dmz 1500
mtu guest 1500
mtu management 1500
ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN2 10.1.2.140-10.1.2.170 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any dmz
asdm image disk0:/asdm-613.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 5 64.42.233.225
global (outside) 3 64.42.233.226
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 5 0.0.0.0 0.0.0.0
nat (guest) 0 access-list guest_nat0_outbound
nat (guest) 3 0.0.0.0 0.0.0.0
access-group dmz in interface dmz
access-group guest in interface guest
route outside 0.0.0.0 0.0.0.0 64.42.233.230 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL 
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.1.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime seconds 28800
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime kilobytes 4608000
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
telnet 0.0.0.0 0.0.0.0 inside
telnet 0.0.0.0 0.0.0.0 management
telnet timeout 5
ssh 10.1.1.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
dhcpd address 172.16.1.100-172.16.1.150 guest
dhcpd dns 208.67.222.222 208.67.220.220 interface guest
dhcpd lease 7200 interface guest
dhcpd enable guest
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics host
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
 enable outside
 enable inside
 svc image disk0:/sslclient-win-1.1.4.179-anyconnect.pkg 1
 svc enable
 tunnel-group-list enable
group-policy test internal
group-policy test attributes
 dns-server value 208.67.222.222 208.67.220.220
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy excludespecified
 split-tunnel-network-list value VPN-CGY-LocalAccess
group-policy VPN-CGY internal
group-policy VPN-CGY attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy excludespecified
 split-tunnel-network-list value VPN-CGY-LocalAccess
 webvpn
  url-list none
  svc keep-installer installed
  svc rekey time 30
  svc rekey method ssl
  svc ask enable default webvpn
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 webvpn
  svc ask enable default webvpn
username user1 password OL0cVv3O/TRiz2X. encrypted privilege 0
username user1 attributes
 vpn-group-policy VPN-CGY
username user2 password h56Vp8eDSaHr/tL. encrypted privilege 15
tunnel-group DefaultRAGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultRAGroup webvpn-attributes
 group-alias Default disable
 group-alias DfltRA enable
 group-alias RA disable
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group DefaultWEBVPNGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 group-alias DfltWebVPN enable
tunnel-group DefaultWEBVPNGroup ipsec-attributes
 pre-shared-key *
tunnel-group VPN-CGY type remote-access
tunnel-group VPN-CGY general-attributes
 address-pool VPN-CGY-VPN
 default-group-policy VPN-CGY
tunnel-group VPN-CGY webvpn-attributes
 group-alias Calgary enable
tunnel-group VPN-CGY ipsec-attributes
 pre-shared-key *
tunnel-group test type remote-access
tunnel-group test general-attributes
 address-pool VPN-CGY-VPN2
 default-group-policy test
tunnel-group test webvpn-attributes
 group-alias test enable
tunnel-group test ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect icmp 
!
service-policy global_policy global
prompt hostname context 
Cryptochecksum:b63a20ff1af70831722d46e4b67ff538
: end

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-09-01 at 15:27:18ID24699705
Tags

cisco

,

asa

,

5510

,

asdm

,

vpn

,

dhcp

,

nat

,

acl

,

exemption

Topics

Cisco PIX Firewall

,

Network Routers

,

Virtual Private Networking (VPN)

Participating Experts
2
Points
500
Comments
10

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Clientless SSL VPN Cisco ASA
    Clientless VPN Setup on ASA 5505. I configured the SSL VPN to backend to our Radius Server (IAS) (Radius Server is located at our remote office over a vpn tunnel) All is well and I can log onto the portal and hit anything I want on our LAN. However the ASA also has a VPN T...
  2. Problem with IPSEC VPN between Windows Server and Cis…
    I have an IPSEC tunnel between a windows 2003 server and a Cisco ASA that is giving me trouble. The tunnel is working great for the most part, but periodically when I am remoted in via RDP, the RDP session will lose connection for about 5 or 10 seconds, and then reconnect ag...
  3. Can I use a Cisco ASA 5505 to access servers on a VP…
    I'm planning on upgrading from my PIX 506e to an ASA 5505. I currently connect to my office using the Cisco IPSEC VPN client and it works great when accessing computers within our office. The problem is I also have a couple servers in a remote datacenter. These servers are av...
  4. IPSEC VPN Routing Cisco ASA 5505
    I need some help on VPN Routing on a Cisco ASA 5505 but before I ask the question let me give some back round. I have a Cisco Router with an IOS IPSEC VPN tunnel built to a Cisco ASA 5505. In the Cisco ASA 5505 I have a seperate tunnel built to a different remote network ot...
  5. Cisco ASA + TMG 2010 IPSEC VPN tunnel
    Hi, I have a strange problem. I have configured IPSEC VPN tunnel between Cisco ASA and new ISA server (TMG 2010). Tunnel works correctly if I initialize traffic from Cisco side. Then I can ping servers from TMG and from ASA network. But If I try to initalize VPN tunnel from...
  6. Cisco ASA IPSec tunnel to tunnel routing.
    We've got two site to site IPSec tunnels setup to connect to our ASA 5520 Site1 and Site2 Site2 needs access to network resources on site1. Is this possible? Because I haven't been able to make it work. I can access both sites from the 5520 they're tunneled into but I ca...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: ikalmarPosted on 2009-09-02 at 02:46:29ID: 25239288

Hi,

Try this:

no access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0

no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.2.141-10.1.2.170 mask 255.255.255.0

no crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs

group-policy VPN-CGY attributes
no  split-tunnel-policy excludespecified
split-tunnel-policy tunnelall

 

by: 3nerdsPosted on 2009-09-02 at 06:39:26ID: 25240888

IKA has many good points here but I think he might of made a small typo.

You have this already:
ip local pool VPN-CGY-VPN2 10.1.2.140-10.1.2.170 mask 255.255.255.0

so when he wrote this:
no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.2.141-10.1.2.170 mask 255.255.255.0

I think he meant to write this:
no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.3.141-10.1.3.170 mask 255.255.255.0

other wise this line has no real purpose:
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0

Other then that what he suggested looks solid.

Good Luck,

3nerds

 

by: techflavorPosted on 2009-09-02 at 08:20:32ID: 25241992

So, just to make sure I have this right with both of your suggestions:

no access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0

no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.3.141-10.1.3.170 mask 255.255.255.0

no crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs

group-policy VPN-CGY attributes
no  split-tunnel-policy excludespecified
split-tunnel-policy tunnelall

 

by: ikalmarPosted on 2009-09-02 at 09:49:58ID: 25242935

ok, try it:)

 

by: techflavorPosted on 2009-09-02 at 11:33:42ID: 25244095

Ok did the above commands and I connect to the VPN, get an IP on range 10.1.3.140-10.1.3.170 but am still unable to ping router and other servers on LAN (10.1.1.x)

I've attached a couple screen captures from my client machine (XP Pro SP2 -- not joined to domain, just regular client pc).

Thanks for the replies and assistance so far!

Result of the command: "sh run"
 
: Saved
:
ASA Version 8.0(4) 
!
hostname RouterName
domain-name domainname.com
enable password rjYzxqUFpmwRhVLN encrypted
passwd rjYzxqUFpmwRhVLN encrypted
names
!
interface Ethernet0/0
 speed 10
 nameif outside
 security-level 0
 ip address 64.42.233.229 255.255.255.248 
 ospf cost 10
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0 
 ospf cost 10
!
interface Ethernet0/2
 nameif guest
 security-level 100
 ip address 172.16.1.1 255.255.255.0 
!
interface Ethernet0/3
 nameif dmz
 security-level 50
 ip address 192.168.10.1 255.255.255.0 
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0 
 ospf cost 10
 management-only
!
ftp mode passive
dns domain-lookup outside
dns domain-lookup inside
dns domain-lookup dmz
dns domain-lookup guest
dns domain-lookup management
dns server-group DefaultDNS
 name-server 208.67.222.222
 name-server 208.67.220.220
 domain-name domainname.com
same-security-traffic permit intra-interface
access-list dmz extended permit ip any any 
access-list dmz extended permit ip 192.168.10.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list guest extended permit ip 172.16.1.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list guest_nat0_outbound extended permit ip any 10.1.1.128 255.255.255.192 
access-list VPN-CGY-LocalAccess standard permit host 0.0.0.0 
access-list VPN-CGY-LocalAccess remark VPN Client Local LAN Access
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0 
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0 
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu dmz 1500
mtu guest 1500
mtu management 1500
ip local pool VPN-CGY-VPN2 10.1.2.140-10.1.2.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.3.141-10.1.3.170 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any dmz
asdm image disk0:/asdm-613.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 5 64.42.233.225
global (outside) 3 64.42.233.226
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 5 0.0.0.0 0.0.0.0
nat (guest) 0 access-list guest_nat0_outbound
nat (guest) 3 0.0.0.0 0.0.0.0
access-group dmz in interface dmz
access-group guest in interface guest
route outside 0.0.0.0 0.0.0.0 64.42.233.230 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL 
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.1.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime seconds 28800
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime kilobytes 4608000
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
telnet 0.0.0.0 0.0.0.0 inside
telnet 0.0.0.0 0.0.0.0 management
telnet timeout 5
ssh 10.1.1.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
dhcpd address 172.16.1.100-172.16.1.150 guest
dhcpd dns 208.67.222.222 208.67.220.220 interface guest
dhcpd lease 7200 interface guest
dhcpd enable guest
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics host
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
 enable outside
 enable inside
 svc image disk0:/sslclient-win-1.1.4.179-anyconnect.pkg 1
 svc enable
 tunnel-group-list enable
group-policy test internal
group-policy test attributes
 dns-server value 208.67.222.222 208.67.220.220
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy excludespecified
 split-tunnel-network-list value VPN-CGY-LocalAccess
group-policy VPN-CGY internal
group-policy VPN-CGY attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy tunnelall
 split-tunnel-network-list value VPN-CGY-LocalAccess
 webvpn
  url-list none
  svc keep-installer installed
  svc rekey time 30
  svc rekey method ssl
  svc ask enable default webvpn
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 webvpn
  svc ask enable default webvpn
username armstrongb password OL0cVv3O/TRiz2X. encrypted privilege 0
username armstrongb attributes
 vpn-group-policy VPN-CGY
username chaney password h56Vp8eDSaHr/tL. encrypted privilege 15
tunnel-group DefaultRAGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultRAGroup webvpn-attributes
 group-alias Default disable
 group-alias DfltRA enable
 group-alias RA disable
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group DefaultWEBVPNGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 group-alias DfltWebVPN enable
tunnel-group DefaultWEBVPNGroup ipsec-attributes
 pre-shared-key *
tunnel-group VPN-CGY type remote-access
tunnel-group VPN-CGY general-attributes
 address-pool VPN-CGY-VPN
 default-group-policy VPN-CGY
tunnel-group VPN-CGY webvpn-attributes
 group-alias Calgary enable
tunnel-group VPN-CGY ipsec-attributes
 pre-shared-key *
tunnel-group test type remote-access
tunnel-group test general-attributes
 address-pool VPN-CGY-VPN2
 default-group-policy test
tunnel-group test webvpn-attributes
 group-alias test enable
tunnel-group test ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect icmp 
!
service-policy global_policy global
prompt hostname context 
Cryptochecksum:fc3d84123a916f1544a3debacc688f87
: end
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:

Select allOpen in new window

 

by: techflavorPosted on 2009-09-02 at 11:46:03ID: 25244220

When I attempt a ping... this is the message I get from the Cisco syslog:
No translation group found for icmp src outside:10.1.3.141 dst inside:10.1.1.10 (type 8, code 0)

And when I attempt to connect via RDP:
No translation group found for tcp src outside:10.1.3.141/1351 dst inside:10.1.1.10/3389

 

by: ikalmarPosted on 2009-09-02 at 12:18:37ID: 25244573

it seems we missed the nonat statement:

the final row:

nat (inside) 0 access-list inside_nat0_outbound

and

clear xlate

it is working?:)

 

by: techflavorPosted on 2009-09-02 at 12:50:29ID: 25244878

ikalmar:

Adding that last command did work and now allows me to ping the servers on the LAN (10.1.1.10) but not the router (10.1.1.1)--not that big of a deal.  Also when connected to the VPN, I cannot browse the web.

So the main VPN issue is cleared up -- VPN clients able to access LAN resources.  Just now minor web browsing issues.

Okay, now to verify that users on dmz & guest can access the Internet (I'm not sitting there physically so I can't check right away)--the dmz is setup with no dhcp (webservers using static).. guest is setup with dhcp.  As you can also see, I'm using OpenDNS servers for DNS and not the one's issued by the ISP.  I guess I just need to verify the config is properly setup to allow outgoing access from dmz and guest and that using the OpenDNS servers is being used properly (with rules, etc.).

Once I have verified outgoing connectivity on the dmz/guest -- my goal is to setup access rules where the dmz servers (three webservers: 192.168.10.2-192.168.10.4) can access the inside network's sql server (10.1.1.13).  And then will need to allow the outside to connect into the dmz webservers.

Is there anyway to increase points past 500?  Or how about I just get a PayPal address =D

Result of the command: "sh run"
 
: Saved
:
ASA Version 8.0(4) 
!
hostname RouterName
domain-name domainname.com
enable password rjYzxqUFpmwRhVLN encrypted
passwd rjYzxqUFpmwRhVLN encrypted
names
!
interface Ethernet0/0
 speed 10
 nameif outside
 security-level 0
 ip address 64.42.233.229 255.255.255.248 
 ospf cost 10
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0 
 ospf cost 10
!
interface Ethernet0/2
 nameif guest
 security-level 100
 ip address 172.16.1.1 255.255.255.0 
!
interface Ethernet0/3
 nameif dmz
 security-level 50
 ip address 192.168.10.1 255.255.255.0 
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0 
 ospf cost 10
 management-only
!
ftp mode passive
dns domain-lookup outside
dns domain-lookup inside
dns domain-lookup dmz
dns domain-lookup guest
dns domain-lookup management
dns server-group DefaultDNS
 name-server 208.67.222.222
 name-server 208.67.220.220
 domain-name domainname.com
same-security-traffic permit intra-interface
access-list dmz extended permit ip any any 
access-list dmz extended permit ip 192.168.10.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list guest extended permit ip 172.16.1.0 255.255.255.0 64.42.233.0 255.255.255.0 
access-list VPN-CGY-LocalAccess standard permit host 0.0.0.0 
access-list VPN-CGY-LocalAccess remark VPN Client Local LAN Access
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0 
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0 
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu dmz 1500
mtu guest 1500
mtu management 1500
ip local pool VPN-CGY-VPN2 10.1.2.140-10.1.2.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.3.141-10.1.3.170 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any dmz
asdm image disk0:/asdm-613.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 5 64.42.233.225
global (outside) 3 64.42.233.226
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 5 0.0.0.0 0.0.0.0
nat (guest) 3 0.0.0.0 0.0.0.0
access-group dmz in interface dmz
access-group guest in interface guest
route outside 0.0.0.0 0.0.0.0 64.42.233.230 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL 
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.1.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime seconds 28800
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime kilobytes 4608000
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
telnet 0.0.0.0 0.0.0.0 inside
telnet 0.0.0.0 0.0.0.0 management
telnet timeout 5
ssh 10.1.1.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
dhcpd address 172.16.1.100-172.16.1.150 guest
dhcpd dns 208.67.222.222 208.67.220.220 interface guest
dhcpd lease 7200 interface guest
dhcpd enable guest
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics host
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
 enable outside
 enable inside
 svc image disk0:/sslclient-win-1.1.4.179-anyconnect.pkg 1
 svc enable
 tunnel-group-list enable
group-policy test internal
group-policy test attributes
 dns-server value 208.67.222.222 208.67.220.220
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy excludespecified
 split-tunnel-network-list value VPN-CGY-LocalAccess
group-policy VPN-CGY internal
group-policy VPN-CGY attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 split-tunnel-policy tunnelall
 split-tunnel-network-list value VPN-CGY-LocalAccess
 webvpn
  url-list none
  svc keep-installer installed
  svc rekey time 30
  svc rekey method ssl
  svc ask enable default webvpn
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 webvpn
  svc ask enable default webvpn
username armstrongb password OL0cVv3O/TRiz2X. encrypted privilege 0
username armstrongb attributes
 vpn-group-policy VPN-CGY
username chaney password h56Vp8eDSaHr/tL. encrypted privilege 15
tunnel-group DefaultRAGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultRAGroup webvpn-attributes
 group-alias Default disable
 group-alias DfltRA enable
 group-alias RA disable
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group DefaultWEBVPNGroup general-attributes
 address-pool VPN-CGY-VPN
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 group-alias DfltWebVPN enable
tunnel-group DefaultWEBVPNGroup ipsec-attributes
 pre-shared-key *
tunnel-group VPN-CGY type remote-access
tunnel-group VPN-CGY general-attributes
 address-pool VPN-CGY-VPN
 default-group-policy VPN-CGY
tunnel-group VPN-CGY webvpn-attributes
 group-alias Calgary enable
tunnel-group VPN-CGY ipsec-attributes
 pre-shared-key *
tunnel-group test type remote-access
tunnel-group test general-attributes
 address-pool VPN-CGY-VPN2
 default-group-policy test
tunnel-group test webvpn-attributes
 group-alias test enable
tunnel-group test ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect icmp 
!
service-policy global_policy global
prompt hostname context 
Cryptochecksum:fe7e9f31cc640461b19f91b598e8a082
: end
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:

Select allOpen in new window

 

by: techflavorPosted on 2009-09-02 at 13:20:07ID: 25245204

VPN accessing local LAN issues resolved -- still need to get web browsing working for VPN clients

Thanks ikalmar and 3nerds for your help.

I will create a new question in regards to the proper access rules for dmz / inside access.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...