This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is 43oh alive?

Other Parts Discussed in Thread: ENERGIA

Hi everybody

I am new here and I have my Launchpad for 3 weeks. I saw some interesting projects in http://e2e.ti.com/group/microcontrollerprojects/default.aspx?DCMP=Value_Line&HQS=Other+OT+launchpad.  Some sends me to 43oh.com forums. I live in Lima Peru and the trouble is I can not reach that site. I am trying now for 10 days and my ISP says that the site is not working, they say is dead or in maintenace and they can not do nothing.

Please, anyone living in another country can tell me if the site is really not working so I can tell my ISP they are wrong? I would like to access that site.

Thank you very much to anyone who wants to help me.

Hector


  • I followed the link and the site appears to be functional.

  • @Brandon

    Thank you very very much. That was a great and very quick help. Now to ask the ISP again and see what they will say now.

    Regards

    Hector

  • @Andy

    Many thanks for taking your time to try that. Still no joy for me. My ISP insist they can do nothing, the problem is outside their reach...

    Hector

  • Hector Segura said:
    Still no joy for me. My ISP insist they can do nothing, the problem is outside their reach...

    There are two possible reasons (well, main reasons. There might be several minor ones too).
    One is that the IP of the 430oh server is outdate in teh name server you use (or maybe you even cached an old IP). Or it's IP is blocked somehow.

    Do this test:

    start a command line window (start->execute->cmd)

    Enter 'ping www.430oh.com'

    you should see  this: "Ping 43oh.com [216.97.227.25]..."
    If you see a different IP, the nameserver is returning a wrong IP which likely won't work. If you get an error that it cannto be resolved, then there is no entry for this domain on teh nameserver.
    However, It may be that they have a dynamic IP and it will change soon.
    In this case, it may be that you onyl get the new IP from your nameserver when it has already changed or changes soon. So most of the time you're getting an outdated IP.

    You may try configuring your network connection to use a different nameserver.

    Also, some routers act as nameserver proxy. If it has cached a wrong/outdated IP, you might need to reset the router.

  • Jens-Michael Gross said:

    Enter 'ping www.430oh.com'

    That should be:

    ping www.43oh.com

    Also try:

    ping 43oh.com

    The result should be the same

    I can confirm that the IP address reported here (at 15:30 BST) is also 216.97.227.25

    In theory, you should be able to just enter http://216.97.227.25/ into your browser but, doing that, I just get

    Could not determine user from environment

    If you try it, and you get the same, then you know that it's a DNS problem...

  • @Jens-Michael

    First of all thank you for your time used to help me. Now I am fighting my ISP (Telefonica del Peru) I think it is their fault. When I ping www.43oh.com I see [216.97.227.25]. All this for 11 (eleven) days now. So trying to know if 43oh is really live. (It is)

    I asked 2 of my brothers to do the same. One has DSL connection with other ISP (Claro) and he can connect flawlessly at any time. My second brother can connect without troubles  via his 3G mobile (Claro). The trouble is that in my district I can not get Claro only Telefonica :(

    So I consider myself another victim of monopoly, the lack of competence ...

    Again, thank you very much

  • Hector Segura said:
    When I ping www.43oh.com I see [216.97.227.25].

    So this and the 'could not determine user from environment' error when using the IP rather than the hostname points to a different direction.

    Often, providers (the one of 43oh, not your ISP) put several domains onto the very same IP. Which one you access is determined by some reference information sent with the HTTP request. It is possible that some local privacy options, firewall filtering or using a proxy will make it impossible for the host to determine the domain you're asking for.

  • @Andy

    Tried:

    ping www.43oh.com

    ping 43oh.com

    and ping http://www.43oh.com, here I get [67.215.65.132] and the 4 responses of about 190 ms but clearly it is not 43oh.

    Also trying directly  216.97.227.25 in my XP SP 3 with Chrome fails with 

    Esta página web no está disponible

    Se ha interrumpido la conexión con 216.97.227.25

    that translates to about "Web page not available broken connection to 216.97.227.25"

    It seems we both wrere writing at same time, so you and I do not read our prior posts.

    Thanks a lot for your time and your concern

  • Hello

    I tried to e-mail to webmaster@43oh.com but without luck. Someone knows a way to know the email of 43oh so I can write them directly so they can see what is happening? I guess they can ask the ISP to investigate about this issue

    Or any better ideas? I would like to access 43oh web page.

    Thank you

    Hector 

  • Hector Segura said:
    ping http://www.43oh.com, here I get [67.215.65.132]

    When I try this 'hostname', I get a DNS error. However, this IP is registered to the main domain hit-nxdomain.opendns.com.
    I wonder how you can get an IP for an invalid domain name. My guess is that someone is hijacking unanswered DNS requests, answering with a generic 'this domain is for sale' page or such.

    The 43oh IP is registered to azha.lunarpages.com

    However, you shouldn't get a 'boken connection' error when trying the IP. When I try the IP, I get redirected to http://216.97.227.25/cgi-sys/defaultwebpage.cgi which contains the 'cannot determine user form environment' text.

    As you did get a ping response, the route to this IP should be okay. Very strange. I suspect a broken HTTP proxy.

    What you can try is:

    start->cmd->telnet www.43oh.com 80 (or alternatively try the IP)

    Enter teh following (you won't see anything):

    GET / HTTP/1.1[enter]
    Host: www.43oh.com[enter][enter]

    This second line is not there when you enter the IP directly (or rather, it contains the IP)

    As answer, you should get the entry page of 43oh. Since the telnet client ignores any local proxy settings (but of course may be blocked by a firewall or may be intercepted by a provider proxy), it will work even if there is a problem on your computer (except for a firewall) and fail if there is one on the provider side.

  • @Jens-Michael

    I get "broken connection" with azha.lunarpages.com, the same as with 43oh.

    Trying telnet (I have no experience with that) as per your instructions I blindly typed (I think) your two lines with telnet 43oh and telnet 216.97.227.25. I get each time two lines with spaces and a cursor(?) at the end and I think a timeout and returned to the command prompt. No more. Tried that for at least 10 times. I can not get the entry page you mention or something else. I hope I did what you asked to do.

    I also tried TRACERT 43oh but I only obtain 30 lines of timeouts. I will read what telnet in XP is trying to do.

    Anyway, thanks a lot for your time.

    Hector


  • There is a contact form at http://www.43oh.com/contact-us/ - but I guess that doesn't help you?

    Maybe you can contact them via Twitter: http://twitter.com/FourThreeOh

  • @Andy

    Yes, all variations on theme 43oh fail ...

    Good info to use twitter.

    I wrote the developper of Energia project (MSP430 with IDE like Arduino) and he sent me an email to contact 43oh. I wrote to admin@43oh and few moments ago I received an answer. They say they are not blocking any Ip from Peru and sent me a pdf with the "complaint" from another peruvian in 02/12. Also they sent me his email, so I will write him to ask about his adventures with the same peruvian ISP.

    Well, some progress in my winding road ... :)

    A lot of thanks for your concern.

    Hector

  • Hello Hector,

    A workaround that might be worth trying is to make an entry in your windows hosts file to override your ISP's incorrect DNS information for 43oh.com.  Since most webhosts use shared IP addresses, just entering the IP won't work (as already noted by several posters).  However, after putting in the hosts file entry noted below it will send any requests to www.43oh.com to the proper IP address when you enter www.43oh.com in your browser.  The domain specific information that is required to route the request to 43oh's area of the webserver should be properly transmitted as well. 

    You can find the hosts file in XP in this directory:  C:\Windows\System32\drivers\etc

    It is a simple text file that can be edited in Notepad and you simply need to add the entry below (without the # symbol in front of the entry):

    216.97.227.25      www.43oh.com

    Save the hosts file and it will take effect immediately, no need to reboot.

    Hope this helps.

     EDIT:  please make sure that you save the hosts file with no extension.  Notepad may, by default, try to save it with a .TXT extension.

     

     

  •  iFORUM (or is it iFORA) is the best humanity invention (more than walking in the moon?). Johannes Gutenberg's invention kill trees and reach less people ... slowly. Also thank you all for sharing knowledge :)

    @Dubnet 

    Thank for the info and the "trick". I will try that .. erasing the .txt prior to save ;)

    Hector


  • @Dubnet 

    To inform you that it does not worked. In the directory you mention there are 5 files, one of them hosts (still without extension) containing the next 2 lines without the # at the beginning of the line

    127.0.0.1             localhost
    216.97.227.25   www.43oh.com

    Also ping www.43oh.com returns 216.97.227.25  and then timeout.

    And tracert  returns  216.97.227.25  with

    1- <1ms     192.168.1.1

    2-  timeout

    3- 24ms     10.111.63.13

    4 to 30- timeout

    Anyway, thank you.


  • Hector,

    Could be a routing problem. Strange that you are seeing a 10.x.x.x IP on the third hop since that is not an internet IP address but is defined as an IANA private IP.  Are you going through another private network prior to the traffic hitting the internet?  When you do a tracert on a website that you can successfully visit, do you see the same 10.111.63.13 IP address as part of the path?  Could be that the 10.111.63.13 address resides at your ISP and a router misconfiguration is sending traffic destined for 216.97.227.25 (and/or the subnet it resides in) into a "black hole" at the ISP. 

    Dubnet

  • Dubnet

    What I did beginning at 22:30 my local time (-5 GMT)

    ping e2e.ti.com returns 72.233.97.212

    ping www.google.com returns 74.125.229.179

    ping www.claro.com.pe (Peruvian ISP website that works) returns 201.147.20.245

    ping www.telefonica.com.pe (Peruvian ISP website not working MY ISP) returns 200.51.229.135 THEN timeout

    And now the tracert ...

    -*-*-*-*-*-*-*-*-*-

    Traza a la direcci¢n e2e.ti.com [72.233.97.212] sobre un m ximo de 30 saltos: 

    1 <1 ms 1 ms <1 ms 192.168.1.1
    2 * * * Tiempo de espera agotado para esta solicitud.
    3 466 ms 167 ms 92 ms 10.111.63.9
    4 * * * Tiempo de espera agotado para esta solicitud.
    5 179 ms 183 ms 188 ms 10.111.1.101
    6 225 ms 226 ms 244 ms Xe9-2-0-107-grtlurem4.red.telefonica-wholesale.net [84.16.9.177]
    7 346 ms 348 ms 348 ms Xe3-1-3-0-grtmiabr3.red.telefonica-wholesale.net [84.16.15.102]
    8 405 ms 424 ms 424 ms Xe9-2-0-0-grtdaleq1.red.telefonica-wholesale.net [213.140.49.189]
    9 104 ms 590 ms 549 ms xe-9-0-0.edge4.Dallas3.Level3.net [4.71.122.5]
    10 351 ms 530 ms 112 ms ae-42-90.car2.Dallas1.Level3.net [4.69.145.196]
    11 532 ms 608 ms 402 ms DATABANK-HO.car2.Dallas1.Level3.net [4.71.170.2]
    12 * * * Tiempo de espera agotado para esta solicitud.
    13 225 ms 109 ms 105 ms 212.97.233.72.static.reverse.ltdomains.com [72.233.97.212]

    Traza completa.

    -*-*-*-*-*-*-*-*-*-

    Traza a la direcci¢n www.l.google.com [74.125.229.180] sobre un m ximo de 30 saltos:

    1 1 ms <1 ms <1 ms 192.168.1.1
    2 * * * Tiempo de espera agotado para esta solicitud.
    3 15 ms 15 ms 23 ms 10.111.63.9
    4 * * * Tiempo de espera agotado para esta solicitud.
    5 14 ms 13 ms 13 ms 10.111.1.101
    6 14 ms 15 ms 14 ms Xe9-2-0-107-grtlurem4.red.telefonica-wholesale.net [84.16.9.177]
    7 386 ms 78 ms 74 ms Xe3-1-3-0-grtmiabr3.red.telefonica-wholesale.net [84.16.15.102]
    8 77 ms 76 ms 634 ms Xe1-1-8-0-grtmiana3.red.telefonica-wholesale.net [213.140.37.37]
    9 659 ms 628 ms 307 ms GOOGLE-xe-6-1-0-0-grtmiana3.red.telefonica-wholesale.net [84.16.6.118]
    10 552 ms 112 ms 145 ms 209.85.253.74
    11 110 ms 110 ms 619 ms 209.85.248.8
    12 222 ms 574 ms 151 ms mia04s04-in-f20.1e100.net [74.125.229.180]

    Traza completa.

    -*-*-*-*-*-*-*-*-*-  working peruvian ISP

    Traza a la direcci¢n www.claro.com.pe [201.147.20.245]  sobre un m ximo de 30 saltos:

    1 <1 ms <1 ms <1 ms 192.168.1.1
    2 * * * Tiempo de espera agotado para esta solicitud.
    3 468 ms 255 ms 482 ms 10.111.63.33
    4 * * * Tiempo de espera agotado para esta solicitud.
    5 425 ms 15 ms 12 ms 10.111.1.105
    6 14 ms 14 ms 14 ms XE3-0-2-0-grtlurem2.red.telefonica-wholesale.net [213.140.39.109]
    7 74 ms 671 ms 565 ms 176.52.248.10
    8 292 ms 117 ms 100 ms So2-0-0-0-grtwaseq3.red.telefonica-wholesale.net [84.16.12.221]
    9 673 ms 573 ms 97 ms xe-0-0-0.GW9.IAD8.ALTER.NET [152.179.50.113]
    10 633 ms 162 ms 542 ms 0.xe-1-1-1.XL1.IAD8.ALTER.NET [152.63.33.162]
    11 154 ms 605 ms 157 ms 0.xe-0-0-2.XT1.LAX9.ALTER.NET [152.63.112.13]
    12 627 ms 616 ms 604 ms GigabitEthernet6-0-0.GW9.LAX9.ALTER.NET [152.63.118.65]
    13 335 ms 569 ms 600 ms telmex-gw.customer.alter.net [157.130.247.2]
    14 679 ms 613 ms 190 ms inet-nvl-triara-31-ge0-0-0.uninet.net.mx [201.125.36.80]
    15 466 ms 192 ms 192 ms static.customer-201-147-20-245.uninet-ide.com.mx [201.147.20.245]

    Traza completa.

    -*-*-*-*-*-*-*-*-*- NOT working ISP

    Traza a la direcci¢n www.telefonica.com.pe [200.51.229.135]  sobre un m ximo de 30 saltos:

    1 <1 ms <1 ms <1 ms 192.168.1.1
    2 * * * Tiempo de espera agotado para esta solicitud.
    3 124 ms 588 ms 479 ms 10.111.63.1
    4 * * * Tiempo de espera agotado para esta solicitud.
    5 752 ms 807 ms 654 ms 10.111.1.105
    6 497 ms 467 ms 547 ms Xe0-1-3-0-grtlurem2.red.telefonica-wholesale.net [213.140.50.217]
    7 432 ms 508 ms 153 ms xe-3-0-4-0-gravapem2.red.telefonica-wholesale.net [94.142.121.89]
    8 513 ms 490 ms 309 ms Xe7-1-3-0-grtbuecu1.red.telefonica-wholesale.net [94.142.121.250]
    9 561 ms 521 ms 169 ms TdARGENTINA-7-0-0-0-grtbuecu1.red.telefonica-wholesale.net [84.16.9.234]
    10 990 ms 806 ms 650 ms 209.13.168.154
    11 946 ms 842 ms 363 ms 200.32.33.33
    12 282 ms 323 ms 336 ms 200.32.33.5
    13 405 ms 358 ms 574 ms 200.32.33.38
    14 * * * Tiempo de espera agotado para esta solicitud.
    15 * * * Tiempo de espera agotado para esta solicitud.
    16 * * * Tiempo de espera agotado para esta solicitud.
    17 * * * Tiempo de espera agotado para esta solicitud.
    18 * * * Tiempo de espera agotado para esta solicitud.
    19 * * * Tiempo de espera agotado para esta solicitud.
    20 * * * Tiempo de espera agotado para esta solicitud.
    21 * * * Tiempo de espera agotado para esta solicitud.
    22 * * * Tiempo de espera agotado para esta solicitud.
    23 * * * Tiempo de espera agotado para esta solicitud.
    24 * * * Tiempo de espera agotado para esta solicitud.
    25 * * * Tiempo de espera agotado para esta solicitud.
    26 * * * Tiempo de espera agotado para esta solicitud.
    27 * * * Tiempo de espera agotado para esta solicitud.
    28 * * * Tiempo de espera agotado para esta solicitud.
    29 * * * Tiempo de espera agotado para esta solicitud.
    30 * * * Tiempo de espera agotado para esta solicitud.

    Traza completa.

    -*-*-*-*-*-*-*-*-*-

    Sorry for the lenght of post, but you can get the answer. I live in a quiet small district 25 Km from Metropolitan Lima. Can not get the working ISP the obvious solution. And no private network to my knowledge. Maybe the "solution" from my ISP was "sui generis" adapting a network for us (we are about 7000 people) I do not know how many ADSL connections. I hope you can see something I do not catch (really I am not expert)

    Regards

    Hector

  • Hi, here another peruvian Launchpad user. I've been having the same problems accessing 43oh. Tracing the domain yield results similar to those shown by Hector, the hops dont go beyond telefonica's own network which suggest some sort of blocking at the ISP level. Other ISPs do not present the same problem.

    What I suggest is to use Opera browser on turbo mode, that will tunnel the requests through opera´s servers, outside telefonicas's reach.

    Amigos peruanos, usen opera en turbo mode. Es la manera mas facil de entrar a 43oh, que telefonica parece haber bloqueado.

  • You can also try something like Proxify, Anonymizer, and similar web proxies.

    Tony

  • Indeed, that works too.

  • Tony

    Exploring that, looking (googling) at the part "similar web proxies". Effective help so far. Some "troubles" but first time I saw 43oh. Definitely my ISP is not capable to solve the problem :(. I even think they do not realize the problem. :( :(

    Thank you very much

  • 43oh does not block any IPs. 

    Here is a tip by one of the members. Hope it helps. 

  • Hello,

    Only to say I can see now 43oh. A "sui generis" way, but I can see the site. I say Thank you to all the people here who helped me lot.

    I will stop to post in this thread.

    Again, thank you all

    Hector Segura

  • Thanks for closing the story.

    Glad to hear that you got there in the end!

  • 43oh is offline at the moment. We are having a few host issues.

    // 43oh Admin.

**Attention** This is a public forum