getXML('<?xml version="1.0" encoding="UTF-8"?><ActiveMessages>Remote Access3077<Community id=".ee6b2b0" title="Networking Professionals">  <Forum id=".ee719fc" title="Network Infrastructure"><Topic id=".ee719fe" private="" title="Remote Access"><Conversation id=".2cd4f0f7" messages="7" subscribed="yes" title="Configuring ASA for LDAP lookup"><Message attachment="no" canreply="yes" id=".2cd4f0f7" level=""><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 16, 2009, 6:51am PST</Timestamp><Msgbody>Hi Guys,&lt;br /&gt;&lt;br /&gt;I am trying to set up my ASA 500 to authenticate remote users against our internal Domain Controllers.&lt;br /&gt;&lt;br /&gt;I have found a guide on the net which has advised me how to create an AAA Server group which tests out to query the servers fine.&lt;br /&gt;&lt;br /&gt;I have then created a Connection profile which uses the new AAA group for authentication.&lt;br /&gt;&lt;br /&gt;However, I am a bit confused as the details that need to be entered in to the Cisco VPN client.&lt;br /&gt;&lt;br /&gt;I enter the group name and password but get an error in the syslog saying that the tunnel group nae is unknown.&lt;br /&gt;&lt;br /&gt;Can any one point me in the right direction?&lt;br /&gt;&lt;br /&gt;Thanks again&lt;br /&gt;&lt;br /&gt;Mario De Rosa</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/0" level="1.">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 16, 2009, 7:08am PST</Timestamp><Msgbody>It sounds like you created a new tunnel-group in order to apply the authentication server. &lt;br /&gt;&lt;br /&gt;If you are using the IPSec client, you need to click on your profile and hit "modify" and change the group authentication section. The group-name would be the name of the tunnel-group/connection profile on the ASA (show run tunnel) and the group-password would be the pre-shared-key key that you defined in the tunnel-group/connection profile ipsec-attributes section.&lt;br /&gt;&lt;br /&gt;If you are using AnyConnect, you need to enable the group-drop-down list or a group-url in order to get the client to connect using the new tunnel group:&lt;br /&gt;conf t&lt;br /&gt;webvpn&lt;br /&gt;tunnel-group-list enable&lt;br /&gt;&lt;br /&gt;tunnel-group &lt;newgroup&gt; webvpn&lt;br /&gt;  group-alias mynewgroup enable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/1" level="1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 16, 2009, 7:21am PST</Timestamp><Msgbody>Thanks for the reply heather.&lt;br /&gt;&lt;br /&gt;I have double checked that I am typing in the group name and pre shared key correctly. But i am still missing something.&lt;br /&gt;&lt;br /&gt;Is there anything you think that I may be missing?&lt;br /&gt;&lt;br /&gt;Do you know of any other guides out there that may help me?&lt;br /&gt;&lt;br /&gt;Mario</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/4" level="1.1.1">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 16, 2009, 8:45am PST</Timestamp><Msgbody>Collect the debugs on the ASA:&lt;br /&gt;debug cry isa 127&lt;br /&gt;debug cry ipsec 127&lt;br /&gt;&lt;br /&gt;Collect the VPN client logs (set to 3-high for all)&lt;br /&gt;&lt;br /&gt;If you see anything about invalid hash theres still a problem with the password you have configured.&lt;br /&gt;&lt;br /&gt;Even if you dont see a problem with the hash the above logs should give you an idea why its failing. Not everything will make sense to someone who doesnt read these all day, but just try to glance them over and see if you see anything that jumps out or compare them to a working set of logs and you should be able to find the problem.&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/2" level="1.2"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 16, 2009, 8:06am PST</Timestamp><Msgbody>sorted that out now heather thanks.&lt;br /&gt;&lt;br /&gt;I am now having a slight issue with the firewall not being able to forward a DHCP request to my dhcp server inside my internal LAN.&lt;br /&gt;&lt;br /&gt;On the connection profile I have entered the IP address of my internal DHCP server.&lt;br /&gt;&lt;br /&gt;I have also set a global DHCP relay server and set the Outside interface to act as a DHCP relay.&lt;br /&gt;&lt;br /&gt;Is that right?&lt;br /&gt;&lt;br /&gt;WHen i monitor an incomming VPN connection it advises that there are "no viable DHCP servers found for tunnel group"&lt;br /&gt;&lt;br /&gt;ANy Ideas? I cannot actually tell whether the dhcp relay is working.&lt;br /&gt;&lt;br /&gt;Would I have to confgure any firewall rules to allow DHCP requests/replies to and from the internal LAN???&lt;br /&gt;&lt;br /&gt;Mario</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/3" level="1.2.1">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 16, 2009, 8:43am PST</Timestamp><Msgbody>Please rate the authentication post answer if it resolved the issue.&lt;br /&gt;&lt;br /&gt;This DHCP question shouldve been posted in a new topic thread so others are able to easily find it if they also need help on the same thing. &lt;br /&gt;&lt;br /&gt;About "I have also set a global DHCP relay server and set the Outside interface to act as a DHCP relay. Is that right?"&lt;br /&gt;&lt;br /&gt;You should not configure a DHCP relay server for the VPN (please remove it if possible).&lt;br /&gt;&lt;br /&gt;The only things needed to get dhcp working for the VPN are &lt;br /&gt;1) Defining the DHCP server in the group and &lt;br /&gt;2) Making sure that "vpn-addr-assign dhcp" is enabled (show run all | i vpn-addr-assign dhcp)  &lt;br /&gt;and 3) (optional) set up a network-scope in the group-policy on the ASA if you want to assign an address from a particular range on the dhcp server.&lt;br /&gt;&lt;br /&gt;Here is more information about DHCP for vpn laid out in a pretty format:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.ciscotaccc.com/kaidara-advisor/security/showcase?case=K12412196&apos;)"&gt;http://www.ciscotaccc.com/kaidara-advisor/security/showcase?case=K12412196&lt;/A&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;https://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080a66bc6.shtml&apos;)"&gt;https://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080a66bc6.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f0f7/5" level="1.2.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 16, 2009, 8:50am PST</Timestamp><Msgbody>Hi Heather,&lt;br /&gt;&lt;br /&gt;so,&lt;br /&gt;&lt;br /&gt;I have to remove the DHCP Relay agent on the outside interface AND the global setting?&lt;br /&gt;&lt;br /&gt;I have already defined the internal IP of the DHCP server in the Connection profile, so thats OK.&lt;br /&gt;&lt;br /&gt;is there a way of making the vpn-addr-assign dhcp setting enabled in the ASDM?? I do not have telnet access at the moment.&lt;br /&gt;&lt;br /&gt;do i have to set up the network scope on the ASA as well as my internal DHCP server.&lt;br /&gt;&lt;br /&gt;COnfused or what!!&lt;br /&gt;&lt;br /&gt;Sorry.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" editable="yes" id=".2cd4f0f7/6" level="1.2.1.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 8:38am PST</Timestamp><Msgbody>removing the DHCP relay agent on both the outside interface AND as a global setting has resolved this issue with DHCP address not being assigned.&lt;br /&gt;&lt;br /&gt;No i have a problem with the VPN throughput, but thats in another post.&lt;br /&gt;&lt;br /&gt;Thanks Heather!</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f29b" messages="10" subscribed="yes" title="NO VPN throughput once connected"><Message attachment="no" canreply="yes" id=".2cd4f29b" level=""><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 2:03am PST</Timestamp><Msgbody>Hi all,&lt;br /&gt;&lt;br /&gt;I have a cisco ASA 5505 which has 2 different connection profiles configured. 1 of them is an old connection profile which used a local user database for authentication and a local DHCP IP pool for giving out IP addresses.&lt;br /&gt;&lt;br /&gt;I have created a new profile which now authenticates remote access clients to our internal LDAP server and hands out DHCP addresses from our internal DHCP server.&lt;br /&gt;&lt;br /&gt;The problem now is that there is no throughput. I.e. I cannot ping anything on the LAN. The only IP i can ping is the internal IP of the ASA.&lt;br /&gt;&lt;br /&gt;A point to note is that I want to fade out the old connection profile once I have the new one working sweetly. At the moment, both are handing out IPs from the same subnet, would that confuse the firewall in any way? Or is it just a case of ACLs need to be configured to allow the traffic from the VPN clients to the rest of the network?&lt;br /&gt;&lt;br /&gt;Mario</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/0" level="1.">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 5:34am PST</Timestamp><Msgbody>Check to see what IP address subnets are configured to be "protected"&lt;br /&gt;&lt;br /&gt;HTH&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/1" level="1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 5:52am PST</Timestamp><Msgbody>Hi ANdrew,&lt;br /&gt;&lt;br /&gt;the old connection profile uses a local DHCP pool of 192.168.10.100 - 192.168.10.200. this profile is working absolutely fine.&lt;br /&gt;&lt;br /&gt;Now, because the LAN on the inside interface is using the same subnet 192.168.10.0/24 I have to configure a second profile so that DHCP leases for remote access clients come from our internal DHCP server, also giving out addresses on the same subnet causing problems until I eliminate the old connection profile.&lt;br /&gt;&lt;br /&gt;I have been reading a couple of guides that Heather posted in my post yesterday and they take me through setting up crypto maps and nat 0 policies which seems a bit beyond me.&lt;br /&gt;&lt;br /&gt;Out internal LAN is 192.168.10.0/24&lt;br /&gt;DMZ is 192.168.20.0/24&lt;br /&gt;&lt;br /&gt;What do you mean by checking to see what IP subnets are protected?&lt;br /&gt;&lt;br /&gt;Mario</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/2" level="1.1.1">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 6:00am PST</Timestamp><Msgbody>Mario,&lt;br /&gt;&lt;br /&gt;The fact that a device other than the PIX/ASA is allocating DHCP addresses is the issue.  When the PIX/ASA issues the addresses - it then knows what needs to be encrypted etc.&lt;br /&gt;&lt;br /&gt;When you have another device doing that job - you need to tell the PIX/ASA what needs to be encrypted and what does not.&lt;br /&gt;&lt;br /&gt;Read the below config example - pay attention to "Split Tunneling"&lt;br /&gt;&lt;br /&gt;HTH&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/3" level="1.1.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 6:09am PST</Timestamp><Msgbody>thanks Andrew,&lt;br /&gt;&lt;br /&gt;I do not think you posted the sample config.&lt;br /&gt;&lt;br /&gt;Thanks for your help so far!!</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/4" level="1.1.1.1.1">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 6:13am PST</Timestamp><Msgbody>Sorry!&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080702999.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080702999.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/5" level="1.1.1.1.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 6:44am PST</Timestamp><Msgbody>Thanks Andrew,&lt;br /&gt;&lt;br /&gt;I will try that. Will this work in conjunction with the existing local DHCP pool configured on the old connection profile?&lt;br /&gt;&lt;br /&gt;The problem I have is that I cannot disable the old profile until I am sure the new one is working.&lt;br /&gt;&lt;br /&gt;Thanks again!</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/6" level="1.1.1.1.1.1.1">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 7:13am PST</Timestamp><Msgbody>yes - you can have multiple profiles that will work seemlessly side by side.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/7" level="1.1.1.1.1.1.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 7:57am PST</Timestamp><Msgbody>Hi Andrew,&lt;br /&gt;&lt;br /&gt;given the security concerns in enabling split-tunneling. Are there ways to achieve the same thing without comprimising security?&lt;br /&gt;&lt;br /&gt;Mario</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f29b/8" level="1.1.1.1.1.1.1.1.1">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 8:01am PST</Timestamp><Msgbody>Mario,&lt;br /&gt;&lt;br /&gt;I posted "Read the below config example - pay attention to "Split Tunneling""&lt;br /&gt;&lt;br /&gt;That does not read - you must configure split tunneling.&lt;br /&gt;&lt;br /&gt;I said to use it as an example to what you need to check.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" editable="yes" id=".2cd4f29b/9" level="1.1.1.1.1.1.1.1.1.1"><Author authinfo=" MAZTEK">marioderosa2008</Author><Timestamp>Nov 17, 2009, 8:19am PST</Timestamp><Msgbody>Hi Andrew, sorry about that.&lt;br /&gt;&lt;br /&gt;I dont quite understand how the config code on that page relates to my original query but I am going to read a couple of the referal documents listed on that page about restricting access to local LAN only and the PIX/ASA 7.x as a Remote VPN Server using ASDM Configuration Example for IPSec.&lt;br /&gt;&lt;br /&gt;I&apos;ll let you know how it goes!!&lt;br /&gt;&lt;br /&gt;Mario</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f1c2" messages="5" subscribed="no" title="871W External Management"><Message attachment="no" canreply="yes" id=".2cd4f1c2" level="">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 16, 2009, 1:21pm PST</Timestamp><Msgbody>After much dabbling, I have my Cisco 871W working perfectly with ezvpn to a central ASA5505. Wireless is all good and the tunnel to the main office is reliable. Sorted!!&lt;br /&gt;&lt;br /&gt;I have one last thing that I can&apos;t figure out. I want to manage the router from the main site through SSH or HTTPS and have tried all sorts on the firewall to get this sorted. The subnet that I will manage from will be 10.1.10.0/23 if that helps...&lt;br /&gt;&lt;br /&gt;I&apos;ve attached the config for reference.&lt;br /&gt;&lt;br /&gt;Any pointers would be much appreciated so I can draw a line under the config and ship it out to the customer.&lt;br /&gt;&lt;br /&gt;Thanks in advance...&lt;br /&gt;&lt;br /&gt;Campbell Thompson&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) rtr11-confg&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>rtr11-confg</FileName><DocID>123655</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>8040</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1c2/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 16, 2009, 1:49pm PST</Timestamp><Msgbody>I would begin with:&lt;br /&gt;&lt;br /&gt;interface FastEthernet4&lt;br /&gt; no zone-member security out-zone&lt;br /&gt;&lt;br /&gt;interface Vlan1&lt;br /&gt; no ip tcp adjust-mss 1452&lt;br /&gt;&lt;br /&gt;interface BVI1&lt;br /&gt; no zone-member security in-zone&lt;br /&gt; no ip tcp adjust-mss 1412&lt;br /&gt;&lt;br /&gt;no ip route 0.0.0.0 0.0.0.0 FastEthernet4 dhcp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You could remove more commands, I&apos;ve indicated what jumps to the eye.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1c2/1" level="1.1" new="yes">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 16, 2009, 2:04pm PST</Timestamp><Msgbody>Okay, that works, but ideally, I&apos;d like to make use of the zone based firewall. Which zone would I need to change and how?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1c2/2" level="1.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 16, 2009, 2:10pm PST</Timestamp><Msgbody>Not sure, I&apos;ve seen ZBFW only cause problems but never do any good.&lt;br /&gt;&lt;br /&gt;You have NAT, nobody can attack you from outside. At least that is my experience in 12 years on installing routers with NAT.&lt;br /&gt;&lt;br /&gt;Please remember to rate useful posts with the scrollbox below.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1c2/3" level="1.1.1.1" new="yes">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 16, 2009, 4:16pm PST</Timestamp><Msgbody>I really appreciate he help. I agree that I&apos;m more than secure, especially as the 871 is sitting in the client&apos;s own firewalled network, so there&apos;s limited risk.&lt;br /&gt;&lt;br /&gt;I know that Cisco claim that the ZBF is supposed to make things more logical an simpler! I&apos;m not sure that I agree!!!&lt;br /&gt;&lt;br /&gt;Thanks again for the help...&lt;br /&gt;&lt;br /&gt;Campbell Thompson&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.etonbridge.com/&apos;)"&gt;http://www.etonbridge.com/&lt;/A&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1c2/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 17, 2009, 5:30am PST</Timestamp><Msgbody>No problem, thank you for the nice rating and good luck!</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4a621" messages="5" subscribed="no" title="1841 Router for Terminal Server"><Message attachment="no" canreply="yes" id=".2cd4a621" level=""><Author authinfo=" MANNAI CORPORATION Q S C">pemasirid</Author><Timestamp>Oct 4, 2009, 6:49am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I have 1841 router with following specs;&lt;br /&gt;IOS: ipbasek9-mz.124-24.T1&lt;br /&gt;HWIC-8A/S-RS232 in slot0&lt;br /&gt;WIC-1AM-V2 in Slot 1&lt;br /&gt;&lt;br /&gt;Console cables are connected from 0-3 on 1st port of 8A/S-RS232 to 04 devices starting Cable 0 to Switch and cable 1 to ASR router etc.&lt;br /&gt;&lt;br /&gt;WIC-1AM-V2 modem is configured as Asyn in order to dial the server to access via analog line.&lt;br /&gt;&lt;br /&gt;The issue I&apos;m having is that I can connect only to 1st port (which is port 0 connected to switch) by giving host name with port 2002.&lt;br /&gt;&lt;br /&gt;When I try connecting other devices such as asr router (with port 2003) I can see the port is open but I cant log-in to the devices.&lt;br /&gt;&lt;br /&gt;Attached is the running configuration and connection/session/lines informaitons. &lt;br /&gt;&lt;br /&gt;Can someone advise me why I cant log-in to the other ports (except port 2002).&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) gn-qdc-pw1xxx-con1.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>gn-qdc-pw1xxx-con1.txt</FileName><DocID>121811</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>29080</Size><ExpirationDate>10/04/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4a621/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Oct 4, 2009, 1:04pm PST</Timestamp><Msgbody>Remove flowcontrol hardware from 0/0/x lines. There, you will want also modem out, transport input none, no exec.</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4a621/1" level="2." new="yes">            <Author authinfo=" Latnetserviss SIA">baiba@latnet.lv</Author><Timestamp>Nov 12, 2009, 11:16pm PST</Timestamp><Msgbody>Hello, i have similar, not to say exact (same router/card), problem, i have tried almost everything, googled for week, but no solution jet, please tell if you have found solution for this.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4a621/2" level="2.1" new="yes"><Author authinfo=" MANNAI CORPORATION Q S C">pemasirid</Author><Timestamp>Nov 13, 2009, 4:10am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I made it working after giving no-exec and exec-timeout 0 0 under line command.&lt;br /&gt;&lt;br /&gt;Pls share your configuration so that I can figure out.&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4a621/3" level="2.1.1" new="yes">            <Author authinfo=" Latnetserviss SIA">baiba@latnet.lv</Author><Timestamp>Nov 13, 2009, 6:32am PST</Timestamp><Msgbody>My config&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) 1841-config.txt&lt;br /&gt;</Msgbody><Attachment><Document><FileName>1841-config.txt</FileName><DocID>123546</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>6416</Size><ExpirationDate>11/13/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4a621/4" level="2.1.1.1" new="yes">            <Author authinfo=" Latnetserviss SIA">baiba@latnet.lv</Author><Timestamp>Nov 16, 2009, 11:52pm PST</Timestamp><Msgbody>as I found out, configuration with interface card: HWIC-8A/S-232 (with two physical interfaces for cable) with cable CAB-HD8-ASYNC works as follows:&lt;br /&gt;on both interface slots only first 4 even console cables (starting with 0) works thus making for first slot (labeled 0-3) P0,P2,P4 and P6 working. accordingly serial nubers are Sx/x/0(1,2,3). and for second slot (labeled 4-7) same P0,P2,P4 and P6 working, and serial numbers are Sx/x/4(5,6,7)&lt;br /&gt;in conclusion for full 8 console cables you need two cables (CAB-HD8-ASYNC) and you can use only half of 16 cable ends (as described above)</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f13e" messages="1" subscribed="no" title="CEF LoadBalance on 2 ADSL connections"><Message attachment="no" canreply="yes" id=".2cd4f13e" level="">      <Author authinfo="Network Engineer, eLinear Solutions Middle East FZ LLC">prachaya_k</Author><Timestamp>Nov 16, 2009, 9:01am PST</Timestamp><Msgbody>Hi there, Can anyone help me with CEF load balance. I have 2 ADSL connections on the router 2811 and I am trying to load balance over these 2 links. Please see the attachment for my current configuration. The problem is I tried to browse the internet some website is not accessible and if it can access it take a long time to change from page to page. What is the problem here? I understand that the router see the 2 default route with the same cost and CEF will load balance the traffic using per-destination by default.. But the problem is exists.. Anyone has any idea what I did wrong.. &lt;br /&gt;&lt;br /&gt;Thanks in advance.. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) LB CEF ADSL.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>LB CEF ADSL.txt</FileName><DocID>123654</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1775</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f13e/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 16, 2009, 12:52pm PST</Timestamp><Msgbody>Under both dialer interfaces:&lt;br /&gt;ip mtu 1492&lt;br /&gt;&lt;br /&gt;Under FastEthernet0/0:&lt;br /&gt;ip tcp adjust-mss 1452&lt;br /&gt;&lt;br /&gt;Optionally:&lt;br /&gt;sub-interface are not needed with PPPoE&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4eb7a" messages="3" subscribed="no" title="Different passwords on both ends of a PPP CHAP Authentication"><Message attachment="no" canreply="yes" id=".2cd4eb7a" level="">            <Author authinfo=" COMPUTACENTER STUTTGART" ccie="yes">aroehlich</Author><Timestamp>Nov 12, 2009, 3:17am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;as a default, Cisco IOS expects exactly the same passwords on both Devices that are doing PPP CHAP authentications between them.&lt;br /&gt;&lt;br /&gt;What i need is a mutual authentication of both sides using a different password for each authentication. Assuming two routers,R1 and R2,  R1 should authenticate R2 using password 1 and R2 should authenticate R1 using password 2.&lt;br /&gt;&lt;br /&gt;Is there any way in IOS to do this?&lt;br /&gt;&lt;br /&gt;Thank&apos;s for your Help in Advance!</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4eb7a/0" level="1." new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 14, 2009, 9:45am PST</Timestamp><Msgbody>Are you running ISDN or point-to-point links?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eb7a/1" level="1.1" new="yes">            <Author authinfo=" COMPUTACENTER STUTTGART" ccie="yes">aroehlich</Author><Timestamp>Nov 16, 2009, 1:36am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;i am running point-to-point links over async serial lines. Does that make a diffenrence? Thank&apos;s for your Help!</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eb7a/2" level="1.1.1" new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 16, 2009, 2:16am PST</Timestamp><Msgbody>Yes - over isdn you can use the host name of the devices, or specific passwords in dialer map statements!&lt;br /&gt;&lt;br /&gt;over pt-pt links, I&apos;m not sure if you can have anything other than a static password - but I&apos;m not 100%.&lt;br /&gt;&lt;br /&gt;You should test it out.&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f010" messages="3" subscribed="no" title="Cisco VPN Client compatible with FVS318 V3"><Message attachment="no" canreply="yes" id=".2cd4f010" level=""><Author authinfo=" dooz">zillah2004</Author><Timestamp>Nov 15, 2009, 5:01pm PST</Timestamp><Msgbody>Hi&lt;br /&gt;&lt;br /&gt;I would like to use a Cisco VPN client with a Netgear FVS318 V3 ,,,,,I know how to configure Netgear FVS318 V3 for IPsec,,,because I am using TheGreenbow client now with it.&lt;br /&gt;&lt;br /&gt;But I do not know how to configure Cisco VPN (some client does not have TheGeenBow VPN utility)&lt;br /&gt;&lt;br /&gt;I just want to find out how to do that ? specially with the option "Group Authentication" which it asks about username and password.&lt;br /&gt;&lt;br /&gt;Thanks</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f010/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 15, 2009, 6:48pm PST</Timestamp><Msgbody>Quick Breakdown -- There are of course variations, but for a basic config, there are 3 things minimum when making a connection entry on the VPN client:&lt;br /&gt;&lt;br /&gt;1. Connection Entry -- This is just a name. It is only locally significant so you can identify the connection. Doesnt need to match anything on the headend&lt;br /&gt;&lt;br /&gt;2. Host -- This is the public ip address of the headend (in your case the netgear ip)&lt;br /&gt;&lt;br /&gt;3. Group Authentication -- This needs to match the headend configuration. On the headend there should be a group name defined for the VPN connections. The group contains the parameters for the VPN to connect such as which authentication servers to use, which policies, and which pre-shared-key. The pre-shared-key that you define in the group on the headend is what you use for the "password" for group authentication.&lt;br /&gt;&lt;br /&gt;The rest of the stuff can usually be left at its defaults on the client side.&lt;br /&gt;&lt;br /&gt;For more information also check our vpn client admin guide:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/security/vpn_client/cisco_vpn_client/vpn_client500_501/administration/5vAc.html&apos;)"&gt;http://www.cisco.com/en/US/docs/security/vpn_client/cisco_vpn_client/vpn_client500_501/administration/5vAc.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f010/2" level="1.1" new="yes"><Author authinfo=" dooz">zillah2004</Author><Timestamp>Nov 15, 2009, 9:28pm PST</Timestamp><Msgbody>&gt;&gt;3. Group Authentication -- This needs to match the headend configuration. On the headend there should be a group name defined for the VPN connections. The group contains the parameters for the VPN to connect such as which authentication servers to use, which policies, and which pre-shared-key. The pre-shared-key that you define in the group on the headend is what you use for the "password" for group authentication. &lt;br /&gt;&lt;&lt;&lt;br /&gt;Thanks heater,,,,I do not have within netgear router what is called "Group Authentication" (to bundle policies, pre-shared-key, etc )please see the link below to have an idea what options I have got with FVS318 V3 &lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.scribd.com/doc/3800516/Netgear-FVS318-GreenBow-IPsec-VPN-Configuration&apos;)"&gt;http://www.scribd.com/doc/3800516/Netgear-FVS318-GreenBow-IPsec-VPN-Configuration&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;for instance within Cisco VPN client under "Authentication Group" I have got username ,,,,,,,what would the cisco VPN&apos;s username match on the netgear router (compare to the link that I have posted) ?&lt;br /&gt;&lt;br /&gt;under "Authentication Group" I have got a password ,,,,,,,what would the cisco VPN&apos;s password match on the netgear router (compare to the link that I have posted)?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f010/1" level="2." new="yes">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 15, 2009, 6:52pm PST</Timestamp><Msgbody>Just want to add one more thing for extra clarification...&lt;br /&gt;&lt;br /&gt;Group authentication is not the same thing as user authentication (xauth). There is a group name and password (pre-shared-key)that should be configured on the headend and in addition to this there is  a username and password. You configure the group name and password (pre-shared-key) when youre setting up the connection profile. You won&apos;t be prompted to enter the username and password until you actually initiate the connection.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd49b05" messages="9" subscribed="no" title="Cannot Launch Easy VPN Server Wizard from SDM"><Message attachment="no" canreply="yes" id=".2cd49b05" level="">            <Author authinfo=" No Company!">urfankhaliq@hotmail.com</Author><Timestamp>Sep 26, 2009, 2:41pm PST</Timestamp><Msgbody>Hi All,&lt;br /&gt;&lt;br /&gt;I have an 837 and also an 877 set up in two different locations and seem to have the same issue with both...the issue is that I cannot launch the wizard even tho the button is available...&lt;br /&gt;&lt;br /&gt;I press the button and nothing happens at all...&lt;br /&gt;&lt;br /&gt;Can anyone give me an idea why?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Urfan</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/0" level="1." new="yes">            <Author authinfo=" Ingenuity Systems">tprendergast</Author><Timestamp>Sep 28, 2009, 2:24pm PST</Timestamp><Msgbody>What IOS are you running on your routers (show version)? Make sure both IOS images support easy vpn (I&apos;m pretty sure all available 12.4 for those models has this support).&lt;br /&gt;&lt;br /&gt;Also -- make sure Java is properly installed on your system and that you aren&apos;t popup-blocking the configuration window for EasyVPN. &lt;br /&gt;&lt;br /&gt;Latest SDM requires your client to support:&lt;br /&gt;•Firefox 1.0.6 and later versions &lt;br /&gt;•Internet Explorer 5.5 and later versions &lt;br /&gt;•Netscape 7.1 and 7.2 &lt;br /&gt;Cisco SDM 2.4.1 requires Sun Java Runtime Environment (JRE). The following versions are supported: &lt;br /&gt;•JRE 1.5_09 &lt;br /&gt;•JRE1.4.2_08 &lt;br /&gt;•JRE 1.5.0_06 &lt;br /&gt;•JRE 1.5.0_07 &lt;br /&gt;&lt;br /&gt;Hope that helps...&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Tim</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/1" level="1.1" new="yes">            <Author authinfo=" No Company!">urfankhaliq@hotmail.com</Author><Timestamp>Sep 29, 2009, 11:38am PST</Timestamp><Msgbody>Hi Tim, Thanks for that,details as follows...&lt;br /&gt;&lt;br /&gt;The 837 is running c837-k9o3sy6-mz.124-21.bin with Java 6 and IE8...&lt;br /&gt;&lt;br /&gt;The 877 is running &lt;br /&gt;c870-advsecurityk9-mz.124-4.T7.bin, with Java 7 and IE 6 on windows server 2003...&lt;br /&gt;&lt;br /&gt;Just cant figure out why the button does nothing! Please help&lt;br /&gt;&lt;br /&gt;Urfan</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/2" level="1.1.1" new="yes">            <Author authinfo=" No Company!">urfankhaliq@hotmail.com</Author><Timestamp>Oct 4, 2009, 1:54pm PST</Timestamp><Msgbody>Anyone got any ideas??&lt;br /&gt;&lt;br /&gt;Urfan</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/3" level="1.1.1.1" new="yes">            <Author authinfo=" No Company!">urfankhaliq@hotmail.com</Author><Timestamp>Oct 13, 2009, 1:16pm PST</Timestamp><Msgbody>bump...im surprised no one can help??&lt;br /&gt;&lt;br /&gt;Please</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" COMPRO COMPUTER SERVICES, INC">kabeck@compro.net</Author><Timestamp>Oct 14, 2009, 6:30pm PST</Timestamp><Msgbody>Sorry I can not help but will add that I am seeing the same issue.   So this is to keep it at the top  BUMP...&lt;br /&gt;&lt;br /&gt;SDM 2.5&lt;br /&gt;Cisco 3745&lt;br /&gt;IOS 12.4&lt;br /&gt;&lt;br /&gt;Java Ver 6 update 7 (build 1.6.0_07-b06)</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/5" level="1.1.1.1.1.1" new="yes"><Author authinfo=" IO PRACTICEWARE">ryan.anthony</Author><Timestamp>Oct 28, 2009, 8:32am PST</Timestamp><Msgbody>I&apos;m having the same issue here.  I have IOS Version 12.4(22)T and SDM version 2.5 on a Cisco 871.  &lt;br /&gt;&lt;br /&gt;Java 6 Update 15 (build 1.6.0_15-b03).&lt;br /&gt;&lt;br /&gt;It&apos;s becoming quite frustrating having the SDM be unresponsive to simple button clicks.  Does anyone have any idea why this is?  I assume it&apos;s because there&apos;s some state where the SDM doesn&apos;t know what to do with the existing config.  But I don&apos;t really want to go rebuilding my whole config just because this button can&apos;t handle it.</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/6" level="1.1.1.1.2" new="yes">            <Author authinfo=" GST BOCES - Cisco Academy">joowens@gstboces.org</Author><Timestamp>Oct 29, 2009, 6:59am PST</Timestamp><Msgbody>I ran into the same issue recently.  I was able to configure easy VPN by connecting my laptop (not running version 6 of JRE).  The workstation that I was trying to connect with had SDM install locally and was updated to the newest JRE.  Hope this helps you a bit.  I can&apos;t narrow down the exact issue just yet, but it is a combination of JRE and whether SDM is install locally.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/7" level="2." new="yes"><Author authinfo=" MPE Engineering">zspencer@mpe.ca</Author><Timestamp>Nov 6, 2009, 7:35am PST</Timestamp><Msgbody>I had the exact same issue. To resolve, I uninstalled Java 6 Update 15 and 7. The only Java that remained was Java 5 update 16, wizard now properly launches in SDM.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49b05/8" level="2.1" new="yes">            <Author authinfo=" No Company!">urfankhaliq@hotmail.com</Author><Timestamp>Nov 15, 2009, 2:41pm PST</Timestamp><Msgbody>I managed to sort this also by uninstalling java completely and downloading an older version &lt;br /&gt;&lt;br /&gt;Version 1.5.0 (build 1.5.0_21-b01)&lt;br /&gt;&lt;br /&gt;Urfan</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ba84" messages="1" subscribed="no" title="No advanced mode on Mac OSX?"><Message attachment="no" canreply="yes" id=".2cd4ba84" level=""><Author authinfo=" ">Blindside</Author><Timestamp>Oct 15, 2009, 8:26am PST</Timestamp><Msgbody>I&apos;m usin the VPN client 4.9.01 on Mac OX 10.6 and I can not activate the advanced mode in order to set up or configure connections. The software starts in simple mode, CMD+M does not doe anything and if I click on &apos;Options&apos; the Advanced Mode is greyed out. I already tried uninstall and reinstall but the situation doesn&apos;t change. It&apos;s unbelievable frustrating, how can I resolve this?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ba84/0" level="1." new="yes"><Author authinfo=" UNIVERSITY OF MAASTRICHT">eline_arnoldy</Author><Timestamp>Nov 15, 2009, 6:10am PST</Timestamp><Msgbody>I have exactly the same problem and also tried uninstall and reinstall but nothing works. How to solve this?</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4efa8" messages="1" subscribed="no" title="SHDSL routers for Point to Point Connectivity"><Message attachment="no" canreply="yes" id=".2cd4efa8" level="">            <Author authinfo=" Private">bsingara</Author><Timestamp>Nov 15, 2009, 12:32am PST</Timestamp><Msgbody>Could please light me what is best option for SHDSL point to point connectivity.&lt;br /&gt;&lt;br /&gt;Alos please comapre the WAN interface card below which should I choose for SHDSL connection:&lt;br /&gt;&lt;br /&gt;Cisco 1-Port G.SHDSL WAN Interface Card (part number WIC-1SHDSL-V3)&lt;br /&gt;Cisco 2-Pair G.SHDSL HWIC (HWIC-2SHDSL)&lt;br /&gt;Cisco 4-Pair G.SHDSL HWIC (HWIC-4SHDSL)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efa8/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 15, 2009, 6:02am PST</Timestamp><Msgbody>Already replied in another thread, please do not open duplicates.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4efa9" messages="1" subscribed="no" title="cheep solution for SHDSL routers for Point to Point Connectivity"><Message attachment="no" canreply="yes" id=".2cd4efa9" level="">            <Author authinfo=" Private">bsingara</Author><Timestamp>Nov 15, 2009, 1:00am PST</Timestamp><Msgbody>Please give me best solution and cost effective solution for SHDSL routers for Point to Point Connectivity.</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efa9/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 15, 2009, 6:02am PST</Timestamp><Msgbody>Already replied in another thread, please do not open duplicates.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4eb9f" messages="4" subscribed="no" title="DHCP on 871 WAN Port"><Message attachment="no" canreply="yes" id=".2cd4eb9f" level="">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 12, 2009, 5:14am PST</Timestamp><Msgbody>I&apos;m having some issues with configuring DHCP on the WAN port (Fa4) on a Cisco 871W. Basically, I want to configure this unit locally, so I can ship it to an existing broadband user to just plug in to their Broadband modem and hey presto, it will work!!!&lt;br /&gt;&lt;br /&gt;I&apos;ve configured the WAN port for DHCP, and had some minor success getting an IP and default route etc for the next hop to the existing DSL router, but now I&apos;m getting no IP address assigned, whatever I try.&lt;br /&gt;&lt;br /&gt;The DSL router is a Netgear and it&apos;s happily chugging out IP&apos;s to other DHCP clients...&lt;br /&gt;&lt;br /&gt;Am I doing something really, really stupid?!&lt;br /&gt;&lt;br /&gt;Thanks in advance &lt;br /&gt;&lt;br /&gt;Campbell Thompson</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4eb9f/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 13, 2009, 7:13am PST</Timestamp><Msgbody>Sometime IOS DHCP client just don&apos;t work.&lt;br /&gt;Try upgrading IOS.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eb9f/1" level="1.1" new="yes">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 13, 2009, 7:51am PST</Timestamp><Msgbody>I&apos;m up to the latest IOS on this router.&lt;br /&gt;&lt;br /&gt;I&apos;ve managed to make some progress... I think...&lt;br /&gt;&lt;br /&gt;I removed the:&lt;br /&gt;&lt;br /&gt;zone-member security out-zone &lt;br /&gt;&lt;br /&gt;from the fastethernet4 config and can then get DHCP traffic...&lt;br /&gt;&lt;br /&gt;So, leads me to the question, can I leave that on and add an exception to all DHCP traffic to the zone?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eb9f/2" level="1.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 13, 2009, 8:01am PST</Timestamp><Msgbody>To be honest, I think you can do without ZBFW in 99.9% of the cases.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eb9f/3" level="1.1.1.1" new="yes">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 13, 2009, 8:03am PST</Timestamp><Msgbody>That&apos;s what I was hoping you would say!!&lt;br /&gt;&lt;br /&gt;Right, I&apos;m going to reset to default and get my EzVPN up and running and then apply the DHCP.&lt;br /&gt;&lt;br /&gt;I&apos;ll let you know how I go...&lt;br /&gt;&lt;br /&gt;Campbell&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.etonbridge.com/&apos;)"&gt;http://www.etonbridge.com/&lt;/A&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4eadd" messages="1" subscribed="no" title="VPN Client not working properly in windows 7 "><Message attachment="no" canreply="yes" id=".2cd4eadd" level="">            <Author authinfo=" Capstone Turbine">luisrolocq</Author><Timestamp>Nov 11, 2009, 4:54pm PST</Timestamp><Msgbody>I&apos;m using the latest version of VPN client in windows 7 for several users and all of them are having problems, they get connected apparently but when trying to access the internal network to browse no connection is established, any one experiencing the same issue, nothing has been released in microsoft site regrading this issue they claim it should work just fine but aparently is not.&lt;br /&gt;&lt;br /&gt;Any help will be greatly appreciated</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4eadd/0" level="1.">      <Author authinfo="Senior Consultant, CHESAPEAKE NETCRAFTSMEN, LLC">rburts</Author><Timestamp>Nov 13, 2009, 7:34am PST</Timestamp><Msgbody>Luis&lt;br /&gt;&lt;br /&gt;You say you are using the latest version of VPN client. Perhaps you could post the exact version that you are using?&lt;br /&gt;&lt;br /&gt;Have you enabled logging in the VPN client for one of the Windows 7 PCs? Perhaps there are some log messages that would shed light on the problem.&lt;br /&gt;&lt;br /&gt;HTH&lt;br /&gt;&lt;br /&gt;Rick</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4e81a" messages="1" subscribed="no" title="PPTP passthrough Cisco 1841"><Message attachment="no" canreply="yes" id=".2cd4e81a" level=""><Author authinfo=" WALFORD &amp; ROUND">Roundford</Author><Timestamp>Nov 10, 2009, 9:31am PST</Timestamp><Msgbody>can anyone give me clear and simple instructions on how to allow a client PC on our lan authenticate with a remote PPTP server on a public IP address.</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e81a/0" level="1." new="yes"><Author authinfo=" URBANEK JAN">locus2007</Author><Timestamp>Nov 11, 2009, 12:21pm PST</Timestamp><Msgbody>Same here, till 12.4.15T6 it goes that you give out to in zone and add source IP addres of pptp server and add service gre... now on IOS 15 it doesnt work or I got groped in server site, now investigating that.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4e9f2" messages="5" subscribed="no" title="tcp mss adjust calculation for GRE tunnel over DSL line"><Message attachment="no" canreply="yes" id=".2cd4e9f2" level="">      <Author authinfo=", TM Berhad">hasmurizal</Author><Timestamp>Nov 11, 2009, 7:37am PST</Timestamp><Msgbody>hi guys,&lt;br /&gt;&lt;br /&gt;need your advice on this one, as i search on cisco.com and netpro but unable to find the exact info that i required.&lt;br /&gt;&lt;br /&gt;First, can anyone confirm the following calculation to find out MSS size.&lt;br /&gt;Mss size = MTU size - encapsulation size - tcp header size&lt;br /&gt;&lt;br /&gt;So for normal case;&lt;br /&gt;MSS = 1500 - 48 (48 is the tcp/ip header)&lt;br /&gt;so MSS = 1452&lt;br /&gt;&lt;br /&gt;Thus in my case GRE tunnel over DSL connection;&lt;br /&gt;MSS = 1492 - 24 - 48 (24 is the GRE encap; 48 is the tcp/ip header)&lt;br /&gt;MSS = 1420&lt;br /&gt;&lt;br /&gt;is this correct? &lt;br /&gt;&lt;br /&gt;Secondly, where should the ip tcp mss-adjust to be implemented. Is it at the Dialer(DSL) interface or at Tunnel interface?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e9f2/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 11, 2009, 8:33am PST</Timestamp><Msgbody>I don&apos;t use the math (it doesn&apos;t work for me probably b/c I miss something). Here&apos;s how I do it-&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1600&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1600 bytes of data:&lt;br /&gt;&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1500&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1500 bytes of data:&lt;br /&gt;&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1400&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1400 bytes of data:&lt;br /&gt;&lt;br /&gt;Reply from 10.125.0.250: bytes=1400 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1400 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1400 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1400 time=19ms TTL=251&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;    Minimum = 19ms, Maximum = 19ms, Average = 19ms&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1450&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1450 bytes of data:&lt;br /&gt;&lt;br /&gt;Reply from 10.125.0.250: bytes=1450 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1450 time=20ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1450 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1450 time=19ms TTL=251&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;    Minimum = 19ms, Maximum = 20ms, Average = 19ms&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1475&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1475 bytes of data:&lt;br /&gt;&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;Packet needs to be fragmented but DF set.&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;br /&gt;&lt;br /&gt;C:\\&gt;ping 10.125.0.250 -f -l 1470&lt;br /&gt;&lt;br /&gt;Pinging 10.125.0.250 with 1470 bytes of data:&lt;br /&gt;&lt;br /&gt;Reply from 10.125.0.250: bytes=1470 time=19ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1470 time=22ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1470 time=20ms TTL=251&lt;br /&gt;Reply from 10.125.0.250: bytes=1470 time=19ms TTL=251&lt;br /&gt;&lt;br /&gt;Ping statistics for 10.125.0.250:&lt;br /&gt;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;    Minimum = 19ms, Maximum = 22ms, Average = 20ms&lt;br /&gt;&lt;br /&gt;C:\\&gt;&lt;br /&gt;&lt;br /&gt;1470 works and has a little bit of extra room. The tcp mss-adjust should be done on the LAN interface.&lt;br /&gt;&lt;br /&gt;Hope it helps.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9f2/1" level="1.1" new="yes">      <Author authinfo=", TM Berhad">hasmurizal</Author><Timestamp>Nov 11, 2009, 9:13am PST</Timestamp><Msgbody>Hi collin,&lt;br /&gt;&lt;br /&gt;thank you for your response. perhaps i did not explain a little bit more on this. since i&apos;m on the provider side, that is why i cannot test this from the user/LAN side via ping test.&lt;br /&gt;&lt;br /&gt;Our customer bring up this matter as one of their application unable to work. This only happens if the router using the backup line (primary serial down). If we were to apply into the LAN interface that it would interfere with other apps. (LAN interface = MTU of 1500)&lt;br /&gt;&lt;br /&gt;So that is why i wanted to know on the calculative part rather than trial-and-error type guessing mss size. anybody have ideas on this?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9f2/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 11, 2009, 9:21am PST</Timestamp><Msgbody>You should not change the MTU on your side, it will be on their side only. They can decrease the MTU, but you should not. They can test using my example above. I understand you&apos;re trying to help your customer, but by decreasing the MTU in your network you may break other customers. Your one customer should reduce their MTU to fit inside your network MTU. If you reduce your MTU, the customer would have to reduce theirs even more or experience more fragmentation. Their packets with the additional header(s) need to fit in your MTU so you can transfer them without fragmenting them.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9f2/3" level="1.1.1.1" new="yes">      <Author authinfo=", TM Berhad">hasmurizal</Author><Timestamp>Nov 11, 2009, 9:39am PST</Timestamp><Msgbody>well, i dont think that changing the MTU size at customer part is doable, since this happen at a particular application (site to HQ via GRE tunnel) and on our MPLS cloud. So we can only see the change to be done on CE router and only to MSS size, not to MTU.If CE main link (leased line/metro-e)is in working state, there are no problem, but only when link is on DSL, only then customer can see the problem. &lt;br /&gt;&lt;br /&gt;Any chance you have several test routers to test? From my side i cant since it is a live network.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9f2/4" level="1.1.1.1.1" new="yes">      <Author authinfo=", TM Berhad">hasmurizal</Author><Timestamp>Nov 11, 2009, 10:05am PST</Timestamp><Msgbody>just remember one of the links with respect to tcp mass-adjust&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk827/tk369/technologies_tech_note09186a0080093f1f.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk827/tk369/technologies_tech_note09186a0080093f1f.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;if taken example of the given link above; i could conclude that:&lt;br /&gt;&lt;br /&gt;if tunnel MTU is 1400 then&lt;br /&gt;MSS = 1400 - 40 -24 (40 is tcp/ip header;24 GRE encap)&lt;br /&gt;MSS = 1336&lt;br /&gt;and this to be place on Tunnel interface (DSL CE router)</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4e8ea" messages="1" subscribed="no" title="Domain Controller access through ezvpn"><Message attachment="no" canreply="yes" id=".2cd4e8ea" level="">      <Author authinfo="CEO, ETONBRIDGE CONSULTING LLP">campbell.thompson@etonbridge.com</Author><Timestamp>Nov 10, 2009, 3:51pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I&apos;m currently setting up a remote user with a Cisco 871W connecting using ezvpn to a ASA 5505 at the main site. I&apos;ve basically got this working fine, the VPN connects automatically when it&apos;s switched on and I can ping all networks.&lt;br /&gt;&lt;br /&gt;The trouble that I&apos;m having is that laptops and PC&apos;s on the remote side aren&apos;t able to authenticate against the DC&apos;s, located in the main site. If I try to add a laptop to the domain from the remote site I get the message: An Active Directory Domain Controller (AD DC) for the domain could not be contacted.&lt;br /&gt;&lt;br /&gt;Should I be doing anything on either side to resolve this?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e8ea/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 11, 2009, 7:34am PST</Timestamp><Msgbody>Sounds like a DNS issue. Can you ping the DC by name and by FQDN?</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4e843" messages="0" subscribed="no" title="IP Pool allocation "><Message attachment="no" canreply="yes" id=".2cd4e843" level=""><Author authinfo=" ETI SA">coletemple</Author><Timestamp>Nov 10, 2009, 10:44am PST</Timestamp><Msgbody>Hi all,&lt;br /&gt;&lt;br /&gt;I am trying to work out how NAS allocate IPs to customers in a PPPoe environment.&lt;br /&gt;&lt;br /&gt;Lets say that I have a pool named pooltest with different ranges:&lt;br /&gt;&lt;br /&gt;peer default ip address pool pooltest&lt;br /&gt;&lt;br /&gt;ip local pool pooltest 10.0.0.10 10.0.0.50&lt;br /&gt;ip local pool pooltest 20.0.0.10 20.0.0.50&lt;br /&gt;ip local pool pooltest 30.0.0.10 30.0.0.50&lt;br /&gt;&lt;br /&gt;I am trying to work out how the NAS will operate here...randomly or using the addresses in the range 10 and when addresses are all used there jump to the range of 20..and then 30...?&lt;br /&gt;&lt;br /&gt;I need help understanding that.&lt;br /&gt;&lt;br /&gt;Would be great if someone can come up with some links or docs.&lt;br /&gt;&lt;br /&gt;Thanks</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4d58a" messages="4" subscribed="no" title="ROUTER OUT OF BAND MANAGEMENT"><Message attachment="no" canreply="yes" id=".2cd4d58a" level="">            <Author authinfo=" Polaris software lab ltd">NSG_POLARIS</Author><Timestamp>Oct 29, 2009, 6:22pm PST</Timestamp><Msgbody>All,&lt;br /&gt;I have configured the router and modem as per the config given in the below link but it is not working. I am able to dial and successfully connect the modem but there is no display on the hypertrm.Is there anything I need to check. I am using cisco 2821 router and modem USRobotics(USR5686E).Tried with two modems and two router with all the combination but the result is same. All pls put in your inputs to resolve my problem. &lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a00800941c9.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a00800941c9.shtml&lt;/A&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d58a/0" level="1." new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Oct 30, 2009, 12:30am PST</Timestamp><Msgbody>Have you used a rolled cable as described?&lt;br /&gt;This is required to connect the RX and TX leads properly. &lt;br /&gt;From your description, it looks as if you have a straight cable. &lt;br /&gt;Best is to test first with a terminal or datatester to check the V24 interface.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d58a/1" level="1.1" new="yes">            <Author authinfo=" Polaris software lab ltd">NSG_POLARIS</Author><Timestamp>Oct 30, 2009, 3:15am PST</Timestamp><Msgbody>Leo, I am using rolled cable only.I am not Suspecting the problem with the Router configuration.Expecting some modem configuration.If any one using USRobotics modem pls share the modem init string which is working.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d58a/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 2, 2009, 12:42pm PST</Timestamp><Msgbody>You should not need the initialization string. Make sure you have the correct cable (usually marked &apos;modem&apos; on the DB25 end). Also make sure you dial and connect to the modem at baud rate 9600 with 8/None/1.</Msgbody><Attachment/></Message></Reply></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4d58a/3" level="2." new="yes"><Author authinfo=" CISCO SYSTEMS" ccie="yes">remaker</Author><Timestamp>Nov 9, 2009, 8:23pm PST</Timestamp><Msgbody>Hello!  Are you on the AUX or the Console port with the modem?  What speed is the port to which the modem is attached?  &lt;br /&gt;&lt;br /&gt;A few quirks to be aware of:&lt;br /&gt;&lt;br /&gt;- The speed of the modem interface has to match the speed of the serial interface of the router.  If you send AT commands to the modem from a PC, the modem will lock to the speed of the interface of the PC - so when you move it, it may not re-adapt.  The best way to configure the modem is by reverse telnet (if it is on AUX) because that assures that the speed is matched.&lt;br /&gt;&lt;br /&gt;- The flowcontrol has to match the port.  The console port does may assert "ready" signals, best to check with a breakout box - but if you can disable flowcontrol that is a good check.&lt;br /&gt;&lt;br /&gt;Are there any lights on the modem?  Does the DTR light up when you plug in the cable to the console port? </Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4e591" messages="5" subscribed="no" title="Multiple Dialer interfaces"><Message attachment="no" canreply="yes" id=".2cd4e591" level="">            <Author authinfo=" INFONET LTD">matthew@jpci.net</Author><Timestamp>Nov 9, 2009, 7:43am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;Im looking at switching providers for DSL in the UK. However the login will change on the dialer interface, I still need to gain remote access to the 877 but if the line drops and is live on the new DSL provider this wont be possible. Is there anyway to configure two dialer interfaces with different logins so when the line gets switched the dialer with the correct login will get authenticated. Is this possible? It will have a single ATM interface.&lt;br /&gt;&lt;br /&gt;thanks</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e591/0" level="1." new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Nov 9, 2009, 7:58am PST</Timestamp><Msgbody>The dialer is mapped to the atm vc. &lt;br /&gt;When this is a different one, you may have some routing problems but otherwise you can have both dialers active. ;-)&lt;br /&gt;When the atm vc is the same, trying this will cause unpredictable behavior.&lt;br /&gt;&lt;br /&gt;Best is then to write the new config to startup-config and reboot. You will obviously have little margin for error when taking this road.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e591/1" level="1.1" new="yes">            <Author authinfo=" INFONET LTD">matthew@jpci.net</Author><Timestamp>Nov 9, 2009, 8:02am PST</Timestamp><Msgbody>When I did a bit of testing I couldnt get both dialers to work, it would always take the first dialer and not bother with the rest, i.e. dialer 0 was fine and dialer 1 wasnt.&lt;br /&gt;&lt;br /&gt;I could do the reboot thing but most of the customers dont know what a router is, or where it is (usually hidden in a dark corner) :)&lt;br /&gt;&lt;br /&gt;I was trying to see if there was a way of doing it so it would just connect with new credentials when the line dropped and came back on the new provider, then I could get back in and remove the old details.&lt;br /&gt;&lt;br /&gt;cheers&lt;br /&gt;matt&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4e591/2" level="2." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 9, 2009, 8:38am PST</Timestamp><Msgbody>That is not possible ASAIK.&lt;br /&gt;&lt;br /&gt;What you can do is prepare a config file with the new settings, save in startup-config, schedule a reload on the day it is supposed to take place.&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e591/3" level="2.1" new="yes">            <Author authinfo=" INFONET LTD">matthew@jpci.net</Author><Timestamp>Nov 9, 2009, 8:44am PST</Timestamp><Msgbody>Yup seems that is my only option and cross fingers :)&lt;br /&gt;&lt;br /&gt;thanks</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e591/4" level="2.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 9, 2009, 10:50am PST</Timestamp><Msgbody>You are welcome.&lt;br /&gt;&lt;br /&gt;A side note, please review your use of the rating system, because the information given to you was 100% complete and correct, and even if it doesn&apos;t meet your hopes, is not fairly rated with "3".</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4e2aa" messages="3" subscribed="no" title="ASA Group Policies"><Message attachment="no" canreply="yes" id=".2cd4e2aa" level="">            <Author authinfo=" COOK GROUP INC">rrfield</Author><Timestamp>Nov 6, 2009, 7:39am PST</Timestamp><Msgbody>I&apos;m having a conceptual problem with ASA Group Policies, specifically relating to SSL VPN.  &lt;br /&gt;&lt;br /&gt;From what I can tell, all group policies inherit attributes from the Default Group Policy (DfltGrpPolicy).  When creating a new Policy lets call this NewPolicy1, I can override the inherited properties.  Fine, no problem.  I am cool with assigning users to NewPolicy1 via RADIUS attribute 25.  &lt;br /&gt;&lt;br /&gt;Lets say DfltGrpPolicy has two bookmarks assigned to it, &lt;A HREF="javascript:newWin(&apos;http://site1&apos;)"&gt;http://site1&lt;/A&gt; and &lt;A HREF="javascript:newWin(&apos;http://site2&apos;)"&gt;http://site2&lt;/A&gt;.&lt;br /&gt;&lt;br /&gt;NewPolicy1 has two more bookmarks, &lt;A HREF="javascript:newWin(&apos;http://newsite1&apos;)"&gt;http://newsite1&lt;/A&gt; and &lt;A HREF="javascript:newWin(&apos;http://newsite2&apos;)"&gt;http://newsite2&lt;/A&gt;.&lt;br /&gt;&lt;br /&gt;Lets say User1 is assigned to NewPolicy1.&lt;br /&gt;&lt;br /&gt;Is it possible for User1 to be presented links to all 4 bookmarks WITHOUT creating a bookmark list that is applied to NewPolicy1 that contains all 4 links? &lt;br /&gt;&lt;br /&gt;Moving on, can I create a policy called NewPolicy1CHILD and have it inherit properties from NewPolicy1?  Or are we stuck with two levels of policies, Default and an infinite number of child policies?&lt;br /&gt;&lt;br /&gt;Thanks...</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e2aa/0" level="1.">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 6, 2009, 9:23am PST</Timestamp><Msgbody>&lt;br /&gt;Group-policy priority inheritance goes in this order:&lt;br /&gt;1. USER level: Values passed from authentication (ie your assigning group-pol from radius) or if you were using a local username on the ASA and had a group-pol assigned in the user-attributes&lt;br /&gt;2. TUNNEL level: Value that is defined on the tunnel-group using the "default-group-policy" command&lt;br /&gt;3. DEFAULT level: If an attribute is not assigned on the user level, nor the tunnel level, the values that are defined in the DfltGrpPolicy will be used&lt;br /&gt;&lt;br /&gt;With group-policies alone, you can only have one value per attribute (ie only one bookmark list will ever be applied).&lt;br /&gt;&lt;br /&gt;If you want to assign multiple bookmarks (from one or more "policies"), you should use Dynamic Access Policies (DAP) to accomplish this instead or in addition to your group-policy assignment. DAP concatinates attributes. So if you match two DAPs each with their own bookmark list, DAP would add them together and display one bookmark list with both sets or URLS combined. DAP can also work together with your group-policies. If you have a value set in DAP and the group-policy that cannot be concatenated then DAP will take precedence. For more information about DAP and how it add things together check this link:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/products_white_paper09186a00809fcf38.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/products_white_paper09186a00809fcf38.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2aa/1" level="1.1">            <Author authinfo=" COOK GROUP INC">rrfield</Author><Timestamp>Nov 6, 2009, 10:32am PST</Timestamp><Msgbody>Great, that&apos;s what I want...I just wasn&apos;t looking in the right place. &lt;br /&gt;&lt;br /&gt;Question, I don&apos;t see a place within DAP for Smart Tunnels, which I was hoping to utilize.  Does anyone have an idea of when Smart Tunnels can be assigned with DAP?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2aa/2" level="1.1.1">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 7, 2009, 5:49am PST</Timestamp><Msgbody>You can configure a bookmark list which has URLS setup to be smart tunneled, but the smart tunnel option to tunnel a process is not available in DAP yet.&lt;br /&gt;&lt;br /&gt;There is an enhancement feature request to allow DAP to configure everything that you can configure on a group-policy level that would cover this request as well. You can track it with ID CSCsi54718&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-heather&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4e2f2" messages="3" subscribed="no" title="Remote Access VPN to ASA 5510 not passing traffic"><Message attachment="no" canreply="yes" id=".2cd4e2f2" level="">      <Author authinfo="Systems Engineer, DDB Chicago">ryan.bachman</Author><Timestamp>Nov 6, 2009, 9:45am PST</Timestamp><Msgbody>I am sure I am overlooking something very simple, so I am hoping for a second set of eyes that will clue me in on where I am going wrong.  &lt;br /&gt;&lt;br /&gt;Basically I have a cisco client remote accessing into a 5510.  Authentication works fine, secured routes info show correctly in my client, client reports that traffic is being encrypted, but I can&apos;t access any of the resources over the tunnel.  Attached is a file of the configuration and an output of a #sh crypto ipsec sa peer x.x.x.x command that shows traffic is not being passed.  Thanks for the help in advance. &lt;br /&gt;&lt;br /&gt;btw l2l configuration works fine. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) VPN110509.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>VPN110509.txt</FileName><DocID>123278</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>9396</Size><ExpirationDate>11/06/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e2f2/0" level="1.">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 6, 2009, 9:52am PST</Timestamp><Msgbody>I see (from your split tunnel acl) that you are trying to pass some traffic to some internal networks that are not in your nat exemption acls (no-nat-inside, no-nat-dmz). Make sure in those no-nat acls you permit from the "inside" to the VPN client pool.&lt;br /&gt;&lt;br /&gt;Other common causes:&lt;br /&gt;-your internal routers may not have a route towards the ASA for the VPN client pool&lt;br /&gt;-access-lists applied to the interfaces (show run access-group) may not permit the traffic from the "inside" network to the VPN clients&lt;br /&gt;-Configure split-dns under the group-policy for your internal domain names&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2f2/1" level="1.1">      <Author authinfo="Systems Engineer, DDB Chicago">ryan.bachman</Author><Timestamp>Nov 6, 2009, 12:21pm PST</Timestamp><Msgbody>Heather&lt;br /&gt;&lt;br /&gt;Thanks for your input&lt;br /&gt;&lt;br /&gt;The 2 users that were testing (myself and another coworker) were both behind nat devices.  I thought cisco by default allowed nat-t over udp, but I guess not. &lt;br /&gt;&lt;br /&gt;Adding the ipsec-udp enable under my group policy fixed my issue.  </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2f2/2" level="1.1.1">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 6, 2009, 12:41pm PST</Timestamp><Msgbody>Traditional Nat-traversal (on UDP 4500) IS enabled by default on the ASA. You did not have nat-t disabled on the headend -- If you had it turned off manually you wouldve seen "no crypto isakmp nat-traversal" in your show run output. &lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c5.html#wp2191067&apos;)"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c5.html#wp2191067&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Since you were not able to pass traffic with traditional NAT-T this leads me to believe something may have been blocking or dropping UDP 4500 along the path. &lt;br /&gt;&lt;br /&gt;There are two other options for nat-traversal, one of which you discovered...&lt;br /&gt;&lt;br /&gt;The "ipsec-udp" is another form of nat-traversal which operates on UDP 500. The port number cannot be changed.&lt;br /&gt;&lt;br /&gt;There is a third option for nat-traversal enabled with "crypto isakmp ipsec-over-tcp" This allows nat-traversal on tcp 10000. You can change the port with "crypto isakmp ipsec-over-tcp port &lt;#&gt;"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-heather</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4de79" messages="1" subscribed="no" title="Unable to sent packets through VPN Client"><Message attachment="no" canreply="yes" id=".2cd4de79" level=""><Author authinfo=" Cuyahoga Valley National Park Association">k.gillespie</Author><Timestamp>Nov 4, 2009, 10:46am PST</Timestamp><Msgbody>I am able to get a connection through a VPN Client to a 515 PIX, but packets are not going across the VPN connection. Attached is PIX and VPN client log.&lt;br /&gt;&lt;br /&gt;Thanks Keith &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) VPN.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>VPN.txt</FileName><DocID>123195</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>23030</Size><ExpirationDate>11/04/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4de79/0" level="1.">      <Author authinfo="Network Engineer, NORTHWESTERN MUTUAL LIFE" ccie="yes">slmansfield</Author><Timestamp>Nov 6, 2009, 6:54am PST</Timestamp><Msgbody>Your VPN address pool overlaps with the inside address on the PIX.  I would change the address pool to a different range and see if it works better for you.&lt;br /&gt;&lt;br /&gt;HTH</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4db8c" messages="0" subscribed="no" title="issue with vpn client  and certificates"><Message attachment="no" canreply="yes" id=".2cd4db8c" level=""><Author authinfo=" Allianz-Tiriac Insurance SA">daniel.colicov</Author><Timestamp>Nov 3, 2009, 8:53am PST</Timestamp><Msgbody>Hello,&lt;br /&gt;I have a router 2811 and a vpn client 5 and I want to auth client with certificate. After almost 4 days of researching on google I didn&apos;t find any howtows regarding my problem. All are with PIX/ASA equipments.&lt;br /&gt;When I insert the token, I select the right certificate and click connect. The token ask me for PIN and the is disconnecting. The token is enrolled on a xp station with smartcard template certificate.&lt;br /&gt;the enrollment server is a MSCA and is subordonate, not ROOT CA. In the attached file is my config. Any advice is welcome.&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) vpn2811-confg.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>vpn2811-confg.txt</FileName><DocID>123111</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>9270</Size><ExpirationDate>11/03/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message></Conversation><Conversation id=".2cd4da22" messages="1" subscribed="no" title="VPN with Fios and 2811 and ASA 5510 "><Message attachment="no" canreply="yes" id=".2cd4da22" level=""><Author authinfo=" Pennoni Associates">pintopatrick</Author><Timestamp>Nov 2, 2009, 11:07am PST</Timestamp><Msgbody>Hello All,&lt;br /&gt;&lt;br /&gt;I have never configured a site to site vpn tunnel with a Cisco router. I have done plenty with pix to pix but never a Cisco router. I am hoping for a little direction.&lt;br /&gt;&lt;br /&gt;We have a site that just got Verizon Business grade Fios. I am a little confused on how I would set this up. It was suggested in another post that I would connect a cable from the Fa0/0 on thr 2811 to one of the switchports of the FIOS router...is this correct? What ip would I assisgn the Fa0/0? And then I assume the Fa0/1 would have an ip address of the internal lan? &lt;br /&gt;&lt;br /&gt;Can someone post any sort of example of how the config would look on the 2811?&lt;br /&gt;&lt;br /&gt;Thank you so much for any help or guidance you can provide.&lt;br /&gt;&lt;br /&gt;Patrick</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4da22/0" level="1." new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Nov 2, 2009, 11:33pm PST</Timestamp><Msgbody>There is some info available on that:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps5855/products_configuration_example09186a0080a9a7a3.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps5855/products_configuration_example09186a0080a9a7a3.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps you out.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4d980" messages="0" subscribed="no" title="aaa preauth with 2811"><Message attachment="no" canreply="yes" id=".2cd4d980" level=""><Author authinfo=" VERIZON BUSINESS">bodo.bellut</Author><Timestamp>Nov 2, 2009, 7:05am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I&apos;m trying to replace an AS5300 with a 2811. One problem I encountered during this work is, that the 2811 doesn&apos;t recognise the "aaa preauth" command.&lt;br /&gt;As I&apos;m running a toll-free number over this device I have to reject unknown or unwanted numbers during the call setup phase to ovoid unnessesary costs. Picking up and then dropping the call is no alternative as the calls will be billed starting with the first second.&lt;br /&gt;&lt;br /&gt;I would prefer authorizing the calls via the already existing radius server but would accept any working solution.&lt;br /&gt;&lt;br /&gt;The 2811 is running with IOS 12.4(15)T9</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4d130" messages="7" subscribed="no" title="IPSEC tunnel with Cisco 876 problem"><Message attachment="no" canreply="yes" id=".2cd4d130" level=""><Author authinfo=" ">strmarinos</Author><Timestamp>Oct 28, 2009, 3:28am PST</Timestamp><Msgbody>Good morning from Greece…&lt;br /&gt;I am new to this forum and happy to see that I can find people that share their interest in networking… So I need your help-advice-opinion PLEASE give it…&lt;br /&gt;I have configured 2 Cisco 876 with an Ipsec tunnel (to communicate over dsl 24/1Mbps)&lt;br /&gt;The matter is that I can ping the edge of my tunnels BUT when I try to copy from Win or ftp I get some errors (see the attachment)…and the transfer is TOO slow…(I have no problem with www)…Please HELP me…&lt;br /&gt;My two networks are 192.168.1.0/24 and 192.168.2.1/24, I use static IPs…&lt;br /&gt;THANK you all&lt;br /&gt;&lt;br /&gt;Attachments&lt;br /&gt;1. sh run &lt;br /&gt;2. sh dsl int atm 0&lt;br /&gt;3. &lt;A HREF="javascript:newWin(&apos;http://www.flickr.com/photos/44045127@N03/4049731432/&apos;)"&gt;http://www.flickr.com/photos/44045127@N03/4049731432/&lt;/A&gt; &lt;br /&gt;  (link of the error while transfering)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) sh_run.txt&lt;br /&gt;2) sh_dsl_int_atm.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>sh_run.txt</FileName><DocID>122868</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>5455</Size><ExpirationDate>10/28/2014</ExpirationDate><IsExpired>no</IsExpired></Document><Document><FileName>sh_dsl_int_atm.txt</FileName><DocID>122869</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>3222</Size><ExpirationDate>10/28/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/0" level="1." new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Oct 29, 2009, 6:31am PST</Timestamp><Msgbody>Two remarks:&lt;br /&gt;1: Your DSL only has an upstream bandwidth of 1Mb. This puts a limit on the VPN transfer speed.&lt;br /&gt;2: You should modify the ACL&apos;s to accept all ip traffic from the VPN peer, not just a subset of protocols.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/1" level="1.1" new="yes"><Author authinfo=" ">strmarinos</Author><Timestamp>Oct 29, 2009, 7:32am PST</Timestamp><Msgbody>thank you Leo,&lt;br /&gt;i know that i have this limited BW but i cant even achive 768kbit/sec while transfering&lt;br /&gt;2. what do u mean?&lt;br /&gt;i use the &lt;br /&gt;access-list 110 permit ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255 which allows everything... isnt it correct?&lt;br /&gt;3.Do u know what may causes the error (see the link)&lt;br /&gt;4. The mtu size on my Dialer should be 1492?&lt;br /&gt;do u think the configuration is correct?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;THANK YOU&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/2" level="1.1.1" new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Oct 30, 2009, 12:49am PST</Timestamp><Msgbody>Replace this:&lt;br /&gt;access-list 102 permit ahp host R.R.R.R any&lt;br /&gt;access-list 102 permit esp host R.R.R.R any&lt;br /&gt;access-list 102 permit udp host R.R.R.R any eq isakmp&lt;br /&gt;access-list 102 permit udp host R.R.R.R any eq non500-isakmp&lt;br /&gt;&lt;br /&gt;with this:&lt;br /&gt;access-list 102 permit ip host R.R.R.R host (your-public-ip)&lt;br /&gt;&lt;br /&gt;MTU of 1492 should be fine.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/3" level="1.1.1.1" new="yes"><Author authinfo=" ">strmarinos</Author><Timestamp>Oct 30, 2009, 8:36am PST</Timestamp><Msgbody>Well,&lt;br /&gt;My new configuration according to Leos advice is in the attachment…&lt;br /&gt;I still have problem with the transfer I increased the throuput (but not yet to max) but I still get errors. Please check the link…thank you all…&lt;br /&gt;</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/4" level="1.1.1.2" new="yes"><Author authinfo=" ">strmarinos</Author><Timestamp>Oct 30, 2009, 8:42am PST</Timestamp><Msgbody>Well,&lt;br /&gt;My new configuration according to Leos advice is in the attachment…&lt;br /&gt;I still have problem with the transfer I increased the thgrouput (but not yet to max) and I still get errors. Please check the link…thank you all…&lt;br /&gt;REALLY THANK YOU FOR HELP&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.flickr.com/photos/44165167@N07/4058018945/&apos;)"&gt;http://www.flickr.com/photos/44165167@N07/4058018945/&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) sh run4CSCO.txt&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/5" level="1.1.1.2.1" new="yes"><Author authinfo=" ">strmarinos</Author><Timestamp>Oct 31, 2009, 2:22am PST</Timestamp><Msgbody>Sorry, this is the attachmnet of sh run, please check te error at &lt;A HREF="javascript:newWin(&apos;http://www.flickr.com/photos/44165167@N07/4058018945/sizes/l/&apos;)"&gt;http://www.flickr.com/photos/44165167@N07/4058018945/sizes/l/&lt;/A&gt;&lt;br /&gt;thank you all&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) sh run4CSCO.txt&lt;br /&gt;</Msgbody><Attachment><Document><FileName>sh run4CSCO.txt</FileName><DocID>122975</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>3426</Size><ExpirationDate>10/31/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d130/6" level="1.1.1.2.1.1" new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Nov 2, 2009, 4:52am PST</Timestamp><Msgbody>This may very well be what it says:&lt;br /&gt;Please check the network adapter settings on the end-nodes to see if perhaps TCP-offload is configured there.&lt;br /&gt;It is not likely that this problem is related to your config because the router typically operates at IP level (layer 3) and does very little with the rest of the packet. &lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4d10f" messages="1" subscribed="no" title="Issues with L2TP on Cisco ASA 8.0(4)"><Message attachment="no" canreply="yes" id=".2cd4d10f" level=""><Author authinfo=" None">ivarstrandberg</Author><Timestamp>Oct 28, 2009, 1:56am PST</Timestamp><Msgbody>I have a Cisco ASA 5520 running software version 8.0(4), which serves as an endpoint for quite a few IPSec L2L-tunnels, and as an endpoint for up to 300 simultaneous VPN clients. Most of the clients use Cisco VPN Client, but 64-bit Windows-users - and 32-bit users that can&apos;t get the Cisco VPN client to work - use L2TP/IPSec.&lt;br /&gt;&lt;br /&gt;Some users - regardless of OS, I&apos;ve heard the same for users of XP, Vista and 7 - complain that they get disconnected every now and then, and that sometimes they can&apos;t reconnect for the next 20 or so minutes, even though they are able to ping the VPN endpoint.&lt;br /&gt;&lt;br /&gt;Is there something wrong with the setup on my ASA? Or is this a known bug in 8.0(4)?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d10f/0" level="1." new="yes"><Author authinfo=" None">ivarstrandberg</Author><Timestamp>Nov 2, 2009, 3:44am PST</Timestamp><Msgbody>*** bump ***&lt;br /&gt;&lt;br /&gt;Anyone got any ideas? The L2TP settings is pretty much default.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4d671" messages="2" subscribed="no" title="Terminal Server Question"><Message attachment="no" canreply="yes" id=".2cd4d671" level="">      <Author authinfo="Network Engineer, REALNETWORKS INC">mklemovitch</Author><Timestamp>Oct 30, 2009, 7:09am PST</Timestamp><Msgbody>I have inherited a system that has a terminal server set up for remote connections. How do I get into the individual lines?&lt;br /&gt;&lt;br /&gt;It is a:&lt;br /&gt;&lt;br /&gt;dc4-tsv-02#sh inv&lt;br /&gt;NAME: "2821 chassis", DESCR: "2821 chassis"&lt;br /&gt;PID: CISCO2821         , VID: V04 , SN: FTX1222A00S&lt;br /&gt;&lt;br /&gt;NAME: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)", DESCR: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)"&lt;br /&gt;PID:                   , VID: V01 , SN: FOC12114NTR&lt;br /&gt;&lt;br /&gt;NAME: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)", DESCR: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)"&lt;br /&gt;PID:                   , VID: V01 , SN: FOC12114NXH&lt;br /&gt;&lt;br /&gt;NAME: "Virtual Private Network (VPN) Module", DESCR: "Encryption AIM Element"&lt;br /&gt;PID: AIM-VPN/EPII-PLUS , VID: V02 , SN: FOC12184MGV&lt;br /&gt;&lt;br /&gt;and is running:&lt;br /&gt;&lt;br /&gt;dc4-tsv-02#sh ver&lt;br /&gt;Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(18a), RELEASE SOFTWARE (fc3)&lt;br /&gt;&lt;br /&gt;I looked at the confguration guide at javascript:newWin(&apos;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml&lt;/A&gt;&apos;) and my TS does not have any of the "ip host" commands. &lt;br /&gt;&lt;br /&gt;Is this important given that my connections are all async consoles? What is the syntax for connecting to the individual async lines? I tried connect, etc. to no avail. The lines are all set up like this one:&lt;br /&gt;&lt;br /&gt;interface Async0/0/0&lt;br /&gt; no ip address&lt;br /&gt; encapsulation slip&lt;br /&gt;&lt;br /&gt;The lines appear to be live:&lt;br /&gt;&lt;br /&gt;dc4-tsv-02#sh line   &lt;br /&gt;   Tty Line Typ     Tx/Rx    A Modem  Roty AccO AccI  Uses  Noise Overruns  Int&lt;br /&gt;      0    0 CTY              -    -      -    -    -     0      0    0/0      -&lt;br /&gt;      1    1 AUX   9600/9600  -    -      -    -    -     0      0    0/0      -&lt;br /&gt;  0/0/0    2 TTY   9600/9600  -    -      -    -    -     4      0    0/0      -&lt;br /&gt;  0/0/1    3 TTY   9600/9600  -    -      -    -    -     1      0    0/0      -&lt;br /&gt;  0/0/2    4 TTY   9600/9600  -    -      -    -    -     1      0    0/0      -&lt;br /&gt;  0/0/3    5 TTY   9600/9600  -    -      -    -    -     1      0    0/0      -&lt;br /&gt;  0/0/4    6 TTY   9600/9600  -    -      -    -    -     4  12674    0/0      -&lt;br /&gt;  0/0/5    7 TTY   9600/9600  -    -      -    -    -     1    140    0/0      -&lt;br /&gt;  0/0/6    8 TTY   9600/9600  -    -      -    -    -     1      0    0/0      -&lt;br /&gt;  0/0/7    9 TTY   9600/9600  -    -      -    -    -     2      0    0/0      -&lt;br /&gt;  0/0/8   10 TTY   9600/9600  -    -      -    -    -     2 2619168    0/0      -&lt;br /&gt;  0/0/9   11 TTY   9600/9600  -    -      -    -    -     2      0    0/0      -&lt;br /&gt; etc.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks in advance!</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d671/0" level="1." new="yes">      <Author authinfo="CCIE Consultant, BT INET">m.parry@skynetsystems.co.uk</Author><Timestamp>Oct 30, 2009, 9:17am PST</Timestamp><Msgbody>Hi&lt;br /&gt;&lt;br /&gt;You should execute a reverse telnet session to the line the connection is attached to.&lt;br /&gt;&lt;br /&gt;For example if your connection is on line 15 you need to telnet to the router on port 2015.&lt;br /&gt;&lt;br /&gt;eg: telnet 10.1.1.1 2015&lt;br /&gt;&lt;br /&gt;Hope this helps&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d671/1" level="1.1" new="yes">      <Author authinfo="Network Engineer, REALNETWORKS INC">mklemovitch</Author><Timestamp>Oct 30, 2009, 10:30am PST</Timestamp><Msgbody>Yes, that helped. I found the information through another source in the meantime (&lt;A HREF="javascript:newWin(&apos;http://books.google.com/books?id=UbuEHLfhNmMC&amp;pg=PA370&amp;lpg=PA370&amp;dq=connect+async+line+cisco+console&amp;source=bl&amp;ots=J5mBA0_clW&amp;sig=fpvGz6W_xikAzImRdnaWZNMIoHs&amp;hl=en&amp;ei=aBnrSoqsHI2zlAfE9YCABQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=8&amp;ved=0CCcQ6AEwBzgU#v=onepage&amp;q=connect%20async%20line%20cisco%20console&amp;f=false&apos;)"&gt;http://books.google.com/books?id=UbuEHLfhNmMC&amp;pg=PA370&amp;lpg=PA370&amp;dq=connect+async+line+cisco+console&amp;source=bl&amp;ots=J5mBA0_clW&amp;sig=fpvGz6W_xikAzImRdnaWZNMIoHs&amp;hl=en&amp;ei=aBnrSoqsHI2zlAfE9YCABQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=8&amp;ved=0CCcQ6AEwBzgU#v=onepage&amp;q=connect%20async%20line%20cisco%20console&amp;f=false&lt;/A&gt;)&lt;br /&gt;&lt;br /&gt;The "gotcha" here was to note that I needed to execute the telnet x.x.x.x zzzz from the terminal server host (x.x.x.x) itself.&lt;br /&gt;&lt;br /&gt;Thanks for the assist though - I  rated your post accordingly.</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4d5cb" messages="3" subscribed="no" title="ASA VPN after PIX515 firewall no access"><Message attachment="no" canreply="yes" id=".2cd4d5cb" level=""><Author authinfo=" Cargiant">cargiant1t</Author><Timestamp>Oct 30, 2009, 12:28am PST</Timestamp><Msgbody>Hello &lt;br /&gt;I have PIX515 as internet gateway where I configured static NAT to ASA&lt;br /&gt;static (inside,outside) "public IP" “ASA IP” netmask 255.255.255.255&lt;br /&gt;On ASA VPN I set route outside 0.0.0.0 0.0.0.0 192.168.1.1    where 192.168.1.1 is PIX&lt;br /&gt;With that configuration I’m not able to access ASA VPN or WebVPN from external host &lt;br /&gt;BUT &lt;br /&gt;On my network is another internet line (backup) and is based on Cisco 877&lt;br /&gt;When i change gateway on asa to 192.168.1.254 (Cisco 877 backup gateway) and on that router will create NAT for port 443 or any other one and pointing to ASA  IP then is working without any problems  (problem is so that line is not performing as fast as PIX one )&lt;br /&gt;Any Idea why PIX with static NAT not allowing accessing ASA while any other host is accessible on this NAT configuration on PIX Firewall&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d5cb/0" level="1." new="yes">      <Author authinfo=", NEON NETWORKING B.V.">lgijssel</Author><Timestamp>Oct 30, 2009, 12:34am PST</Timestamp><Msgbody>You must also add an acl permitting this traffic on the PIX:&lt;br /&gt;access-list outside permit any host "public IP".&lt;br /&gt;int outside&lt;br /&gt;access-group outside in&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Leo</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d5cb/1" level="1.1" new="yes"><Author authinfo=" Cargiant">cargiant1t</Author><Timestamp>Oct 30, 2009, 1:34am PST</Timestamp><Msgbody>Hi Leo &lt;br /&gt;Thanks for your reply &lt;br /&gt;At the moment i have about 7 static NAT and ACL running on that PIX and they are fine , but as son as I put ASA on that internal IP instead of www, pop or any other server , then is no response at all</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d5cb/2" level="1.1.1" new="yes"><Author authinfo=" Cargiant">cargiant1t</Author><Timestamp>Oct 30, 2009, 2:25am PST</Timestamp><Msgbody>I resolved that issue , it was problem on ISP site </Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4d2e3" messages="2" subscribed="no" title="Aux port configuration"><Message attachment="no" canreply="yes" id=".2cd4d2e3" level="">      <Author authinfo="System specialist, TeliaSonera Finland Oyj, Jyväskylä">komuja1</Author><Timestamp>Oct 28, 2009, 2:30pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I have a following configuration:&lt;br /&gt;&lt;br /&gt;Router AUX port -&gt; FW Console&lt;br /&gt;&lt;br /&gt;If there is something problem in the FW I can log the FW from cisco aux but the problem is now that the aux port is sending character&apos;s to FW&apos;s console port and now if the FW is rebooting it will go bootloop because when the FW boot&apos;s there is situation where is something "press any key" and now cisco router sends characters and the FW boots again.&lt;br /&gt;&lt;br /&gt;Router AUX port config is following:&lt;br /&gt;line aux 0&lt;br /&gt; no exec&lt;br /&gt; transport input all&lt;br /&gt; stopbits 1&lt;br /&gt;&lt;br /&gt;Which aux-port config the Cisco won&apos;t send any character to FW&apos;s console.&lt;br /&gt;&lt;br /&gt;br&lt;br /&gt;J&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d2e3/0" level="1." new="yes">      <Author authinfo="Network Architect, tishco networks">jlemoine</Author><Timestamp>Oct 29, 2009, 10:58am PST</Timestamp><Msgbody>Add "no logging console" to your configuration and see if that clears things up.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d2e3/1" level="1.1" new="yes">      <Author authinfo="System specialist, TeliaSonera Finland Oyj, Jyväskylä">komuja1</Author><Timestamp>Oct 30, 2009, 12:58am PST</Timestamp><Msgbody>Hi Jody,&lt;br /&gt;&lt;br /&gt;Thanks for your reply.&lt;br /&gt;Actually I have no logging console configured at router but I will configure this also to the FW..I forgot to configure this at FW :)&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation></Topic></Forum></Community></ActiveMessages>')
