Question : Router compatible with Cisco ASA5505

Struggling trying to find a router suitable for use with the Cisco ASA5505 hardware firewall.
Obviously you can't obtain an ADSL connection directly from the ASA5505 (as it doesn't have a RJ11 port), so the ADSL signal has to come in via an ADSL router. This has to be configured as 'dumb' as possible, basically performing little more than modulation, ie absent of the User account name and password which would normally be fed into a router; have DHCP disabled and be set in Bridge mode or equivalent. Our preferred router is the Netgear DG834 series, but try as I might I can't get Internet access using it along with the Cisco ASA. Cisco (obviously) recommend using their router (EXPENSIVE!) The only reasonably-priced one I know DOES work is the now-obsolete Dlink DSL504T, set in Bridge/VC Mode, with DNS set to T1413 Mode and DHCP turned off. I had hoped the DLink DSL-G604T would work as being close to the 504T, but alas no, even using the same config.

Answer : Router compatible with Cisco ASA5505

Fixing Autodiscovery in SBS 2008 with Outlook 2007
 
Outlook 2007 SP1 Configured as RCP over HTTP client.  Connection to server is good.

Outlook performs normally, except for problem described below.
Server is a SBS 2008, with Exchange 2007 SP1.  It has a FQDN, and has a single domain SSL certificate installed.
 
Problem:
User getting the following error in the sync issues folder:
Microsoft Exchange offline address book
Not downloading Offline address book files.  A server (URL) could not be located.
0X8004010F
 
Symptom:
In offline mode in Outlook, OAB was not present.
This was observed by composing an email, and clicking “to”.  The global address list is blank.
 
Testing from Exchange Server:
Tested using the following command while running Exchange Management Shell:
Test-OutlookWebServices -identity putusernamehere | fl
Id      : 1003
Type    : Information
Message : About to test AutoDiscover with the e-mail address putuseraddresshere@contoso.com.
 
Id      : 1013
Type    : Error
Message : When contacting https://remote.contoso.com/Autodiscover/Autodiscover.xml received the error The remote server returned an error: (401) Unauthorized.
 
Id      : 1006
Type    : Error
Message : The Autodiscover service could not be contacted.
 
Install SBS 2008 BPA and resolve issues:
I installed the SBS 2008 BPA to see if it would give me any clue, and fixed some problems that had nothing to do with auto discovery.  I ignored the issues concerning CNAME and site.  Those who have run BPA will know what I’m talking about.
 
Re-testing Exchange Server:
The following is new output of the same command after fixing problems suggested by BPA:
 
Id      : 1003
Type    : Information
Message : About to test AutoDiscover with the e-mail address [email protected]m.
 
Id      : 1006
Type    : Information
Message : The Autodiscover service was contacted at https://remote.contoso.com/Autodiscover/Autodiscover.xml.
 
Id      : 1016
Type    : Success
Message : [EXCH]-Successfully contacted the AS service at https://remote.contoso
          .com/EWS/Exchange.asmx. The elapsed time was 821 milliseconds.
 
Id      : 1015
Type    : Success
Message : [EXCH]-Successfully contacted the OAB service athttps://remote.contoso.com/EWS/Exchange.asmx. The elapsed time was 0 milliseconds.
 
Id      : 1014
Type    : Success
Message : [EXCH]-Successfully contacted the UM service at https://remote.contoso.com/UnifiedMessaging/Service.asmx. The elapsed time was 858 milliseconds.
 
Id      : 1016
Type    : Success
Message : [EXPR]-Successfully contacted the AS service at https://remote.contoso
          .com/EWS/Exchange.asmx. The elapsed time was 30 milliseconds.
 
Id      : 1015
Type    : Success
Message : [EXPR]-Successfully contacted the OAB service athttps://remote.contoso.com/EWS/Exchange.asmx. The elapsed time was 0 milliseconds.
 
Id      : 1014
Type    : Success
Message : [EXPR]-Successfully contacted the UM service at https://remote.contoso.com/UnifiedMessaging/Service.asmx. The elapsed time was 6 milliseconds.
 
Id      : 1013
Type    : Error
Message : When contacting https://remote.contoso.com/Rpc received the error The server committed a protocol violation. Section=ResponseStatusLine
 
Id      : 1017
Type    : Error
Message : [EXPR]-Error when contacting the RPC/HTTP service at https://remote.contoso.com/Rpc. The elapsed time was 14 milliseconds.
 
Id      : 1006
Type    : Success
Message : The Autodiscover service was tested successfully.
 
Id      : 1021
Type    : Information
Message : The following web services generated errors.
              Contacting server in EXPR
          Please use the prior output to diagnose and correct the errors.
 
Obviously the original error received while testing Exchange was resolved somehow.
I was not able to resolve the protocol violation error.  Moving on.
 
Testing from External Outlook client:
On the PC that had Outlook 2007 configured for use outside the office:
Press CTRL and right click the Outlook icon in the systray.  
Select Test Email Autoconfiguration
Populate user email address and password.
Select Use Autodiscover and click test.
 
At that point Autodiscover fails.  I don't have the output.
 
Create an SRV record:
Created an SRV record attached to the main domain contoso.com
This article helped me:  http://support.microsoft.com/kb/940881
Parameters
service: _autodiscover
protocol: _tcp
port: 443
host: remote.contoso.com
 
Used the following to verify the SRV record was in place:
From the command prompt:
nslookup
> set type=srv
> _autodiscover._tcp.contoso.com
Non-authoritative answer:
_autodiscover._tcp.contoso.com   SRV service location:
          priority       = 5
          weight         = 0
          port           = 443
          svr hostname   = remote.contoso.com
 
Reran Autodiscovery Test from Outlook:
First from a command prompt I performed: ipconfig /flushdns
This time it prompted me for user authentication, it had not done this before.  After authenticating, test was successful.
It asked me if I wanted to reconfigure using this website, I said yes, and checked the box to not prompt again.
From here, SRV Record lookup for contoso.com succeeded.  All other autodiscovery failed.
 
Resolution:
From this point,  errors regarding downloading the OAB have ceased.  Tested OAB, and it was present.
 Note: I also updated the Office installation to SP2.
 Interestingly I am still getting the error:
        Id      : 1013
        Type    : Error
        Message : When contacting https://remote.contoso.com/Rpc received the error The
                  server committed a protocol violation. Section=ResponseStatusLine
 
But everything seems to work normally.
Random Solutions  
 
programming4us programming4us