WRT54G with Dyndns connecting to TS-101

Please help, I have setup a web server at home and connected to a WRT54G wireless router. The wireless router's is using a dynamic IP and was updated by dyndns automatically. I tried to connect my web server from my office but failed. It always call up the WRT54G setup page. My web server has to use xxx.xxx.x.3:6000. Please tell me what I have to do on my router.

Dyndns.com has a page that explains what you have to do here:
https://www.dyndns.com/services/dns/dyndns/
and here:
https://www.dyndns.com/support/kb/why_cant_i_connect_to_my_server.html
As previously mentioned, you're seeing the Linksys web utility because it is a web server running on the default port of 80. Go into your router and make sure the remote management is turned off.
Port forwarding must be correct so the http request can be forwarded to the correct server on your network. When your dyndns is configured, it will have an address something like miclo.dydnds.com and you will have set the port in the Dyndns account to the web server's port.
Let me know how you make out with this. It's really quite simple, just make certain everything is set correctly.

Similar Messages

  • WRT54GS with Mac OS 10.6.8 and RCN cable modem not working

    Hello,
    I have a Linksys WRT54GS, version 6 with Mac OS X (version 10.6.8) hooked up to a Scientific Atlantic cable modem, with RCN as the ISP.
    Recently, RCN had some network issues, and so I had to power down and reset my modem. The modem is working fine now -- no problems at all when the Mac is connected direclty to the modem.
    The router's network is OK in that I can connect the Mac wirelessly to the network, but I can't connect to the internet through the router (through neither the wireless or wired connection).
    I have downloaded the latest firmware update for the router, following the Linksys site instructions, but this has not helped me solve the problem.
    Does anyone have any advice as to what I should do? I did call Linksys tech support on the advice of RCN, and they said that the router does appear to be working (power, WLAN, and Internet lights are on), but they would be charging me nearly the cost of a new router to fix the problem.
    Any advice would be appreciated!

    Since you upgraded the Router WRT54GS with the latest firmware so once reset the Router and power cycle the whole network… Then connect the Modem with Linksys Router on the Internet Port and then connect any one computer to any one of the Ethernet port on the Router [Numbered – 1, 2, 3 and 4]… Let me know the RCN connection is a DSL connection or cable connection…
    So if you have a DSL connection you can refer to this link:
    http://www6.nohold.net/Cisco2/ukp.aspx?pid=93&login=1&vw=1&app=search&articleid=4020&userrole=Linksy...
    So if you have a Cable Internet Connection you can refer to this link:
    http://www6.nohold.net/Cisco2/ukp.aspx?pid=93&vw=1&articleid=3686
    As far as the wireless is concern:
    # Open up the browser and on the address bar type 192.168.1.1 that will open up the Router setup page…
    # Then Click on wireless Tab create the Wireless Network Name SSID and select the channel to 6, 9, and 11… Click Save Settings...
    # Then Click on Wireless Security sub tab and select the security mode and provide the password as per the requirement… Click Save Settings...
    After doing the settings try to connect the preferred network on the wireless devices and check the connectivity….

  • WRT54GS won't connect to internet

    I've turned WEP security on and off with no success. My computer can connect to Road Runner when the cable is not going through the WRT54GS. The connection is excellent on all my devices, just no internet. I'm thinking there's one tiny setting I'm not thinking of enabling but I'm out of ideas at the moment. If you need more info from me let me know. Thanks...

    any wired connection that is going to the internet?
    *just a thought*
    Yesterday is history. Tomorrow is mystery. Today is a gift.

  • Ace - connection reset (Error 101)

    Hi, I have a problem with a Cisco ACE, after approximately an hour being in production, for all new connections
    it gives the message: connection reset. The message on any web browser is: connection reset (Error 101)
    It blocks any backend server (Apache).I get same error also when I try to connect direcly to the backend address.
    This error saturates the connections on the servers (in the log of the DB I found error connection reset)
    Without ACE all work fine, it's not a load traffic issue.
    It seems like once opened a connection the ace does not close it anymore!
    But the graphical snmp servers do not report the increase in connections, what is mistake ?
    The balancer manages two physical servers and is configured in stickyness mode
    Please find attached the configuration
    logging enable
    logging timestamp
    logging trap 4
    logging buffered 3
    logging host 172.16.0.2 udp/514 format emblem
    access-list ANY line 8 extended permit icmp any any
    access-list ANY line 16 extended permit ip any any
    probe http HTTP_PROBE1
      request method get url /index.php
      expect status 200 206
      expect status 300 307
      expect status 400 417
    probe tcp PROBE_TCP
      interval 30
    rserver host 03a.it
      ip address 172.16.0.1
      conn-limit max 50000 min 40000
      inservice
    rserver host 03b.it
      ip address 172.16.0.2
      conn-limit max 50000 min 40000
      inservice
    serverfarm host FARM_WEB
      predictor leastconns
    probe HTTP_PROBE1
      rserver 03a.it
        inservice
      rserver 03b.it
        inservice
    parameter-map type http HTTP_PARAMETER_MAP
      persistence-rebalance
    sticky http-cookie session StickyGroup1
      timeout 3600
      serverfarm FARM_WEB
    class-map type management match-all ICMP-ALLOW_CLASS
      2 match protocol icmp source-address x.x.x.x
    class-map match-all L4-WEB-IP
      2 match virtual-address x.x.x.x tcp eq www
    class-map type management match-all REMOTE_ACCESS
      2 match protocol ssh any
    policy-map type management first-match REMOTE_MGMT_ALLOW_POLICY
      class REMOTE_ACCESS
        permit
    policy-map type loadbalance http first-match WEB_L7_POLICY
      class class-default
        sticky-serverfarm StickyGroup1
        insert-http x-forward header-value "%is"
    policy-map multi-match WEB-to-vIPs
      class L4-WEB-IP
        loadbalance vip inservice
        loadbalance policy WEB_L7_POLICY
        loadbalance vip icmp-reply active
        nat dynamic 1 vlan 2541
        appl-parameter http advanced-options HTTP_PARAMETER_MAP
    interface vlan 125
      ip address
      access-group input ANY
      service-policy input REMOTE_MGMT_ALLOW_POLICY
      service-policy input WEB-to-vIPs
      no shutdown
    interface vlan 254
      ip address
      access-group input ANY
      nat-pool
      service-policy input REMOTE_MGMT_ALLOW_POLICY
      no shutdown
    At the moment this happens, the simultaneous connections (command: show conn) on the server are around 350
    the CPU load is 2%
    sticky database has approximately 24000 records.
    Log level is set to 4. But no error report.
    Do you need more info to resolve the problem?
    Thank you
    Best Regards
    N.

    Hello Nicolas,
    I wonder if you can include these values:
    parameter-map type http HTTP_PARAMETER_MAP
      case-insensitive
      persistence-rebalance
      set header-maxparse-length 65535
      set content-maxparse-length 65535
      length-exceed continue
      parsing non-strict
    I also noticed a lot of errors which might be caused also due to these denied under the #show resource usage all which may indicate you are reaching the license limits, but you should discuss it with your Cisco SE, please see below:
                                                   Allocation
            Resource         Current       Peak        Min        Max       Denied
    Context: vrack254
      conc-connections              4       1267      60000      60000          0
      mgmt-connections              2         28        748        748          0
      proxy-connections             0       1255       7864       7864          0
      xlates                        0          0       7864       7864          0
      bandwidth                   572    3824781    3740624  127490624    1416859
        throughput                 96    3712886    3740624    3740624    1416859
        mgmt-traffic rate         476     111895          0  123750000          0
      connection rate               1       1729       4500       4500          0
      ssl-connections rate          0          0        224        224          0
      mac-miss rate                 0         15         16         16          4
      inspect-conn rate             0          0       1800       1800          0
      http-comp rate                0          0    5898240    5898240          0
      to-cp-ipcp rate               0         11         36         36          0
      acl-memory                 8216      10568     744800     744800          0
      sticky                    22978      22978      31456      31456          0
      regexp                       19         23       7864       7864          0
      syslog buffer             30720      30720      30720      30720          0
      syslog rate                   0          6        750        750          0
    Can you upload the specific error which you are getting also?
    Jorge

  • [8i] Need help with hierarchical (connect by) query

    First, I'm working in 8i.
    My problem is, I keep getting the error ORA-01437: cannot have join with CONNECT BY.
    And, the reason I get that error is because one of the criteria I need to use to prune some branches with is in another table... Is there anyway to work around this? I tried an in-line view (but got the same error). I thought about using the connect by query as an in-line view and filtering off what I don't want that way, but I'm not sure how to filter out an entire branch...
    Here is some simplified sample data:
    CREATE TABLE     bom_test
    (     parent          CHAR(25)
    ,     component     CHAR(25)
    ,     qty_per          NUMBER(9,5)
    INSERT INTO     bom_test
    VALUES     ('ABC-1','101-34',10);
    INSERT INTO     bom_test
    VALUES     ('ABC-1','A-109-347',2);
    INSERT INTO     bom_test
    VALUES     ('ABC-1','ABC-100G',1);
    INSERT INTO     bom_test
    VALUES     ('ABC-1','1A247G01',2);
    INSERT INTO     bom_test
    VALUES     ('ABC-100G','70052',18);
    INSERT INTO     bom_test
    VALUES     ('ABC-100G','M9532-278',5);
    INSERT INTO     bom_test
    VALUES     ('1A247G01','X525-101',2);
    INSERT INTO     bom_test
    VALUES     ('1A247G01','1062-324',2);
    INSERT INTO     bom_test
    VALUES     ('X525-101','R245-9010',2);
    CREATE TABLE     part_test
    (     part_nbr     CHAR(25)
    ,     part_type     CHAR(1)
    INSERT INTO     part_test
    VALUES     ('ABC-1','M');
    INSERT INTO     part_test
    VALUES     ('101-34','P');
    INSERT INTO     part_test
    VALUES     ('A-109-347','P');
    INSERT INTO     part_test
    VALUES     ('ABC-100G','M');
    INSERT INTO     part_test
    VALUES     ('1A247G01','P');
    INSERT INTO     part_test
    VALUES     ('70052','P');
    INSERT INTO     part_test
    VALUES     ('M9532-278','P');
    INSERT INTO     part_test
    VALUES     ('X525-101','M');
    INSERT INTO     part_test
    VALUES     ('1062-324','P');
    INSERT INTO     part_test
    VALUES     ('R245-9010','P');This is the basic query (with no pruning of branches):
    SELECT     LEVEL
    ,     b.component
    ,     b.parent
    ,     b.qty_per
    FROM     bom_test b
    START WITH          b.parent     = 'ABC-1'
    CONNECT BY PRIOR     b.component     = b.parentThe query above gives the results:
          LEVEL COMPONENT                 PARENT                        QTY_PER
          1.000 101-34                    ABC-1                          10.000
          1.000 A-109-347                 ABC-1                           2.000
          1.000 ABC-100G                  ABC-1                           1.000
          2.000 70052                     ABC-100G                       18.000
          2.000 M9532-278                 ABC-100G                        5.000
          1.000 1A247G01                  ABC-1                           2.000
          2.000 X525-101                  1A247G01                        2.000
          3.000 R245-9010                 X525-101                        2.000
          2.000 1062-324                  1A247G01                        2.000
    9 rows selected....but I only want the branches (children, grandchildren, etc.) of part type 'M'.
    e.g.:
          LEVEL COMPONENT                 PARENT                        QTY_PER
          1.000 101-34                    ABC-1                          10.000
          1.000 A-109-347                 ABC-1                           2.000
          1.000 ABC-100G                  ABC-1                           1.000
          2.000 70052                     ABC-100G                       18.000
          2.000 M9532-278                 ABC-100G                        5.000
          1.000 1A247G01                  ABC-1                           2.000Any suggestions?

    Hi,
    user11033437 wrote:
    First, I'm working in 8i.
    My problem is, I keep getting the error ORA-01437: cannot have join with CONNECT BY.
    And, the reason I get that error is because one of the criteria I need to use to prune some branches with is in another table... Is there anyway to work around this? I tried an in-line view (but got the same error). Post your query. It's very hard to tell what you're doing wrong if we don't know what you're doing.
    ...but I only want the branches (children, grandchildren, etc.) of part type 'M'.
    e.g.:
    LEVEL COMPONENT                 PARENT                        QTY_PER
    1.000 101-34                    ABC-1                          10.000
    1.000 A-109-347                 ABC-1                           2.000
    1.000 ABC-100G                  ABC-1                           1.000
    2.000 70052                     ABC-100G                       18.000
    2.000 M9532-278                 ABC-100G                        5.000
    1.000 1A247G01                  ABC-1                           2.000
    You mean you want don't want the descendants (children, grandchildren, etc.) of any component whose part_type is not 'M'.
    The part_type of the component itself doesn't matter: component '101-34' is included, even though its part_type is 'P', and component 'X525-101' is excluded, even though its part_type is 'M'.
    >
    Any suggestions?Sorry, I don't have an Oracle 8.1 database at hand now. All three of the queries below get the correct results in Oracle 10.2, and I don't believe they do anything that isn't allowed in 8.1.
    You can't do a join and CONNECT BY in the same query on Oracle 8.1.
    I believe you can do one first, then the other, using in-line views. The frist two queries do the join first.
    --     Query 1: Join First
    SELECT     LEVEL
    ,     component
    ,     parent
    ,     qty_per
    FROM     (     -- Begin in-line view to join bom_test and part_test
              SELECT     b.component
              ,     b.parent
              ,     b.qty_per
              ,     p.part_type     AS parent_type
              FROM     bom_test     b
              ,     part_test     p
              WHERE     p.part_nbr     = b.parent
         )     -- End in-line view to join bom_test and part_test
    START WITH     parent     = 'ABC-1'
    CONNECT BY     parent          = PRIOR component
         AND     parent_type     = 'M'
    ;Query 2 is very much like Query 1, but it does more filtering in the sub-query, returning only rows hose part_type or whose parent's part_type is 'M". Your desired result set will be a tree taken entirely from this set. Query 2 may be faster, because the sub-query is more selective, but then again, it may be slower because it has to do an extra join.
    {code}
    -- Query 2: Join first, prune in sub-query
    SELECT     LEVEL
    ,     component
    ,     parent
    ,     qty_per
    FROM     (     -- Begin in-line view to join bom_test and part_test
              SELECT     b.component
              ,     b.parent
              ,     b.qty_per
              ,     p.part_type     AS parent_type
              FROM     bom_test     b
              ,     part_test     p
              ,     part_test     c
              WHERE     p.part_nbr     = b.parent
              AND     c.part_nbr     = b.component
              AND     'M'          IN (c.part_type, p.part_type)
         )     -- End in-line view to join bom_test and part_test
    START WITH     parent     = 'ABC-1'
    CONNECT BY     parent          = PRIOR component
         AND     parent_type     = 'M'
    {code}
    Query 3, below, takes a completely different approach. It does the CONNECT BY query first, then does a join to see what the parent's part_type is. We can easily cut out all the nodes whose parent's part_type is not 'M', but that will leave components like 'R245-9010' whose parent has part_type 'M', but should be excluded because its parent is excluded. To get the correct results, we can do another CONNECT BY query, using the same START WITH and CONNECT BY conditions, but this time only looking at the pruhed results of the first CONNECT BY query.
    {code}
    --     Query 3: CONNECT BY, Prune, CONNECT BY again
    SELECT     LEVEL
    ,     component
    ,     parent
    ,     qty_per
    FROM     (     -- Begin in-line view of 'M' parts in hierarchy
              SELECT     h.component
              ,     h.parent
              ,     h.qty_per
              FROM     (     -- Begin in-line view h, hierarchy from bom_test
                        SELECT     component
                        ,     parent
                        ,     qty_per
                        FROM     bom_test
                        START WITH     parent     = 'ABC-1'
                        CONNECT BY     parent     = PRIOR component
                   ) h     -- End in-line view h, hierarchy from bom_test
              ,     part_test     p
              WHERE     p.part_nbr     = h.parent
              AND     p.part_type     = 'M'
         )     -- End in-line view of 'M' parts in hierarchy
    START WITH     parent     = 'ABC-1'
    CONNECT BY     parent     = PRIOR component
    {code}
    I suspect that Query 3 will be slower than the others, but if the CONNECT BY query is extremely selective, it may be better.
    It would be interesting to see your findings using the full tables. Please post your observations and the explain plan output.
    As usual, your message is a model of completeness and clarity:
    <ul>
    <li>good sample data,
    <li> posted in a way people can use it,
    <li>clear results,
    <li> good explanation
    <li> nciely formatted code
    </ul>
    Keep up the good work!

  • Can't make outgoing call with Skype Connect

    I have my Asterisk PBX configured with Skype Connect using SIP with TLS and SRTP. Most of my outgoing calls go through, but sometimes I can't get call out. I was able to leave asterisk console up and collect verbose and sip debug data. Can somebody help me diagnose why my calls aren't going through?
    I've changed my external IP (I'm behind a NAT'd firewall) to 1.2.3.4 and my SIP profile's user ID to 11111111111111. and my domain name to test.com. If someone working for Skype needs that information they can email me and I'll send it privately.
    My config:
    [general]
    context=default_context
    allowguest=no
    alwaysauthreject=yes
    allowoverlap=no
    udpbindaddr=0.0.0.0
    tlsenable=yes
    tlsbinddir=0.0.0.0
    tlscertfile=/usr/local/asterisk/etc/asterisk/keys/asterisk.pem
    tlscafile=/usr/local/asterisk/etc/asterisk/keys/ca.crt
    tlscipher=ALL
    tlsclientmethod=tlsv1
    tcpenable=yes
    tcpbindaddr=0.0.0.0
    transport=udp,tcp,tls
    srvlookup=yes
    dynamic_exclude_static = yes
    buggymwi=yes
    contactpermit=192.168.1.0/24
    register => tls://111111111111111:[email protected]
    [skype]
    type=friend
    context=from-skype
    dtmfmode=rfc2833
    host=sip.skype.com
    username=11111111111111
    fromuser=11111111111111
    secret=abcd12345
    disallow=all
    allow=ulaw
    allow=alaw
    nat=yes
    fromdomain=sip.skype.com
    insecure=port,invite
    transport=tls
    srtpcapable=yes
    encryption=yes
    SIP Debugging enabled
    [2012-08-23 19:22:33] NOTICE[16552]: chan_sip.c:13465 sip_reregister: -- Re-registration for [email protected]
    > doing dnsmgr_lookup for 'sip.skype.com'
    > ast_get_srv: SRV lookup for '_sips._tcp.sip.skype.com' mapped to host 1.sip.skype.com, port 5061
    REGISTER 11 headers, 0 lines
    Reliably Transmitting (NAT) to 63.209.144.201:5061:
    REGISTER sip:sip.skype.com:5061 SIP/2.0
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK2726fcb8;rport
    Max-Forwards: 70
    From: <sip:[email protected]>;tag=as6edf93cf
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 32495 REGISTER
    User-Agent: Asterisk PBX 10.5.2
    Authorization: Digest username="11111111111111", realm="sip.skype.com", algorithm=MD5, uri="sip:sip.skype.com:5061", nonce="5036b5770000182c78c1d1909cfd5c74e33f033c952d240d", response="81001ceacd91b16ebb956d3c55991471"
    Expires: 120
    Contact: <sip:[email protected]:5061;transport=TLS>
    Content-Length: 0
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 200 OK
    From: <sip:[email protected]>;tag=as6edf93cf
    To: <sip:[email protected]>;tag=c990d13f-90f7a10d-0-55cb59a8-0
    Call-ID: [email protected]
    CSeq: 32495 REGISTER
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK2726fcb8;rport=50541;received=1.2.3.4
    Expires: 45
    Contact: <sip:[email protected]:5061;transport=tls>;expires=45
    Content-Length: 0
    <------------->
    --- (9 headers 0 lines) ---
    Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: REGISTER)
    [2012-08-23 19:22:33] NOTICE[17932]: chan_sip.c:21399 handle_response_register: Outbound Registration: Expiry for sip.skype.com is 45 sec (Scheduling reregistration in 30 s)
    <--- SIP read from UDP:192.168.1.16:5060 --->
    INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.16:5060;branch=z9hG4bK-819ce62
    From: "Scott's Office" <sip:[email protected]>;tag=9961686dacab532ao0
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Max-Forwards: 70
    Contact: "Scott's Office" <sip:[email protected]:5060>
    Expires: 240
    User-Agent: Cisco/SPA504G-7.5.2b
    Content-Length: 234
    Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
    Supported: replaces
    Content-Type: application/sdp
    v=0
    o=- 88651316 88651316 IN IP4 192.168.1.16
    s=-
    c=IN IP4 192.168.1.16
    t=0 0
    m=audio 16484 RTP/AVP 0 8 101
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:30
    a=sendrecv
    <------------->
    --- (14 headers 12 lines) ---
    Sending to 192.168.1.16:5060 (NAT)
    Using INVITE request as basis request - [email protected]
    Found peer 'scott_office' for 'scott_office' from 192.168.1.16:5060
    == Using SIP RTP CoS mark 5
    Found RTP audio format 0
    Found RTP audio format 8
    Found RTP audio format 101
    Found audio description format PCMU for ID 0
    Found audio description format PCMA for ID 8
    Found audio description format telephone-event for ID 101
    Capabilities: us - (ulaw), peer - audio=(ulaw|alaw)/video=(nothing)/text=(nothing), combined - (ulaw)
    Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
    Peer audio RTP is at port 192.168.1.16:16484
    Looking for 19739928881 in home (domain asterisk.test.com)
    list_route: hop: <sip:[email protected]:5060>
    <--- Transmitting (NAT) to 192.168.1.16:5060 --->
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 192.168.1.16:5060;branch=z9hG4bK-819ce62;received=192.168.1.16;rport=5060
    From: "Scott's Office" <sip:[email protected]>;tag=9961686dacab532ao0
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Server: Asterisk PBX 10.5.2
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Contact: <sip:[email protected]:5060>
    Content-Length: 0
    <------------>
    -- Executing [19739928881@home:1] Dial("SIP/scott_office-000000b0", "SIP/skype/+19739928881") in new stack
    == Using SIP RTP CoS mark 5
    Audio is at 9302
    Adding codec 100003 (ulaw) to SDP
    Adding codec 100004 (alaw) to SDP
    Adding non-codec 0x1 (telephone-event) to SDP
    Reliably Transmitting (NAT) to 63.209.144.201:5061:
    INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1c3f16ee;rport
    Max-Forwards: 70
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>
    Contact: <sip:[email protected]:5061;transport=TLS>
    Call-ID: [email protected]
    CSeq: 102 INVITE
    User-Agent: Asterisk PBX 10.5.2
    Date: Thu, 23 Aug 2012 23:22:34 GMT
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Content-Type: application/sdp
    Content-Length: 370
    v=0
    o=root 1671301052 1671301052 IN IP4 192.168.1.15
    s=Asterisk PBX 10.5.2
    c=IN IP4 192.168.1.15
    t=0 0
    m=audio 9302 RTP/SAVP 0 8 101
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=silenceSupp:off - - - -
    a=ptime:20
    a=sendrecv
    a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:TRh/HeKozlBO/mmYHNTiS5KMnefVI0aRicLoDNjb
    -- Called SIP/skype/+19739928881
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 100 Trying
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1c3f16ee;rport=50541;received=1.2.3.4
    Contact: <sip:[email protected]:5061;maddr=63.209.144.201;transport=tls>
    Content-Length: 0
    <------------->
    --- (8 headers 0 lines) ---
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 407 Proxy Authentication Required
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Proxy-Authenticate: Digest realm="sip.skype.com", nonce="5036bb5800012cdd3d20e5090cc200805f7d0bbd58318e9e", algorithm=MD5
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1c3f16ee;rport=50541;received=1.2.3.4
    Content-Length: 0
    <------------->
    --- (8 headers 0 lines) ---
    set_destination: Parsing <sip:[email protected]> for address/port to send to
    set_destination: set destination to 63.209.144.201:5060
    Transmitting (NAT) to 63.209.144.201:5061:
    ACK sip:[email protected] SIP/2.0
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1c3f16ee;rport
    Max-Forwards: 70
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Contact: <sip:[email protected]:5061;transport=TLS>
    Call-ID: [email protected]
    CSeq: 102 ACK
    User-Agent: Asterisk PBX 10.5.2
    Content-Length: 0
    Audio is at 9302
    Adding codec 100003 (ulaw) to SDP
    Adding codec 100004 (alaw) to SDP
    Adding non-codec 0x1 (telephone-event) to SDP
    Reliably Transmitting (NAT) to 63.209.144.201:5061:
    INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1b988ba5;rport
    Max-Forwards: 70
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>
    Contact: <sip:[email protected]:5061;transport=TLS>
    Call-ID: [email protected]
    CSeq: 103 INVITE
    User-Agent: Asterisk PBX 10.5.2
    Proxy-Authorization: Digest username="11111111111111", realm="sip.skype.com", algorithm=MD5, uri="sip:[email protected]", nonce="5036bb5800012cdd3d20e5090cc200805f7d0bbd58318e9e", response="6efb0e37178bae868f0a1e0ddf110e3c"
    Date: Thu, 23 Aug 2012 23:22:34 GMT
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Content-Type: application/sdp
    Content-Length: 370
    v=0
    o=root 1671301052 1671301053 IN IP4 192.168.1.15
    s=Asterisk PBX 10.5.2
    c=IN IP4 192.168.1.15
    t=0 0
    m=audio 9302 RTP/SAVP 0 8 101
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=silenceSupp:off - - - -
    a=ptime:20
    a=sendrecv
    a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:TRh/HeKozlBO/mmYHNTiS5KMnefVI0aRicLoDNjb
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 100 Trying
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1b988ba5;rport=50541;received=1.2.3.4
    Contact: <sip:[email protected]:5061;maddr=63.209.144.201;transport=tls>
    Content-Length: 0
    <------------->
    --- (8 headers 0 lines) ---
    Really destroying SIP dialog '[email protected]' Method: REGISTER
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 180 Ringing
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Call-ID: [email protected]
    CSeq: 103 INVITE
    User-Agent: SipGW 8
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1b988ba5;rport=50541;received=1.2.3.4
    Contact: <sip:[email protected]:5061;maddr=63.209.144.201;transport=tls>
    Content-Length: 0
    <------------->
    --- (9 headers 0 lines) ---
    list_route: hop: <sip:[email protected]:5061;maddr=63.209.144.201;transport=tls>
    -- SIP/skype-000000b1 is ringing
    <--- Transmitting (NAT) to 192.168.1.16:5060 --->
    SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 192.168.1.16:5060;branch=z9hG4bK-819ce62;received=192.168.1.16;rport=5060
    From: "Scott's Office" <sip:[email protected]>;tag=9961686dacab532ao0
    To: <sip:[email protected]>;tag=as3f27fa61
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Server: Asterisk PBX 10.5.2
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Contact: <sip:[email protected]:5060>
    Content-Length: 0
    <------------>
    <--- SIP read from TLS:63.209.144.201:5061 --->
    SIP/2.0 408 Request Timeout
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1b988ba5;rport=50541;received=1.2.3.4
    Content-Length: 0
    <------------->
    --- (7 headers 0 lines) ---
    [2012-08-23 19:22:45] WARNING[17932]: chan_sip.c:20947 handle_response_invite: Re-invite to non-existing call leg on other UA. SIP dialog '[email protected]'. Giving up.
    set_destination: Parsing <sip:[email protected]> for address/port to send to
    set_destination: set destination to 63.209.144.201:5060
    Transmitting (NAT) to 63.209.144.201:5061:
    ACK sip:[email protected]:5061;maddr=63.209.144.201;transport=tls SIP/2.0
    Via: SIP/2.0/TLS 192.168.1.15:5061;branch=z9hG4bK1b988ba5;rport
    Max-Forwards: 70
    From: "Scott's Office" <sip:[email protected]:5060>;tag=as049830bd
    To: <sip:[email protected]>;tag=c990d13f-13c4-5036bb3b-714198b9-32d150b4
    Contact: <sip:[email protected]:5061;transport=TLS>
    Call-ID: [email protected]
    CSeq: 103 ACK
    User-Agent: Asterisk PBX 10.5.2
    Content-Length: 0
    Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: INVITE)
    == Everyone is busy/congested at this time (1:0/1/0)
    -- Executing [19739928881@home:2] Hangup("SIP/scott_office-000000b0", "") in new stack
    == Spawn extension (home, 19739928881, 2) exited non-zero on 'SIP/scott_office-000000b0'
    Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: INVITE)
    <--- Reliably Transmitting (NAT) to 192.168.1.16:5060 --->
    SIP/2.0 503 Service Unavailable
    Via: SIP/2.0/UDP 192.168.1.16:5060;branch=z9hG4bK-819ce62;received=192.168.1.16;rport=5060
    From: "Scott's Office" <sip:[email protected]>;tag=9961686dacab532ao0
    To: <sip:[email protected]>;tag=as3f27fa61
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Server: Asterisk PBX 10.5.2
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Content-Length: 0
    <------------>
    <--- SIP read from UDP:192.168.1.16:5060 --->
    ACK sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.16:5060;branch=z9hG4bK-819ce62
    From: "Scott's Office" <sip:[email protected]>;tag=9961686dacab532ao0
    To: <sip:[email protected]>;tag=as3f27fa61
    Call-ID: [email protected]
    CSeq: 101 ACK
    Max-Forwards: 70
    Contact: "Scott's Office" <sip:[email protected]:5060>
    User-Agent: Cisco/SPA504G-7.5.2b
    Content-Length: 0
    <------------->
    --- (10 headers 0 lines) ---
    Really destroying SIP dialog '[email protected]' Method: INVITE
    Really destroying SIP dialog '[email protected]' Method: ACK

    I wound up calling skype support. This is the final sip.conf looks like. Hope it helps. Good luck.
    Scott
    [general]
    context=default_context
    allowguest=no
    alwaysauthreject=yes
    allowoverlap=no
    udpbindaddr=0.0.0.0
    tlsenable=yes
    tlsbinddir=0.0.0.0
    tlscertfile=/usr/local/asterisk/etc/asterisk/keys/asterisk.pem
    tlscafile=/usr/local/asterisk/etc/asterisk/keys/ca.crt
    tlscipher=ALL
    tlsclientmethod=tlsv1
    tcpenable=yes
    tcpbindaddr=0.0.0.0
    transport=udp,tcp,tls
    srvlookup=yes
    dynamic_exclude_static = yes
    buggymwi=yes
    contactpermit=192.168.1.0/24
    register => tls://[email protected]
    [skype]
    type=friend
    context=from-skype
    dtmfmode=rfc2833
    host=sip.skype.com
    username=user
    fromuser=user
    secret=pass
    disallow=all
    allow=ulaw
    allow=alaw
    nat=yes
    fromdomain=sip.skype.com
    insecure=port,invite
    transport=tls
    srtpcapable=yes
    encryption=yes

  • WRT54GS will not connect to the internet...

    Hello,
    Having some issues with my router.. it's a model WRT54GS with firmware 7.2.. I'm not able to connect to the internet, whether it be wired or wireless. I can bring up the router just fine, but again no connectivity to the internet.
    I tried changing the router local IP to 192.168.2.1 thinking that would fix the conflict.. but nothing seems to be working. I've cloned the MAC address and still nothing. I can connect straight to the modem and access the internet just fine, but when I try and connect through the modem, I can't bring up any web pages..
    please help, I'll be glad to provide any info I can.

    Sorry that last line should read:
    I can connect straight to the modem and access the internet just fine, but when I try and connect to the internet via router -> modem, I can't bring up any web pages..

  • WRT54GS V7 loses connection

    My WRT54GS loses its connection periodically, requiring a reboot to get it functioning. Further, it reliably locks up while I play Starcraft 2, booting me from the game due to a connection timeout with clockwork regularity. In these cases, the router will eventually come back online on its own, but does so faster if I reboot it.
    The router has the newest firmware. What could be the problem? How can I test to determine the issue? 
    Thank you! 

    Have you changed the settings on your router as i have mentioned in the earlier post?
    Since there is no change, you can try to download the firmware from the linksys website and update your router.
    Go to website linksysbycisco.com/downloads.........insert model no of your router in search tab......select proper version of your router........download the firmware file......save that file on desktop
    Firmware Upgrade/Reflash
    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...

  • Solve Problem with USB Connection / Read this it i...

    i can not load maps on my n97 mini. the error 'usb connection lost...' show on the screen in map loader but at the first day i had no problems.
    i wonder why. i look for driver, ovi suite, pc suite, usb at the pc, read in the forum and many more. but nothing solve the problem. after 2 days i use accidentally the original cable which comes with the nokia n97 mini (it is a ca-101) and all my problems are gone ! bevor i use an 'old' ca-101 cabel from my n82 and i can not upload a map but the handy is shown in the pc system with all drivers and no problems. only loading big megabytes data on the handy crashes the usb connection. with the n97 mini ca-101 cabel no problem with gigabytes. i look for another ca-101 cable from the 6220 from my wife and i have the same problems (i never used bevor this cable for a connection to any handy ! it was brand new !). it seems that 'old' ca-101 cabels do not handle big data with the n97 mini. i look on the gold spring clips in the micro usb and could see that the are a little smaller and not so high in the jack in the 'old' cables. all three cables are original from nokia and not from china ! if you are also problems look on the produkt id on the plastics. if the letters are gold you have a cable like my n97 mini cable, but if the letters are black on a silver button you have an 'old' cable.
    i hope i can help another with this maniac problem
    greetings

    I can verify this on win7 with latest PC suite.
    I was using the cable that came with my 6500s as I didn't want to tackle the rats nest of wiring behind my pc.
    This cable is a ca101 with silver writing on the plastic tab, made in China.
    Using this cable, my 6620c would not complete a backup, it would just sit for hours on 2-4%.
    Tested with the ca101 cable that came with the 6620c (gold writing, made in Thailand).
    This time the backup completed in about 2 minutes.
    Thank you so much for finding this, it has been driving me crazy!

  • WRT54G v7 wont connect to modem / internet

    Hi all i have a problem here with a new unit of Linksys WRT54G v7 in Indonesia. Previously i have some other linksys products such as wag200g wre54g and wrt54gv1 without problem at Singapore. ----- so here is the problem= i bought one new unit of WRT54Gv7 and connect it to the modem to achieve wireless connectivity. before i connect both of them i've set different IP for the router so that it does not clash with the modem IP. however, unlike the v1 of WRT54G i cannot access the internet. not even the modem IP. also, the wireless connection likes to disconnect itself despite having excellent signal strength. when i call the shop back about this. they changed my WRT54G with a new exact product. ----- so i went home and try. unfortunately no difference in performance, i still cannot access both internet and modem. i can access to modem rarely though. i call back the shop, they told me to disable dhcp server and reset the router. no offence. but i've done every single details they asked me to do. in the end nothing happen. ----- i do lot of research on the net and many told me that WRT54Gv7 is the worst version of WRT54G currently. im not sure whether this is true or not. but i'll appreciate it if someone would share some lights here... im confused, is both of the product defective, or my settings are wrong. in fact i've plug the router to 3 different modems without luck. ----- thanks for reading and sorry for the bad english.

    hmm thanks for the reply. but i got a trick to deal with the router, that is=== i disable dhcp server and connect the broadband cable to the number 1 instead of internet port. the shopguy told me and ridiculously this method works, although i know this is not the way it suppose to be...

  • Mac Book With No Connection-No Linksys Support :(

    Help Please!
    Have MAC book and it still can not get connection.  I have been on hold for hours and hours and with live chat for hours and hours, they don't get it at all and we keep doing the same thing over and over.
    Have the WRT54G with the updates, kept losing connection 3-4 times per day, had to reset modem, router and shut down the computer each time.  Called in and they had me make some changes to advance settings and the channel (BTW does these changes go back to the orignal ones if you have to do a reset again - because that is what is happening)  Also wanted help with the security, they had me do the WEP,and now the MAC book will not connect at all keeps wanting a password, no one at Linksys wants to take any real knowledge of the MAC - one problem i too don't know much about them, my daughters talked me into getting it so just learning.  My desktop Dell is hardwired to router and has been keeping the connection, it is always the MAC that would drop so we would do the restart. I am sure you guys have covered this, but even in some of the posts i just don't get the procedure.  Please Please some kind people on this board help me out.  Also, can email direct at [email protected]

    Hi,
    What is the model of the router? if it falls on wrt54g v5 or v6 ; or wrt54gs v5 or v6..You need to upgrade the firmware of the router into the latest firmware..And needs to reset the router back to factory default and reconfigure so that will work again with the modem ...
    And if still it will not work, check for the ip address if it is getting an ip of 169.254.x.x it means that the router is not getting the correct ip address..so you need to assign a static ip address on your mac computer ...

  • Problem with JCo Connection Pool

    Hi,
    I have a problem with using an RFC Model in my WebApplication. So sometimes the access to the function block works, and sometimes it doesn't work. Now I know, that there is a problem with the connection pool. Look at this message:
    com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool WD_X24_MODELDATA_DEST_CPIC_REKTO_DE_useDefinedUser is exhausted. The current pool size limit (max connections) is 10 connections.
    So it looks like a problem with closing the JCo Connections after using. Do know where the problem is? Because I'm using many other function blocks with no problems.

    Hello,
    You need to increase the pool size via Visual Administrator.
    Server 0 -> Services -> JCO RFC Connections.
    Change the pool size from there. I believe a restart is in order.
    Regards,
    Jan

  • Problems with ipod connection.

    Problems with ipod connection.
    I have problems to connect my ipod to computer windows 7.
    When I connect I get the following error:
    "We encountered an ipod, but could not be identified correctly. Disconnect and reconnect the ipod and try again."
    And it recognizes the ipod when trying to go play music or videos make me the following error:
    "Error while trying to copy on disk. The device is not connected."
    I've uninstalled all apple applications and re-installing, as I formatted the ipod and continues to set the same error.
    What else can I do?

    Hello,
    While your symptoms don't exactly match the descriotion, this article may be usefull in discovering if there is a setting on your computer that is causing this to happen.
    iPod not recognized in 'My Computer' and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    -Griff W.

  • Problems with SSH: Connection Refused

    Greetings fellow Arch users,
    I have hit a bit of a snag that I could really use some extra help getting around. I've tried everything I can think of (and everything that Google thought might work) and I have my back rather against a wall, so I thought I'd come here to see if anyone can offer some advice.
    To make a long story short, I am a college student and am attempting to set up an ssh server on a desktop at my house so I can access it remotely from the college. I have the computer set up and the server running, however I am having difficulty making connections to it from my laptop. I know that the server is running, because I can log into it both from the server itself (sshing into local host) and from my laptop when I use the internal IP address.
    The server is on a static IP address within the network(192.168.0.75), and my router is configured to forward TCP port 1500 to it (I'm using 1500 as the port for my ssh server). However, when I attempt to log into the ssh server using my network's external IP address, the connection is refused. I used nmap to scan my network and found that, even though the proper ports are forwarded to the proper place as far as my Router's configuration interface is concerned, port 1500 is not listed as one of the open TCP ports. I also, to test it, temporarily disabled the firewalls on both the server and the client. That didn't help. The command that I am running is:
    ssh -p 1500 douglas@[external ip address
    As I am really not sure what is causing this problem, I don't know what information to provide. So here is everything that my inexperienced mind sees as likely being important. If you need anything more, let me know and I will do my best to provide it.
    Here is the sshd_config file from my server.
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    Port 1500
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Ciphers and keying
    #RekeyLimit default none
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server
    The ouptut of ip addr when run on the server:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:21:9b:3a:be:94 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.75/24 brd 192.168.255.0 scope global enp8s0
    valid_lft forever preferred_lft forever
    inet6 fe80::221:9bff:fe3a:be94/64 scope link
    valid_lft forever preferred_lft forever
    Here is the output from running nmap on the network:
    Starting Nmap 6.40 ( http://nmap.org ) at 2013-09-28 21:05 EDT
    Initiating Ping Scan at 21:05
    Scanning address [2 ports]
    Completed Ping Scan at 21:05, 0.01s elapsed (1 total hosts)
    Initiating Parallel DNS resolution of 1 host. at 21:05
    Completed Parallel DNS resolution of 1 host. at 21:05, 0.05s elapsed
    Initiating Connect Scan at 21:05
    Scanning pa-addresss.dhcp.embarqhsd.net (address) [1000 ports]
    Discovered open port 80/tcp on address
    Discovered open port 443/tcp on address
    Discovered open port 23/tcp on address
    Discovered open port 21/tcp on address
    Completed Connect Scan at 21:05, 4.08s elapsed (1000 total ports)
    Nmap scan report for pa-address.dhcp.embarqhsd.net (address)
    Host is up (0.036s latency).
    Not shown: 995 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    23/tcp open telnet
    80/tcp open http
    443/tcp open https
    8080/tcp filtered http-proxy
    Read data files from: /usr/bin/../share/nmap
    Nmap done: 1 IP address (1 host up) scanned in 4.19 seconds
    Here is the ssh_config client-side:
    # $OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    # Host *
    # ForwardAgent no
    # ForwardX11 no
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    # PasswordAuthentication yes
    # HostbasedAuthentication no
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # BatchMode no
    # CheckHostIP yes
    # AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    # Port 22
    Protocol 2
    # Cipher 3des
    # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
    # MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160
    # EscapeChar ~
    # Tunnel no
    # TunnelDevice any:any
    # PermitLocalCommand no
    # VisualHostKey no
    # ProxyCommand ssh -q -W %h:%p gateway.example.com
    # RekeyLimit 1G 1h
    Output of ssh -v during connection attempt:
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 1500.
    debug1: connect to address address port 1500: Connection refused
    ssh: connect to host address port 1500: Connection refused
    Thank you guys ahead of time. Getting this server operational is hardly critical, it is just a side project of mine, but I would really like to see it working.
    Douglas Bahr Rumbaugh
    Last edited by douglasr (2013-09-29 02:58:56)

    Okay, so I finally have the opportunity to try and log in from a remote network. And. . .  it doesn't work. Which is just my luck because I now need to wait an entire week, at least, before I can touch the server again. Anyway, running ssh with the maximum verbosity I get this output:
    douglas ~ $ ssh -vvv -p 2000 address
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 2000.
    debug1: connect to address address port 2000: Connection timed out
    ssh: connect to host address port 2000: Connection timed out
    It takes a minute or two for the command to finish with the connection timeout, as one would expect. And yes, I am reasonably sure that the address that I am using is my home network's external IP. It is dynamic, but I checked it before I left which was just over an hour ago. I guess that it may have changed. I'll know that for sure in the morning, when my server sends me an automatic email with the network's current address. In the meantime I am operating under the assumption that the address I am using is correct. What else could be the problem?

  • Not the average problem with wireless connection. Please help me..

    I've been having wireless connection problems ever since I upgraded to Verizon FiOS from Verizon Wireless. Before upgrading to Verizon FiOS in the fall of 2012, my brother's laptop connected just fine with the connection. After upgrading to Verizon FiOS, my brother's laptop could not connect to the internet. It showed the wireless connection signal as Excellent, but I could not access the internet. Either it would be extremely slow or there would be no connection at all. Also, the router would sometimes restart itself randomly, and it was extremely annoying for me since I am hardwired with my desktop.
    This was weird because my iPod Touch connected perfectly fine to the wifi. So I thought it must be the laptop. But I brought the laptop over to my cousin's house, who also happens to have Verizon FiOS, and the laptop connected perfectly fine. I called Verizon and none of the technicians knew what the problem was. We tried disabling and enabling the router, changing the channels, and anything that was on the list. They couldn't help me and I was extremely disappointed because not only am I not accessing the internet with my brother's laptop, but I am also paying for the service too. The last technician I called in 2012 decided to send me a new router. I hoped this would work, but it did not. This router, too, would completely reset itself numerous times before settling down and letting me use the internet.
    I gave up after that. But in the spring of 2013, I got really fed up with the service I was receiving and I decided to call Verizon again. Again, Verizon tried to help me fix the laptop with their tools and solution guides. But nothing good came out of it, so I decided to ask for a technician to come to my apartment to fix it. We scheduled a day and I was pretty excited since I was almost positive that the connection for the laptop would be fine by then.
    I was wrong. The technician came and only stayed for about 20 minutes. He said it must be the laptop or it must be that the walls are too thick in my apartment. But that can't be it since, in my cousin's house, the router is on the second floor and my brother was using his laptop on the first floor. So it couldn't be the laptop nor the house. So we came to no conclusion. He just attached a mini router to the laptop and hardwired it. I wasn't so content but I was glad my brother could finally use the internet now.
    About three months pass by and I decide to get myself a new laptop. I get it and I am hoping the wireless connection works. It did, so I was almost positive that it was my brother's laptop that was the problem, not the wireless signal. I go on vacation for a few days and I connect perfectly fine at my friend's house. When I return home and try to connect to my wireless connection, it didn't work!
    At this point, I am extremely frustrated. I decided to call Verizon again to replace my router because it was being extremely annoying. It kept resetting itself and I was tired of it. I replaced the router, and this is the router I currently have, but I STILL have the same problem. It resets itself on its own time and I hate it because I'm always in the middle of something. Wow, just wow. There is nothing they could do to help me fix this. I call up a technician, for the millionth time, and he tells me he can't access my router. This occurred with the previous technician who sent me the new router. He tells me his tools are not working and tells me he'll call me back the next day.
    It was the next day and I did not receive any phone call. I am extremely disappointed in Verizon FiOS' service and it's customer service. I leave it alone and I just hardwire my laptop to the router. Of course this works, but what's the point of having a laptop when I have to keep it hardwired on my desk? After a day or two, I decide to check if the wireless connection works, and it did. I was surprised. But every now and then, it would shift on and off. Most of the time, the wireless connection is either EXREMELY SLOW or I get none at all, nonetheless, it still says the connection is Excellent.
    Please, if there is anyone who could help or try to help me, I would most appreciate it. If there is more information that you need, ask me and I will try my best to provide it to you.

    Admittedly, that IS a strange case. Unfortunately, it sounds like all possible troubleshooting has been done by the tech support agents. you mentioned that you were dissatisfied with your other service, did it have a similar problem? theres a possibility of dirty fiber or a bad ONT port, but the random rebooting of the router would almost exclusively be a bad router. question: is the router in the same location as before?

Maybe you are looking for

  • How recover data from .dat file without application

    Dears, We are active for a few customers who will use an windows application with, so far we can see, an flat file UNIX structure database. It seems that the structure of the database is nearly the structure who used in Berkeley DB. That means that w

  • Multiple monitor desktop

    hey im looking to get a reasonably priced (<$1k) desktop but need it to support multiple (at least 2 preferably more) monitors. It is kind of hard to figure out when looking online which will do this and how many. any recommendations

  • Why there is spaces between Web App module listings on a web page?

    Why there is spaces between Web App module listings on a web page? Here is the web page: http://www.mazine.com/test/testpage.htm And here is the CSS code: http://www.mazine.com/test/css/tablestyle.css

  • Encoding in WSRP message - MarkupRequestState

    Hi all! I have successfully executed the different samples given at this location. http://edocs.bea.com/wlp/docs81/wsrp/custxfer.html I was especially intrested in testing the sample which allows the Consumer to send some arbitrary data to the Produc

  • Urgent issue.......ALV grid...... Dyn pro.... ABAP

    Dear all This requirment is A logfile has to be created where the rows per interface will be added which had to be erased from the datapackage because of forbidden values. Logfile Data (skipped in the transfer routine) is stored in a transparent tabl