Gatekeeper unknown destination routing through CUBE

Hello,
I'm trying to join two H.323 networks together and I am after some help / advice.
One of the networks is managed and the other not and therefore external.
Both networks have an IP-IP Gateway running Gatekeeper and CUBE. The Video devices in each network are registered with the Gatekeeper running the Gatekeeper configuration in their respective networks.
The problem area is that the two Gatekeepers aren't and can't be peered with each other.
So for all intents and purposes have two identical video networks that need to talk to each other.
I have configured the CUBE on both routers.
So right now if I de-register video device A in Network A from Gatekeeper A. I can then dial the IP address of the CUBE B in Network B followed by the E.164 of video device B using IP+extension dialling and it works.
Its the same the other way around.
However what I want to achieve is the same thing but without de-registering video device A.
What I am trying to achieve is to have Video Device A dial <CUBE-B-IP-Address>##<Device-B-E.164>.
The signalling goes to Gatekeeper A which doesn't have an entry for it so chooses to send it out to the CUBE gateway. I don't mind if it does this as a video type forward or if it just says I don't know about it so fall back to your routing table so signalling goes point to point.
I have used the Polycom SE200 before and on them they have a feature whereby if it nor its peers knows about an E.164 it will revert to the routing table. Its basically a way to be able to route the calls to the Internet. I'm after similiar functionality on the IOS Gatekeeper.
Am I explaining the situation well enough? If anyone can help it would be appreciated!
Thanks and regards

RE: the original question, you should be able to dial (from Terminal A) the standard format of [extensionof Terminal B]@[IP of remote CUBE-B] to connect the call.  So long as your firewall is configured for h.323 inspection and re-writing, you should be able to connect and pin up the call.  Note that the call will not egress through CUBE-A -- it will go directly to the firewall and presumably NAT must be setup.  The call also won't resolve using the GK according to my knowledge.  This config will definitely work.
I believe that ## dialing is a Polycom proprietary method that Tandberg has also implemented in some products for compatability, but Polycom has also backed off from (they now support @ dialing).  You may need to re-educate your users.
If you want to use the GK and the CUBE, I believe you can setup a service prefix on the CUBE-A registered to the GK-A.  Calls using the prefix will be routed to the CUBE-A, and the CUBE-A can strip the prefix on egress dial-peer, and perform RAS with the CUBE-B to route the call.  This is more a "I think this will work" than a known config.  Your users would need to know the extension of the remote terminal, and you'd need some a priori setup on your CUBE/GK.  I'd be interested in your results if you have the capacity to test.
RE: joshuamarsh, you can configure the CUBE with a default address if the call arrives with the format [IP address of CUBE external interface].  See this article:
http://www.cisco.com/en/US/products/sw/voicesw/ps5640/products_configuration_example09186a0080b091e2.shtml
In the article I believe they suggest forwarding to an IVR, and I would second that recommendation.
However, users can also dial with the format [endpoint extension]@[external IP of CUBE] like above and make their way directly to an endpoint.  This can be made even easier with ENUM/e.164 detailed here:
http://www.ciscosystems.com/en/US/products/sw/voicesw/ps5640/products_configuration_example09186a0080ad7b94.shtml

Similar Messages

  • Problem in dynamic routing through ESB

    Hi All,
    I am trying dynamic routing through ESB, So I created routing service in my esb with WSDL of BPEL Process1 and a soap service with same wsdl. Then created a xsl transformation. In this xsl transformation I added below code to route to BPEL process 2.
    <xsl:variable name="LocationIn"
    select="http://PC-HP249:8888/orabpel/default/SyncBPELProcess2/1.0/SyncBPELProcess2"/>
    <xsl:variable name="LocationOut"
    select="ehdr:setOutboundHeader('/shdr:ESBHeader/shdr:location',
    $LocationIn, 'shdr=http://xmlns.oracle.com/esb;')"/>
    But when I am invoking this ESB through another BPEL process, Got below error message:, Is there any solution for that , I am using 10.1..3.4.0, (JDEV, and BPEL).
    receiveInput
    [2010/02/25 17:50:39] Received "inputVariable" call from partner "client" More...
    View xml document
    Invoke_1 (faulted)
    [2010/02/25 17:50:39] Faulted while invoking operation "initiate" on provider "PartnerLink_1".less
    -<messages>
    -<input>
    -<Invoke_1_initiate_InputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    <SyncBPELProcess1ProcessRequest xmlns="http://xmlns.oracle.com/SyncBPELProcess1"/>
    </part>
    </Invoke_1_initiate_InputVariable>
    </input>
    <fault>
    ORABPEL-08034
    JTA Rollback requested.
    The current JTA transaction has been aborted due to rollback request received from partner invocation.
    </fault>
    </messages>
    </sequence>
    [2010/02/25 17:50:39] There is a system exception while performing the BPEL instance, the reason is "Namespace prefix 'http' used but not declared.". Please check the error log file for more infromation. Please try to use bpel fault handlers to catch the faults in your bpel process. If this is a system exception, please report this to your system administrator. Administrator could perform manual recovery of the instance from last non-idempotent activity or dehydration point. More...
    oracle.xml.xpath.XPathException: Namespace prefix 'http' used but not declared.
         at oracle.xml.xslt.XSLBuilder.startElement(XSLBuilder.java:468)
         at oracle.xml.parser.v2.XMLElement.reportStartElement(XMLElement.java:3703)
         at oracle.xml.parser.v2.XMLElement.reportSAXEvents(XMLElement.java:3564)
         at oracle.xml.parser.v2.XMLElement.reportChildSAXEvents(XMLElement.java:3576)
         at oracle.xml.parser.v2.XMLElement.reportSAXEvents(XMLElement.java:3566)
         at oracle.xml.parser.v2.XMLElement.reportChildSAXEvents(XMLElement.java:3576)
         at oracle.xml.parser.v2.XMLElement.reportSAXEvents(XMLElement.java:3566)
         at oracle.xml.parser.v2.XMLElement.reportChildSAXEvents(XMLElement.java:3576)
         at oracle.xml.parser.v2.XMLDocument.reportSAXEvents(XMLDocument.java:1537)
         at oracle.xml.jaxp.JXSAXTransformerFactory.newTemplates(JXSAXTransformerFactory.java:379)
         at oracle.tip.esb.server.service.EsbTransformer.getXSLTTransformer(EsbTransformer.java:147)
         at oracle.tip.esb.server.common.cache.TransformCachePolicy.loadEntry(TransformCachePolicy.java:50)
         at oracle.tip.esb.server.common.cache.Cache.setEntry(Cache.java:306)
         at oracle.tip.esb.server.common.cache.Cache.setEntry(Cache.java:270)
         at oracle.tip.esb.server.common.cache.Cache.getEntry(Cache.java:208)
         at oracle.tip.esb.server.common.cache.Cache.getEntry(Cache.java:181)
         at oracle.tip.esb.server.common.cache.RuntimeCache.getXSLTransformer(RuntimeCache.java:324)
         at oracle.tip.esb.server.service.EsbTransformer.doTransform(EsbTransformer.java:101)
         at oracle.tip.esb.server.service.EsbTransformer.transform(EsbTransformer.java:90)
         at oracle.tip.esb.server.service.EsbTransformer.transform(EsbTransformer.java:83)
         at oracle.tip.esb.server.service.EsbRouterSubscription.transform(EsbRouterSubscription.java:388)
         at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:208)
         at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscription(InitialEventDispatcher.java:545)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscriptions(InitialEventDispatcher.java:527)
         at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher.java:94)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:160)
         at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1988)
         at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1467)
         at oracle.tip.esb.wsif.WSIFOperation_ESB.executeRequestResponseOperation(WSIFOperation_ESB.java:288)
         at oracle.tip.esb.wsif.WSIFOperation_ESB.executeInputOnlyOperation(WSIFOperation_ESB.java:357)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:472)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1087)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:546)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:342)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeDeliveryBean_LocalProxy_4bin6i8.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
         at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    [2010/02/25 17:50:39] BPEL process instance "260032" cancelled
    Regards

    In below I changed http://PC-HP249:8888/orabpel/default/SyncBPELProcess2/1.0/SyncBPELProcess2 to http://PC-HP249:8888/orabpel/default/SyncBPELProcess2/1.0 . this is working.
    <xsl:variable name="LocationIn"
    select="http://PC-HP249:8888/orabpel/default/SyncBPELProcess2/1.0/SyncBPELProcess2"/>

  • Why is my traffic being routed through china

    While connecting to a voice server located in Europe, I realised that I have a ping of 300 where I previously got around 20ms or less
    So I did a traceroute, turns out my traffic is being routed through china, to cyprus and then to Europe, for what purpose?
    traceroute to ts109.light-speed.com (216.127.64.68), 30 hops max, 60 byte packets
    1 192.168.1.254 (192.168.1.254) 0.573 ms 0.760 ms 0.957 ms
    2 213.120.155.226 (213.120.155.226) 8.748 ms 8.480 ms 9.688 ms
    3 213.120.155.158 (213.120.155.158) 10.892 ms 11.330 ms 12.163 ms
    4 host109-159-245-114.range109-159.btcentralplus.com (109.159.245.114) 14.495 ms 14.859 ms 15.933 ms
    5 31.55.164.221 (31.55.164.221) 16.301 ms 17.112 ms 17.982 ms
    6 31.55.164.109 (31.55.164.109) 18.316 ms 9.854 ms 10.631 ms
    7 acc2-10GigE-0-2-0-6.bm.21cn-ipp.bt.net (109.159.248.236) 14.412 ms acc2-10GigE-0-3-0-7.bm.21cn-ipp.bt.net (109.159.248.246) 9.506 ms acc2-10GigE-0-2-0-6.bm.21cn-ipp.bt.net (109.159.248.236) 13.672 ms
    8 109.159.248.48 (109.159.248.48) 20.637 ms 109.159.252.206 (109.159.252.206) 21.238 ms 109.159.248.132 (109.159.248.132) 20.103 ms
    9 peer2-xe-4-3-0.telehouse.ukcore.bt.net (109.159.252.53) 21.590 ms peer2-xe10-1-0.telehouse.ukcore.bt.net (109.159.254.116) 18.727 ms peer2-xe0-0-0.telehouse.ukcore.bt.net (109.159.254.102) 22.750 ms
    10 t2c3-xe-0-1-2-0.uk-lon1.eu.bt.net (166.49.211.166) 20.753 ms 21.500 ms t2c3-xe-0-2-2-0.uk-lon1.eu.bt.net (166.49.211.174) 25.339 ms
    11 i-0-4-0-7-peer.ulco-core02.pr.telstraglobal.net (134.159.95.25) 23.243 ms 27.041 ms 18.730 ms
    12 i-0-5-1-3.istt-core02.bx.telstraglobal.net (202.84.249.234) 202.289 ms 198.248 ms i-0-0-4-3.istt-core02.bx.telstraglobal.net (202.84.249.2) 230.943 ms
    13 i-0-4-0-3.skdi-core01.bi.telstraglobal.net (202.84.219.185) 213.259 ms 225.674 ms 225.800 ms
    14 i-0-2-0-8.hkth-core01.bx.telstraglobal.net (202.84.141.137) 261.573 ms i-0-2-0-5.hkth-core01.bx.telstraglobal.net (202.84.141.141) 249.423 ms i-0-2-0-8.hkth-core01.bx.telstraglobal.net (202.84.141.137) 261.567 ms
    15 i-0-0-0-3.hkth12.bi.telstraglobal.net (202.84.153.182) 247.201 ms i-0-0-0-2.hkth12.bi.telstraglobal.net (202.84.153.178) 260.094 ms 247.396 ms
    16 unknown.telstraglobal.net (134.159.100.98) 280.081 ms 278.679 ms 279.570 ms
    17 ae6.dar01.hkg02.networklayer.com (50.97.19.33) 280.926 ms 268.843 ms 282.005 ms
    18 119.81.138.139-static.reverse.softlayer.com (119.81.138.139) 277.294 ms 119.81.138.131-static.reverse.softlayer.com (119.81.138.131) 279.524 ms 119.81.138.139-static.reverse.softlayer.com (119.81.138.139) 267.113 ms
    19 xe1.cr1.hkg01.light-speed.com (119.81.152.250) 290.360 ms 291.142 ms 277.008 ms
    20 * * *
    21 * * *
    22 * * *
    23 * * *
    24 * * *
    25 * * *
    26 * * *
    27 * * *
    28 * * *
    29 * * *
    30 * * *
    Here's a screenshot of a traceroute done only a few months ago
    Same origin, same destination, only 270MS less latency.
    I have been forced through this dumb route for a couple weeks now, why?
    EDIT: Should point out, it's only when connecting to this server, all other routes are fine

    light-speed/teamspeak clearly have a complex infrastructure, which probably does some form of dynamic server allocation.
    Maybe they have moved their server addresses around and you still have a fixed reference to a server that was appropriate but is not any longer, and if you reset your application it would reassign you to a different one.
    This demonstrates they have a complex infrastructure with nodes in various places: doesn't show exactly what it is or how to deal with it.
    When I do tracert ts109.light-speed.com it comes back with Tracing route to ts109.teamspeak3.com [216.127.64.68]
    ping light-speed.com  gives 23 ms
    ping teamspeak3.com  gives 304 ms
    ping ts115.light-speed.com
    Pinging ts115.teamspeak3.com [94.101.84.61] with 32 bytes of data&colon;
    Reply from 94.101.84.61: bytes=32 time=112ms TTL=41    <<< not as helpful as 23, but better than nearly 300

  • Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command

    Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command
    and I am getting an Error , I cant figure out what I am doing wrong. I have also pasted my display down here can someone help me out, thanks in advance, I am still new to this utility.
    My questions are How do you direct this utility to point to the desktop or the TFTP folder
    does FE_PORT: Fast Ethernet 0 imply or point to Fa0/0 on my router
    My router is suppose to have 10.0.0.3 255.0.0.0
    Gateway of 10.0.0.1 255.0.0.0
    My TFTP Server 10.0.0.2 255.0.0.0
    How do I get the MAC address of the Router or the TFTP Server and which one  is required?
    my Ethernet port is 100Mb/Sec I cant tell whether it is full duplex or not so How do i set this FE_SPEED_MODE: Auto???
    =====================================================================================
    rommon 10 >
    rommon 10 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    ?=0
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=
    rommon 11 > TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    rommon 12 > TFTP_CHECKSUM=0
    rommon 13 > SET
    monitor: command "SET" not found
    rommon 14 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    ?=0
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    rommon 15 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 16 >       " not found
    rommon 17 >FE_SPEED_MODE=2
    variable name contains illegal (non-printable) characters
    rommon
    rommon 18 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    ?=0
    rommon 19 > tftpdnld [ur]
    usage: tftpdnld [-hr]
      Use this command for disaster recovery only to recover an image via TFTP.
      Monitor variables are used to set up parameters for the transfer.
      (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
      "ctrl-c" or "break" stops the transfer before flash erase begins.
      The following variables are REQUIRED to be set for tftpdnld:
                IP_ADDRESS: The IP address for this unit
            IP_SUBNET_MASK: The subnet mask for this unit
           DEFAULT_GATEWAY: The default gateway for this unit
               TFTP_SERVER: The IP address of the server to fetch from
                 TFTP_FILE: The filename to fetch
      The following variables are OPTIONAL:
              TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
          TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=18)
              TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
             TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
              TFTP_MACADDR: The MAC address for this unit
                   FE_PORT: 0= (default), 1
             FE_SPEED_MODE: 0=10/hdx, 1=10/fdx, 2=100/hdx, 3=100/fdx,
                            5=Auto (default)
          TFTP_DESTINATION: The flash destination device for the file
                            flash:(default), usbflash0:, usbflash1:
      Command line options:
       -h: this help screen
       -r: do not write flash, load to DRAM only and launch image
    rommon 20 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 21 >

    What I notice in the original post is this error
    ARP: address resolution for 10.0.0.2 timed out.
    which says that the router is looking for the 10.0.0.2 server but not getting response to its arp request. Can the original poster clarify for us how the device that has the image file is connected to the router that has the problem? Also what kind of device is 10.0.0.2? Is it a PC running TFTP server software or is it something else?
    HTH
    Rick

  • Video iChat problem using AIM (Routing through 2nd NIC)

    routing iChat for AIM
    I have a Mac Pro with both ethernet cards connected. ethernet zero is connected to my office network and ethernet one is connected to a back channel DMZ. I do not have Access to the office router and it's been configure to prevent chat. I have added routes to the table for ethernet 1and am able to chat through AIM with my wife on the iMac at the house with no issues. However when I establish a video connection it errors out. I've made sure that I have both the initial and establish connection IP's routing through my back channel. But it doesn't seem to work. If I turned off the office LAN, I have no problem connecting using video chat.
    Internet:
    Destination Gateway Flags Refs Use Netif Expire
    default 172.24.187.251 UGSc 22 288 en0
    64 192.168.0.1 UGSc 0 0 en1
    74.124/16 192.168.0.1 UGSc 0 0 en1
    74.124.211.219/32 192.168.0.1 UGSc 1 0 en1
    127 localhost UCS 0 0 lo0
    localhost localhost UH 1 608 lo0
    169.254 link#4 UCS 0 0 en0
    172.24.187/24 link#4 UCS 10 0 en0
    gx280image 0:19:b9:12:64:93 UHLW 0 0 en0 1166
    minint-fcnjr5if 0:18:8b:1b:26:7e UHLW 0 11 en0 1077
    minint-a07t9r69 0:15:c5:7:d9:18 UHLW 0 0 en0 1194
    172.24.187.21 localhost UHS 0 194 lo0
    172
    172.24.187.251 0:0:c:7:ac:82 UHLW 18 427 en0 119
    192.168.0 link#5 UCS 8 0 en1
    192.168.0.1 0:9:5b:f6:96:ac UHLW 4 9 en1 1151
    192.168.0.2 0:6:5b:90:c2:4b UHLW 0 44 en1 1155
    192.168.0.17 0:21:e9:93:3:1d UHLW 0 0 en1 1057
    192.168.0.23 0:1b:77:12:f0:6a UHLW 0 8 en1 997
    192.168.0.25 0:21:e9:65:c6:33 UHLW 0 0 en1 513
    192.168.0.44 0:21:e9:8f:23:7c UHLW 0 0 en1 1056
    192.168.0.48 localhost UHS 0 7 lo0
    192.168.0.255 link#5 UHLWb 1 100 en1
    192.168.73 link#8 UC 1 0 vmnet1
    192.168.73.255 link#8 UHLWb 1 89 vmnet1
    192.168.222 link#7 UC 1 0 vmnet8
    192.168.222.255 link#7 UHLWb 1 89 vmnet8
    205.188.0/16 192.168.0.1 UGSc 2 0 en1
    209.85.201.125/32 192.168.0.1 UGSc 1 0
    Show the following established connections when trying to use video chat.
    Proto Recv-Q Send-Q Local Address Foreign Address (state)
    tcp4 0 0 192.168.0.48.50922 64.12.30.68.5190 ESTABLISHED
    tcp4 0 0 192.168.0.48.50918 205.188.8.179.5190 ESTABLISHED
    tcp4 0 0 192.168.0.48.50917 209.85.201.125.5223 ESTABLISHED
    tcp4 0 0 172.24.187.21.50915 172.24.195.103.80 ESTABLISHED
    tcp4 0 0 172.24.187.21.50914 172.24.195.102.80 ESTABLISHED
    tcp4 0 0 192.168.0.48.50227 74.124.211.219.993 ESTABLISHED
    tcp4 0 0 192.168.0.48.50225 74.124.211.219.993 ESTABLISHED
    tcp4 0 0 192.168.0.48.50223 74.124.211.219.993 ESTABLISHED
    tcp4 0 0 192.168.0.48.50221 74.124.211.219.993 ESTABLISHED
    udp46 0 0 *.16402 .
    udp4 0 0 *.55928 .
    udp4 0 0 *.5351 .
    udp4 0 0 *.5350 .
    udp4 0 0 127.0.0.1.49728 127.0.0.1.49728
    udp4 0 0 172.24.187.21.123 .
    udp6 0 0 fe80::225:ff:fee.123 .
    udp4 0 0 172.24.187.21.138 .
    udp4 0 0 172.24.187.21.137 .
    udp4 0 0 192.168.0.48.138 .
    udp4 0 0 192.168.0.48.137 .
    udp4 0 0 192.168.73.1.138 .
    udp4 0 0 192.168.73.1.137 .
    udp4 0 0 192.168.222.1.138 .
    udp4 0 0 192.168.222.1.137 .
    udp4 0 0 *.138 .
    udp4 0 0 *.137 .
    udp4 0 0 *.52460 .
    udp4 0 0 *.53118 .
    udp4 0 0 *.62551 .
    udp4 0 0 *.64698 .
    udp4 0 0 *.57696 .
    udp4 0 0 *.58110 .
    udp4 0 0 *.62845 .
    udp4 0 0 *.50647 .
    udp4 0 0 *.59899 .
    udp4 0 0 *.57346 .
    udp4 0 0 *.56231 .
    udp4 0 0 *.631 .
    udp4 0 0 192.168.0.48.123 .
    udp4 0 0 *.60623 .
    udp4 0 0 *.60450 .
    udp4 0 0 *.64265 .
    udp4 0 0 *.49597 .
    udp4 0 0 *.54901 .
    udp4 0 0 172.24.187.21.49410 .
    udp4 0 0 172.24.187.21.49373 .
    udp4 0 0 *.2223 .
    udp4 0 0 *.53391 .
    udp4 0 0 *.64030 .
    udp4 0 0 *.57804 .
    udp4 0 0 *.56795 .
    udp4 0 0 *.54587 .
    udp4 0 0 *.62597 .
    udp4 0 0 *.61433 .
    udp4 0 0 *.49535 .
    udp4 0 0 *.50679 .
    udp4 0 0 *.49810 .
    udp4 0 0 192.168.73.1.123 .
    udp4 0 0 192.168.222.1.123 .
    udp6 0 0 fe80::223:dfff:f.123 .
    udp6 0 0 ::1.123 .
    udp4 0 0 127.0.0.1.123 .
    udp6 0 0 fe80::1%lo0.123 .
    udp6 0 0 *.123 .
    udp4 0 0 *.123 .
    udp6 0 0 *.5353 .
    udp4 0 0 *.5353 .
    udp4 0 0 . .
    icm4 0 0 . .
    icm6 0 0 . .
    icm6 0 0 . .
    as I said I can still chat, I just cannot use video chat unless I disconnect the office network. I need to leave the office network as the default route. Suggestions would be appreciated, not sure if iChat problem or routing problem.

    Umm,
    Not so much as a Bug but a feature.
    iChat has been designed with a level of security in-built.
    When you send a Visible Invite it is just that, away to trigger the other end to pop up a window.
    iChat then engages in the SIP part which includes a text based connection method called SIP (Session Initiation Protocol).
    This involves a behind the scenes invite and a check to see that the IP the Visible invite went to is the same one the SIP bit ios going to. (remember you can log in as many times as you wanton different apps and computers to the AIM servers), but is essentially to make sure you are connecting to who you invited.
    This SIP Process is very much like an old fashioned operator call in that you call the operator they call the operator at the other end who calls the Buddy, he answers his operator who confirms he is willing to chat... etc.
    As with a telephone call you want to make sure you are talking to the right person.
    Like a telephone iChat has to be in "one place" in relation to the internet.
    Unlike a corner plot house it can not have one "number" in one street and another in the side road (even local authorities and postal service ignore this).
    The process in other IM apps is mixed.
    Skype spreads it's connection over as many hosts as will accept them meaning your call could be using 30 or 40 other end users to spread that load.
    Of course this also increases the ports in use giving you less security overall.
    Some do seem "better" at ignoring secondary connections the way Web Browsers do.
    10:33 PM Tuesday; June 30, 2009

  • [svn:bz-trunk] 15217: Bug: BLZ-508 - If server receives message for an unknown destination it shouldn ' t include the destination name in the error message sent back to the client .

    Revision: 15217
    Revision: 15217
    Author:   [email protected]
    Date:     2010-04-05 03:43:36 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Bug: BLZ-508 - If server receives message for an unknown destination it shouldn't include the destination name in the error message sent back to the client.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Changed the error message to not include destination id. I'm also checking in a few minor fixes I had locally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-508
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/cluster/JGroupsCluster.java

    Thanx Mete, yeah i did...
    but i solved it some other way... not entirely sure this was
    it though as i was doing a lot of things at once...
    it was fds.swc... possibly it was out of date or missing.

  • Can't get internal vSwitch to route through external vSwitch to connect to Internet using one NIC on 2012 R2 Datacenter with Hyper-V

    I'm running into a bit of a problem here.
    I have the following two virtual switches setup on one 2012 R2 Datacenter Physical Host w/ one (1) physical NIC:
    Physical Host is running 192.168.50.120, GW: 192.168.50.1, SM: 255.255.255.0 (Cisco Router has the IP of 192.168.50.1). The Internal vSwitch Network (will contain 8 VM Servers) is 192.168.1.1. I want the VM Servers on 192.168.1.1 to be able to get Windows
    Updates by being able to route through the 192.168.50.1 vSwitch but yet, still want the Networks segregated.
    Both of these virtual switches/networks will be running through one NIC.
    I initially setup RRAS to use NAT but I'm not sure if this is the correct configuration. It seemed to work but when I went to Activate my Product Key (via MSDN Subscription) it wouldn't recognize the key and therefore I couldn't run windows updates.
    However, when I set up two of the VMs on 192.168.1.1 to use DHCP through the 192.168.50.1 Network it would work fine (i.e. DHCP, DNS and GW were all set to 192.168.50.1).
    Any ideas on what I might be doing wrong or how I could setup an effective route between the two networks?
    Any and all ideas are most welcome and appreciated.
    Sincerely,
    Wallace
    Wallace Davis

    Hi nbk5533,
    The external virtual switch and internal virtual are isolated, you must set RRAS to connect both network zone, you can refer the following article to connect the internal
    switch and external virtual switch.
    Configuring Hyper-V for multiple subnets with only one NIC (Server 2008 R2 Edition)
    http://blogs.technet.com/b/letsdothis/archive/2012/01/08/configuring-hyper-v-for-multiple-subnets-with-only-one-nic.aspx
    The similar thread:
    RRAS in VM
    http://social.technet.microsoft.com/forums/windowsserver/en-US/486bcbb4-bf01-4946-b103-cd896e9dafb9/rras-in-vm
    More information:
    http://msdn.microsoft.com/en-us/library/windows/hardware/gg605194(v=vs.85).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Internet speed drops 85% when routed through WRT160NL

    I have a WRT160NL, and it decreases my internet speed from 3700kbps down to 550kbps when I route through it.  
    My ADSL modem is connected via ethernet cable to the WRT160NL, then I have an ethernet cable from port#1 of the WRT160NL to my desktop computer. With this connection, I get a download of about 550kbps.
    When I route directly from my ADSL modem to my desktop (bypassing the WRT160NL) my download speed is 3700kbps. I've checked all cables and connections. What is causing the speed to drop by 85%?
    thanks,
    groff5
    Solved!
    Go to Solution.

    As you are facing the problem on your Hardwired computer, then you change the settings on your Router... Once you login to the Router setup page.. Below the Setup you will find MTU size which will be set to AUTO so you need to change it to Manual and change the Size from 1500 to 1365 and click on Save Settings..... Then click on the Security tab and Disable "SPI Firewall" and Uncheck "Filter Anonymous Internet Requests" and click on Save Settings...
    Now you need to power cycle your Network... Unplug the Power from the Router and Modem, Wait for 30seconds and then plug the Power to the Modem, Once all the Lights are lid on the Modem then Plug the Power to the Linksys Router... 
    Now you can check the Speed, what the speed you are getting it on your Computer.... 
    If you still face the same problem then i think you need to upgrade the firmware of your Router.. Go to website linksysbycisco.com/downloads.........insert model no of your router in serach tab......select proper version of your router........download the firmware file......save that file on desktop....
    Follow these steps to upgrade the firmware on the device : -
    Open an Internet Explorer browser page on a computer hard wired to the router...In the address bar type - 192.168.1.1...Leave the Username blank & in Password use admin in lower case...
    Click on the 'Administration' tab- Then click on the 'Firmware Upgrade' sub tab- Here click on 'Browse' and browse the .bin firmware file and click on "Upgrade"...
    Wait for few seconds until it shows that "Upgrade is successful"  After the firmware upgrade, click on "Reboot" and you will be returned back to the same page OR it will say "Page cannot be displayed".
    Now reset your router :
    Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...

  • Router won't connect comps to the net, can't acess router through comps either!!

    Hey, umm... I was playin a game for a bit, and suddenly I got booted off the net. I thought it was the game just spiting me (WoW does that sometimes. It hates everyone), but it turned out to be the internet.
    I called comcast, confirmed that my internet was ok, and decided to call linksys.
    I went to the tech support via phone, dialed the number, and the number is telling me it can't connect the call.
    So, I came here.
    Now, normally I can always get into the router via my comp to see what the deal is with it. This time though, I can't even acess it!
    It tells me it couldn't connect every time I try to get into it, from all the computers.
    I figured it could just be a bum wire messin with me. So I went into the closet and pulled out a new one that I had just got. That one didn't work either.
    Then I took one of the wires I knew worked (because it connected the computer to the modem and got online fine), and plugged it in. It didn't work either.
    So frusterating...
    Anyways, I upgraded the routers firmware the other day after hearing that it would give me more port fowarding slots (It DESPERATLY needs more), and all was well up until now.
    It's been about 5 days since I did that, so I don't know what woulda caused this to happen all of a sudden.
    Espically not being able to get to the router through a computer. That's just weird...
    Well, if anyone knows anything, lemme know.
    Also, let me know if the phone support comes back up some time soon.

    On a side note, im not using the wireless function, and I have it turned off in the settings.

  • How to access to configuration page of the router through the windows phone 7 ?

    Hi all
    I'd like to know if there's a way to access to configuration page of the router through my windows phone 7.
    I usually access the router by laptop as following: "192.168.1.1". but sometimes when I'm on my phone  I need to reboot the router through my phone other then the laptop which is not near me...
    I looked up for applications that should do the work, but unfortunately I got no positive result, so I'm reaching out to this very forum in order to find help and tricks so that I can figure it out
    thank you in advance

    Hi Happydz,
    For help using Windows Phone please post in the Windows Phone forums on
    http://answers.microsoft.com .
    The MSDN Windows Phone Development forums are for developers to discuss writing their own Windows Phone apps.
    That said, I'd expect you could connect to 192.168.1.1 from the phone's browser the same way you would from the laptop's browser.

  • Unable to login to Switch & Router through secondary Acs ,when primary ACS is down.

    Dear All,
      i have configured primary ACS in DC data center and secondary ACS in DR data center, i have configured replication , and it is working well, but when we put down primary ACS , we are unable to login in switch and router through secondary ACS , i ahve  dedicated link between core dc sw to core dr sw through which all traffic is getting replicated . All user , mgmt vlan are created in FWSM firewall.Kindly help.
    Regards
    Amit Kulshrestha

    Hi Bro
    I'm assuming you've configured your ACS correctly and the Cisco network devices correctly. Perhaps, this could be a bug. The reason I say this is because last week, I was implementing 2 units of Cisco ACS 1121 v5.3 (in HA mode) for a client, and i had similar issues myself. When I down the primary ACS, I'm unable to login to my network devices, eventhough my secondary ACS is UP and PINGable from all network devices.
    Hence, I downloaded and applied the latest cummulative patch from the CCO website 5-3-0-40-4.tar.gpg (Release Date: 27/May/2012) and my problem solved.
    Perhaps, your ACS version isn't 5.3, but the morale of the story here is, maybe patching is required for your case!!
    Please do let me know the outcome. May the force be with you, bro!

  • Copying routing through workbench

    SAP Gurus,
    When I copy a routing through workbench, system is automatically recreating a BOM for that material. Now I have two BOMs for that material, which I don't want. I cant use CA03 because I am using parameter effectivity for BOMs and routings. Is there any way that system copies the routing with out recreating the BOM.
    Thanks
    Bobby

    resolved

  • Routing through master channel

    Hi Guys,
    I want to use the master channel to add some final compression to my mix but it appears not to be working e.g. sliding the volume fader on master has no effect on the songs volume.. what's the best way to check that everything's being routed through master properly?
    cheers.

    You can't add compression on the master fader. It is for volume only, no plugs.
    To compress your mix: Be sure everything is routed to the same pair of outputs (1/2) and add compression there.

  • Bad routes through Qwest

    This is a dup post. I posted to high speed forum, but realised this is more appropriate forum.
    Had FIOS installed on 11/3  and have 2 weeks left to decide to keep it. (Not looking good.)
    Verizon network techs.
    In a nut shell, any routes going through qwest drop too many packets. I see packets through alter.net get dropped sometimes too.
    I have seen up to 90% packet loss through qwest routers.
    Verizon needs to drop thier peering agreement with qwest, and quit routing traffic through them.
    using mtr (my traceroute)
                                           Packets               Pings
     Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev
     1. DD-WRT                            0.0%    20    0.4   0.4   0.4   0.5   0.0
     2. Wireless_Broadband_Router.home    0.0%    20    0.7   0.6   0.6   0.7   0.0
     3. L100.BLTMMD-VFTTP-59.verizon-gni  0.0%    20   13.7  12.8   6.3  27.2   5.3
     4. G0-10-3-6.BLTMMD-LCR-21.verizon-  0.0%    20   13.9  15.0   9.7  18.6   2.2
     5. ae4-0.RES-BB-RTR1.verizon-gni.ne  0.0%    20    9.6  30.1   9.6 119.4  30.9
     6. 0.xe-5-1-0.BR1.IAD8.ALTER.NET     0.0%    20   18.0  17.8  11.6  44.3   6.9
     7. 63-235-40-49.dia.static.qwest.ne  5.3%    19   20.4  21.0  15.7  32.3   3.8
     8. tuk-edge-14.inet.qwest.net       88.9%    19   92.6  94.9  92.6  97.2   3.2
     9. 65-122-235-178.dia.static.qwest.  0.0%    19   94.5  92.9  87.6  96.9   3.1
    10. 205.251.225.24                    0.0%    19   90.9  91.3  86.9  96.2   2.2
    11. 205.251.232.107                   0.0%    19   96.5 100.2  96.5 104.9   3.1
    12. 205.251.232.215                   0.0%    19  104.8 113.7  97.1 155.3  18.4
    13. 205.251.232.61                    0.0%    19   99.1 109.4  99.0 136.8  10.9
    14. ec2-54-213-111-10.us-west-2.comp  0.0%    19  105.6 101.1  96.9 107.4   3.6
    I will continue to monitor my wife's happiness level and make the dicesion to drop or not. I still have comcast hooked up, and all the sites my wife is complaining about, do not have issues running through comcast network and routes which do not include qwest starting from comcast network.
    Solved!
    Go to Solution.

    What you are showing in that traceroute is ICMP rate limiting on the routers.  The routers are configured to de-prioritize ICMP (ping traceroute) packets in favor for normal traffic.  The packet loss is NOT happening with the site you were tracing to and is demostrated in the last hop
     ec2-54-213-111-10.us-west-2.comp  0.0%    19  105.6 101.1  96.9 107.4   3.6
    This is normal on all networks.  The rule of thumb is if the packet loss follows all the way to the destination it is a real capacity issue.  If the loss only shows up on a few intermediate hops it is ICMP rate limiting.

  • Looking for GPS wth muliple destination routing. (like Mapquest's route planner)

    I am looking for a GPS that I can put in ?? destinations and can continue from one to another.  I currently use Mapquest's Route Planner, and then put each destination seperately so I do not have to read while driving.  I think there are some available someplace.   I can get up to 26 in Mapquest, but, I am looking for something like that.
    Solved!
    Go to Solution.

    drake1029 –
    I am so sorry that no one has provided you with an
    answer. I have done some research on this topic and found that most major
    manufacturers offer this on their GPS systems. It is know and route/trip
    planner or something along those lines. I looked through a few GPS systems and didn’t
    see that this option was included in the features. This either means that it is
    such a standard feature that they don’t note it, or the models I looked at just
    don’t have it.
    I would consult with a GPS sales associate at your local
    Best Buy® store to see if the unit you are interested in definitely has it. Sorry
    again for the delayed response. Please let me know if there is anything else I
    can help you with.
    Thanks,
    Jesus|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for