ASA DHCP Request incorrect hostname length

I have an ASA 5505 with software version  8.2(1). It is making DHCP  requests for IPSec clients that connect to the ASA. The DHCP requests  packets the ASA makes have an extra '00' appended to the hostname field,  and the length field is the size of the hostname + 1.
The DHCP server  is Microsoft Server 2003 and this causes the hostname to be registered  with an unknown character which appears as []hostname. Then when server  2003 tries to update the DNS record, it fails because of the invalid  character in the hostname.
Is there anyway to have the ASA have the  correct length for the hostname field in the DHCP packet, or a  workaround that will solve this problem?

I am thinking it may not be option 12 in the DHCP packet, but option 81.  I have included a portion of the DHCP request from the ASA below:
   Option: (t=53,l=1) DHCP Message Type = DHCP Request
        Option: (53) DHCP Message Type
        Length: 1
        Value: 03
    Option: (t=57,l=2) Maximum DHCP Message Size = 1152
        Option: (57) Maximum DHCP Message Size
        Length: 2
        Value: 0480
    Option: (t=61,l=42) Client identifier
        Option: (61) Client identifier
        Length: 42
        Value: 00636973636F2D303032312E353537352E636131372D6D79...
    Option: (t=54,l=4) Server Identifier = 192.168.8.3
        Option: (54) Server Identifier
        Length: 4
        Value: C0A80803
    Option: (t=50,l=4) Requested IP Address = 192.168.8.105
        Option: (50) Requested IP Address
        Length: 4
        Value: C0A80869
    Option: (t=12,l=11) Host Name = "myhostname"
        Option: (12) Host Name
        Length: 11
        Value: 6D79686F73746E616D6500
    Option: (t=51,l=4) IP Address Lease Time = 8 days
        Option: (51) IP Address Lease Time
        Length: 4
        Value: 000A8C00
    Option: (t=55,l=6) Parameter Request List
        Option: (55) Parameter Request List
        Length: 6
        Value: 01060F2C0321
        1 = Subnet Mask
        6 = Domain Name Server
        15 = Domain Name
        44 = NetBIOS over TCP/IP Name Server
        3 = Router
        33 = Static Route
    Option: (t=81,l=14) Client Fully Qualified Domain Name
        Option: (81) Client Fully Qualified Domain Name
        Length: 14
        Value: 0400000A6D79686F73746E616D65
        Flags: 0x04
        0000 .... = Reserved flags: 0x00
        .... 0... = Server DDNS: Some server updates
        .... .1.. = Encoding: Binary encoding
        .... ..0. = Server overrides: No override
        .... ...0 = Server: Client
        A-RR result: 0
        PTR-RR result: 0
        Client name: 0A6D79686F73746E616D65
    End Option
    Padding
Notice in option 81 the Client Name has a leading binary value of 0A (which is a new line):  0A6D79686F73746E616D65.
Does CSCsz07757 relate to that?  Is there a way to have the ASA not include option 81 as part of the DHCP requests it makes?
Thank you.

Similar Messages

  • PXE boot problem: guest VM DHCP request packets not able to reach DHCP server

    Hi Gurus,
      I'm wondering if anyone could help me with this problem. I wanted to install Linux on Oracle VMs using PXE. I set up a DHCP server and the OVM running RHEL6.4 box. The DHCP server worked fine since other PHYSICAL servers could get IPs from this DHCP server. However, DHCP requests from Oracle VMs was not able to reach the DHCP server. So I suspect this is a VM-specific issue.
    If I type in "dhcp net0" on gPXE prompt on the OVS machine(sappire), I can see the requests were being sent from the OVS server (sapphire):
    gPXE> dhcp net0
    DHCP (net0 00:21:f6:00:00:00) .............................................Connection time out (0x4c106035)
    Could not configure net0: Connection time out (0x4c106035)
    gPXE>
    [root@sapphire ~]# tcpdump -i any -n udp dst portrange 67-68
    tcpdump: WARNING: Promiscuous mode not supported on the "any" device
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on any, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
    20:47:25.606400 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    20:47:25.606549 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    20:47:25.606559 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    ^C
    12 packets captured
    14 packets received by filter
    0 packets dropped by kernel
    But if I snoop the same on the RHEL6.4 server running DHCP server and OVM, no request can be seen:
    [root@bluestone Desktop]# tcpdump -i any -n udp dst portrange 67-68
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
    ^C
    0 packets captured
    0 packets received by filter
    0 packets dropped by kernel
    OVS(sapphire) and OVM(bluestone) are located in the same subnet:
    [root@bluestone network-scripts]# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:14:22:72:7C:27 
              inet addr:192.168.2.48  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::214:22ff:fe72:7c27/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:106795 errors:0 dropped:0 overruns:0 frame:0
              TX packets:122056 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:59173975 (56.4 MiB)  TX bytes:25362955 (24.1 MiB)
    [root@sapphire ~]# ifconfig -a
    10049df2fc Link encap:Ethernet  HWaddr 8A:C5:05:83:AF:C9 
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:80 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:33200 (32.4 KiB)  TX bytes:0 (0.0 b)
    eth0      Link encap:Ethernet  HWaddr 00:1A:64:64:DA:64 
              inet addr:192.168.2.202  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:37664 errors:0 dropped:0 overruns:0 frame:0
              TX packets:38939 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:4537897 (4.3 MiB)  TX bytes:23127790 (22.0 MiB)
    eth0:0    Link encap:Ethernet  HWaddr 00:1A:64:64:DA:64 
              inet addr:192.168.2.212  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    [root@sapphire ~]# brctl show
    bridge name    bridge id        STP enabled    interfaces
    10049df2fc        8000.8ac50583afc9    yes        tap7.0
                                tap7.1
                                vif7.0
                                vif7.1
    I turned off iptables and SELinux on the DHCP server, the issue still remained.
    Any help will be highly appriciaited.
    Thanks in advance,
    Alex

    Hi,
    - Do you install Oracle VM Server (OVS) on an emulated environment like Oracle VM VirtualBox ? if yes so you can't do it.
    - Don't forget to configure the Virtual Machines Network and also to add this network to this Virtual Machine.
    I hope this can help you
    Best Regards

  • Weblogic.security.CipherException: Incorrect block length 256 (modulus

    Hi,
    I have a stand alone java client which runs in the weblogic 8.1 server and when I tried to connect to the external site using the weblogic's HttpsURLConnection ,its throws the below exception.
    weblogic.security.CipherException: Incorrect block length 256 (modulus length 128)
    <Info> <Security> <BEA-090511> <The following exception has occurred:
    weblogic.security.CipherException: Incorrect encrypted block
         at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:205)
         at weblogic.security.RSAMDSignature.verify(RSAMDSignature.java:89)
         at weblogic.security.X509.verifySignature(X509.java:246)
         at weblogic.security.X509.verify(X509.java:176)
         at weblogic.security.SSL.SSLCertificate.verify(SSLCertificate.java:133)
         at weblogic.security.SSL.SSLCertificate.input(SSLCertificate.java:116)
         at weblogic.security.SSL.Handshake.input(Handshake.java:121)
         at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:1117)
         at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:432)
         at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:276)
         at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:222)
         at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:213)
         at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:238)
         at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:389)
         at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:209)
         at weblogic.net.http.HttpClient.New(HttpClient.java:228)
         at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:246)
         at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:217)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:319)
         at HttpsConnect.main(HttpsConnect.java:13)
    <Info> <SSL> <000000> <weblogic.security.AuthenticationException: Incorrect encrypted block possibly incorrect SSLServerCertificateChainFileName set for this server certificate>
    java.io.IOException: weblogic.security.AuthenticationException: Incorrect encrypted block possibly incorrect SSLServerCertificateChainFileName set for this server certificate
    at weblogic.security.SSL.SSLCertificate.verify(SSLCertificate.java:172)
    at weblogic.security.SSL.SSLCertificate.input(SSLCertificate.java:116)
    at weblogic.security.SSL.Handshake.input(Handshake.java:121)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:1117)
    at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:432)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:276)
    at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:222)
    at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:213)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:238)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:389)
    at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:209)
    at weblogic.net.http.HttpClient.New(HttpClient.java:228)
    at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:246)
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:359)
    at HttpsConnect.main(HttpsConnect.java:13)
    I verified the certifiate chain by using the weblogic's ValidateCertChain utility, and the output seems to be confusing for the intermediate site and the entity site.
    java utils.ValidateCertChain -pem inter.cerCert[0]: CN=VeriSign Class 3 International Server CA - G3,OU=Terms of use at https://www.verisign.com/r
    pa (c)10,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US
    Certificate chain is incomplete, can't confirm the entire chain is valid
    Certificate chain appears valid
    Any pointers will be appreciated.

    This might be because Verisign has included anadditional intermediate certificate in its chain
    You can find it here
    https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR657&actp=search&viewlocale=en_US
    Contact Verisign Support, u can chat with them even...
    Let me know if you have any doubt.
    Cheers!
    Faisal
    http://www.weblogic-wonders.com

  • Incorrect Block Length error when configuring SSL

    Hello, gurus:
    I am messing around with SSL configurations on WebLogic 6.0.2. I have generated
    a CSR, and located my non-password protected private key and CSR files to the
    /config/[my_test_domain] folder. I have received my test cert from VeriSign, which
    I have saved to /config/[my_test_domain] as cert.pem. Lastly, I copied off of
    VeriSign's site an Intermediate CA certificate (or Server Cert Chain), and saved
    that at ca.pem.
    Now when I attempt to start WebLogic, I am seeing the following Alert messages:
    ==============================================================
    <2001/08/07 12:03:04:JST> <Alert> <WebLogicServer> <&#12475;&#12461;&#12517;&#12522;&#12486;&#12451;
    &#12467;&#12531;&#12501;&#12451;&#12464;&#12524;&#12540;
    &#12471;&#12519;&#12531; weblogic.security.AuthenticationException: Incorrect
    block length 64 (mod
    ulus length 128) possibly incorrect SSLServerCertificateChainFileName set for
    th
    is server certificate &#12395;&#30683;&#30462;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;>
    weblogic.security.AuthenticationException: Incorrect block length 64 (modulus
    le
    ngth 128) possibly incorrect SSLServerCertificateChainFileName set for this serv
    er certificate
    at weblogic.security.X509.verifySignature(X509.java:251)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:440)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:297)
    at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:942)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:403)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    ==============================================================
    BTW, I am doing all of this on a Japanese (EUC_JP) OS, so I apologize if part
    of the above message is rendered illegible.
    Anyhow, does anyone have any idea as to what is bombing?
    Thanks in advance,
    Brooke

    Can you elaborate on what you did to get the root ca cert from verisign's repository
    page and
    convert it to DER format using OpenSSL? I've been trying to figure out how to do
    this for about
    a week now... I finally got verisign support to just email me a root ca cert but I
    would like to know
    what you did.. Did you just cut & paste the class 1 root ca from the repository page
    (http://www.verisign.com/repository/root.html) to a file? Where did you get OpenSSL
    and what
    did you do to convert the file to a DER? I looked at the OpenSSL site but I couldn't
    figure it out.
    Any help on this would be greatly appreciated. I can't believe how much time I have
    wasted
    looking into this...
    Kirk Everett
    Brooke wrote:
    "Brooke" <[email protected]> wrote:
    ...Lastly, I copied off of VeriSign's site an Intermediate CA
    certificate (or Server Cert Chain), and saved that as ca.pem.
    ..... And that was the whole problem. After doing more search of the resources here,
    I discovered that the Server Certificate Chain File Name needed the Root Server
    CA cert from VeriSign. The solution was to copy VeriSign's Root Server CA cert
    from their repository page, and then use OpenSSL to transform that into a .der
    file. Using this .der file as the Server Certificate Chain File did the trick.

  • Incorrect hostname in autogenerated WSDL

    I'm trying to move some CFC based web services to a new
    server.
    However, the autogenerated WSDL files (that work fine on the
    old server) are being generated with an incorrect hostname in the
    <wsdlsoap:address location=...> field. The hostname that
    appears in the WSDL generated by the new server is an INTERNAL only
    hostname that customers can not access.
    I suspect this is due to using name based virtual hosts under
    IIS on the new server. On the old server the hostname that
    appears in the wsdl is whatever hostname you entered into your
    browser to access the autogenerated WSDL.
    The last few lines of the WSDL look like this.
    <wsdl:port binding="impl:criminals.cfcSoapBinding"
    name="xxxxxx.cfc">
    <wsdlsoap:address location="
    http://INTERNAL_HOSTNAME.DOMAIN.net/xxxxxx.cfc"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    This is an IIS issue. Here's the details.
    http://support.microsoft.com/kb/834141/

  • ITunes 6.0.2 shows incorrect track lengths, clips track when playing

    I just upgraded to iTunes 6.0.2. In previous versions, iTunes would often show incorrect track lengths on longer tracks, but would play them all the way through, with the time remaining staying at 0:00 until the track finished playing. This new version simply cuts the track off at the incorrect endtime. For example, I have a track with a length of 17:33, but iTunes has always shown it as 17:28. No big deal, it would always play to the end. Now, the new version cuts it off abruptly at 17:28. There seems to be no way to correct the track length. Is there any way to fix the track lengths to their correct times, or get them to at least play all the way through?? These are custom mixes and not from commercial CDs, so simply re-ripping isn't an option.
    Snow iMac G3 500 MHz   Mac OS X (10.4.4)   384 MB RAM

    I have recently accused Emusic.com of supplying truncated tracks only to find that Itunes 6.02 and 6.03 (Mac) is clipping the start and end of the tracks. The counter gives the correct length but the playing is not correct. Fade out / in are off. Playing the offending tracks in quicktime or any other player gives all the track music.
    Looking deeper shows that the tracks in question are all VBR .mp3 tracks (Variable Bit Rate).
    Solutions to date are to either play in another player (not ideal).
    Convert the tracks to fixed bit rate .mp3 using the setting nearest to the highest variable bit rate. Amazingly this works even when the conversion is done in Itunes. Your file size should be same or larger to avoid quality loss.
    On playing the tracks I have converted the counter in Itunes gives the same reading but the tacks are not truncated.
    Some VBR tracks do not seem to have the problem but that is usually because the nature of the track makes it less obvious.
    G4 power mac   Mac OS X (10.4.5)  
    G4 power mac   Mac OS X (10.4.5)  

  • WLC 2106 does not send DHCP request

    Hi,
    I've several WLC2106 running 4.1(185) and all is working fine.
    Now we started to migrate some of them to 4.2(207) but client didn't received anymore DHCP reply.
    DHCP server is a Microsoft server with the address configuren under the dynamic interfaces parameter.
    With the same config and 4402 all is working fine.
    With the same config and 4.1.x with WLC2016 all is working fine.
    It seems something changed from 4.2.
    Any idea ? Here the log of DEBUG DHCP PACKET
    00:22:fb:89:d1:dc DHCP received op BOOTREQUEST (1) (len 312, port 1, encap 0xec03)
    00:22:fb:89:d1:dc DHCP processing DHCP DISCOVER (1)
    00:22:fb:89:d1:dc DHCP op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    00:22:fb:89:d1:dc DHCP xid: 0x5cbacd54 (1555746132), secs: 3, flags: 0
    00:22:fb:89:d1:dc DHCP chaddr: 00:22:fb:89:d1:dc
    00:22:fb:89:d1:dc DHCP ciaddr: 0.0.0.0, yiaddr: 0.0.0.0
    00:22:fb:89:d1:dc DHCP siaddr: 0.0.0.0, giaddr: 0.0.0.0
    00:22:fb:89:d1:dc DHCP requested ip: 169.254.122.145
    00:22:fb:89:d1:dc DHCP successfully bridged packet to DS
    00:10:18:3d:9c:2b DHCP received op BOOTREQUEST (1) (len 268, port 1, encap 0xec00)
    00:10:18:3d:9c:2b DHCP dropping packet (no mscb) found - (giaddr 0.0.0.0, pktInfo->
    Many thanks
    Luigi

    In 4.1, disabling DHCP proxy did just that, it disabled the "proxy". If you ever look at your dhcp lease of a wireless client, it comes from a dhcp server of 1.1.1.1 (virtual IP of the controller). With proxy disabled, the address will no longer be masked.
    In 4.2 and beyond, disabling dhcp proxy actually disables the DHCP Relay that is the process of the controller sending the dhcp requests to a specified server.
    So if in 4.1, you had "dhcp proxy" disabled, in 4.2 and beyond, you are actually disabling the relay as well.
    If this is indeed the case, enable dhcp proxy, or add an IP Helper adress to your router for this vlan, just like you would normally do for Wired clients.

  • Why can't I use the Yahoo! search function? I get the following message: "Bad Request (Invalid Hostname)"

    I cannot search on Yahoo! but Google works fine (inasmuch as you can trust Google)
    The simplest of searches yields "Bad Request (Invalid Hostname)" on the first try. I have gone through Yahoo!'s trouble shooting process w/o results.

    Yahoo search engine still doesn't work, and Google does. Other programs on my computer are:
    Norton Internet Security;
    Norton Utilities;
    Verizon In-home agent; (I don't use it, but have a Verizon wireless router);
    Windows Explorer (I reset it but still can't use Yahoo search even though Google works fine)
    I am paranoid that some how the evil Google has sabotaged Yahoo search! HELP!!!

  • LWAPP - client roaming - DHCP request

    I was thinking that by using WPA-PSK, client roaming producing a DHCP request when changing AP will not be sent by the controller to the DHCP server, which appears to be false.
    Wanting to know : does CCKM (with leap) could stop this behavior, eliminating that DHCP request ? I know Radius request will not be send but what about the DHCP request ?

    Agreed. You should not be getting a dhcp request when roaming. THe only time I've seen that happen is when the dhcp server does not support dhcp requests by proxy. In that case go to the cli and
    config dhcp proxy disable
    That will force the controller to show the client information in the dhcp request and not the virtual interface of the controller.
    I don't think this is your problem however.

  • OSX sends out Dhcp requests thru the wrong interface

    I have setup an Xserve so far only providing file services over AFP. It is located in our computer room on a different broadcast domain. I use a separate machine as a DNS. I would like to use my Xserve's 2nd ethernet interface to provide Netboot/Netinstall services on a 192.168.x.x network for bulk imaging of our clients. I have enabled Dhcp and setup Netboot on the eth1 but the system.log shows that it is floding my computer room network sending dhcp requests from eth0.
    I have checked the bootpd.plist file and the settings seem ok.

    Check your terminology.
    it is floding my computer room network sending dhcp requests from eth0.
    The only way it would send any DHCP traffic on en0 would be if en0 was configured to use DHCP for its own configuration.
    Running as a DHCP server is entirely passive - nothing happens until the server receives a request from a client on the LAN. Only at that point does the DHCP server send any traffic out over the wire.
    In addition, 'flood' is a relative term. How much traffic are we talking here? Are you talking a few packets such as in the normal DHCP client request/refresh cycle, or are you talking hundreds of packets a second?

  • DHCP Requests over Nexus Issue

    Hello all, this is my first post so please be gentle.  I am having an issue with DHCP requests on our new server network.
    First some background:
    The new network consists of 2x Nexus 5548UP runing NX-OS 6.0.  Behind the N5ks are multiple FEX types, but for the purpose of this issue I am using 2232TM-E FEXs.  Each FEX is setup in an active-active scenario, therefore each individual FEX port belongs to each N5k which are configured identically.  The N5k have a vPC peer-link setup between them and each FEX is also setup with vPC.  The N5ks are uplinked to a pair of Catalyst 4500X switches that function as our "core" switches.  From there, we have our old network which consists of a pair of Catalyst 4507R switches.  We use tansfer networks between the N5k and 4500X and between the 4500X and 4507R runing EIGRP.
    I have "Server A" on VLAN 100 connected to FEX 2232TM-E... "DHCP Server B" is on VLAN 11 connected to 4507R.  I have "ip dhcp relay address x.x.x.x" configured on VLAN 100 to point to DHCP Server B on the old network.  VLAN 100 is configured with HSRP (see running-config output below).
    Onto the issue:
    Server A is not getting a DHCP addesses assigned to him.  The DHCP Server B gets the Discover packet from Server A and sends back the Offer... but the Offer either never makes it to Server A, or Server A Request never makes it back the DHCP Server B.  I am not sure which is the case exactly.
    I know it may be hard to picture the whole scenario I described above, but any pointers would be greatly appreciated.  I'll be glad to dig up a good diagram of the network or provide more configs if necessary.
    Additional info:
    version 6.0(2)N1(2)
    feature dhcp
    service dhcp
    ip dhcp relay
    N5k #1:
    interface Vlan100
       description server vlan
       no shutdown
       no ip redirects
       ip address 10.112.100.2/23
       hsrp 100
         authentication text hsrp-100
         preempt delay minimum 180
         priority 200
         ip 10.112.100.1
       ip dhcp relay address 172.26.20.40
    N5k #2:
    interface Vlan100
       description server vlan
       no shutdown
       no ip redirects
       ip address 10.112.100.3/23
       hsrp 100
         authentication text hsrp-100
         preempt delay minimum 180
         priority 150
         ip 10.112.100.1
       ip dhcp relay address 172.26.20.40
    Thanks for any information!

    Here are the results of a tracert from a server in VLAN 11 to the gateway for VLAN 100:
    K:\>tracert -d 10.112.100.1
    Tracing route to 10.112.100.1 over a maximum of 30 hops
       1    1 ms    1 ms    <1 ms  172.26.20.243
       2    <1 ms    7 ms    4 ms  10.112.96.105
       3    <1 ms    2 ms    2 ms  10.112.100.1
    Trace complete.
    Here is a tracert from a server in VLAN 100 (staticly addressed) to the gateway for VLAN 11:
    K:\>tracert -d 172.26.20.1
    Tracing route to 172.26.20.1 over a maximum of 30 hops
       1    <1 ms    2 ms    2 ms  10.112.100.3
       2    <1 ms    6 ms    7 ms  10.112.96.73
       3    1 ms    <1 ms    <1 ms  172.26.20.1
    Trace complete.
    Does this help?  Or do you need more specific switch config information?
    Also, I've attached a basic drawing of the network for reference.  I've ommitted all the IP information, just a visual representation of the connectivity.

  • Cant access search engines anymore. it always comes up with: bad request, invalid hostname

    for some reasen my laptop started to connect to the internet via my univerisities proxy server. today, however, web sites didnt load at all, instead it said: cant connect to proxy server.
    so i changed the network/proxy settings by deselecting 'use a proxy server for your lan'.
    consequently i was able to acces most web sites, apart from search engines. if i try to do so, it always comes up with: bad request, invalid hostname.
    what can i do?

    btw i have windows 7 :)

  • Bad Request (Invalid Hostname)

    Hi! I am attempting to switch my hosting account on one of my
    websites. The host gives me "shell access" information, but I can't
    find where to enter it in Dreamweaver. The result is when
    attempting to access the website I get the message "Bad Request
    (Invalid Hostname)". Can anybody help me? I would appreciate
    it!

    You need the FTP information not the shell access
    information. Do you have
    that?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "EvolTwin" <[email protected]> wrote in
    message
    news:ftom6r$rc$[email protected]..
    > Hi! I am attempting to switch my hosting account on one
    of my websites.
    > The
    > host gives me "shell access" information, but I can't
    find where to enter
    > it in
    > Dreamweaver. The result is when attempting to access the
    website I get the
    > message "Bad Request (Invalid Hostname)". Can anybody
    help me? I would
    > appreciate it!
    >

  • Do client dhcp requests go through the lwapp tunnel

    do client dhcp requests go through the lwapp tunnel?
    for local not h-reap.
    do they drop out of the lwapp tunnel and hit the dynamic interface and get forwarded to whatever the dhcp is for that vlan?

    The WLC will dump the traffic out on the appropriate dynamic interface. This interface is how the wireless communicates to that particular vlan.

  • Time Capsule not passing wifi dhcp requests on the b/g network

    Here's a weird one. Got two 1GB Time Capsules setup in bridge/extend mode. The Win2003 server is serving up DHCP on capsule 1 and I have wifi devices on capsule 2. Both laptops are using the N wifi spec and are getting an IP address from the Win2003 dhcp server. However, the iPhone is on the b/g network and it cannot get a dhcp request. I haven't tried the b/g network on capsule 1 yet but will. Has anyone seen this behaviour before? Would be annoying if I have to setup a 2nd dhcp server on the capsule 2 system. Essentially one capsule is in my basement and the other in my office upstairs. Any ideas?
    Thanks, Joe

    The reason you see conflicting conclusions is because we have to speculate about a lot of the details since Apple has not yet posted detailed specs, a user manual, or application tips.
    Most of us are assuming the the wireless networking features of the Time Capsule will be similar if not identical to the existing Airport Extreme N base station. If that assumption is correct, your questions would be answered as follows:
    1. yes, the TC could be used as an access point. It would have to be configured as a remote base station in a wireless distribution system (WDS).
    2. and 3. yes, other clients on the network would be able to access the TC hard drive and printer
    4. you could set things up the other way around - TC as the base station, and the older Airport Extreme as the remote base station.
    5. for 802.11g connections, the older base station and its external antenna should give the older base station better range than the TC since power output for both models at the 802.11g standard should be similar.

Maybe you are looking for

  • ORA-01092: ORACLE instance terminated. Disconnection forced

    Hi Friends, Here I'm getting this error when I start oracle database. ORA-01092: ORACLE instance terminated. Disconnection forced OS is windows XP pro DB 9iR2. The extract from alert log is as follows... Sun Feb 11 07:53:41 2007 ORACLE V9.2.0.1.0 - P

  • Firewire doesn't work.

    Hi, My macbook pro firewire doesn't not work anymore. I try all the way (reset the SMC and RAM also) but it stil can not work. My HDD is Lacie, it's worked with iMac and used to worked with MP. Any idea to help me fix this problem, please? Thank you!

  • Getting OUI 25031 while installing Oracle 11gR1

    Getting error below while installing oracle Configuration assistant "Oracle Database Configuration Assistant" failed The "/u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped

  • New Set of Book

    Dear all, I have Requriment of Open New Set of Book, in This Way i Need To Change in AP, AR,GL what should i Follow and What Changes Requried in these module i Setup Level. Thanks

  • Windows 7 and iPod Touch 32GB

    Hi, I was hoping someone here could answer this for me and maybe others. I will be upgrading to Windows 7 Ultimate soon on my main desktop PC and this will be a fresh install of Windows 7 Ultimate. What I'm concerned about and would like advice about