Jump to content

Louquin

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Louquin

  1. So yes, that's not an error with port 80.

    I didn't see it in your previous post, did you put your computer's IP address in your DS' DNS settings ?

    Also, if you are doing it inside your local network, you don't have to use your external IP, nor do you need to forward the ports.

    Yes, I already inserted my Lan IP and External IP in the DS' DNS settings. I know that I don't need to forward ports when doing this inside my local network, but I did it to make sure I already tried everything.

    -------

    EDIT (Adding info):

    I can get pokemons from other GTS' events like pokebox, but when I try to create my own GTS it doesn't work.

  2. netstat -a says that port 80 is "LISTENING" when no GTS server is running ?

    Then here's the problem.

    If you run netstat -ano in the Command Prompt, there should be one line looking like this :

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4892

    In purple, port 80 is bound to the local machine.

    The PID of the program listening on port 80 is in blue (different from 4892).

    To find what process it is associated with, either use the Task Manager or run tasklist /FI "PID eq <pid>", <pid> being the value you previously found.

    LOL

    Sorry for my Stupid Error, it was the GTS running, I tried to verify again and port 80 was not "LISTENING".

    So, It means port 80 is working correctly right? But why can't I get the pokemon? The HyperGTS/Sendpkm.py/IR-GTS doesn't show any connections.

  3. Hello guys, I'm having problems when receiving the pokemon. I already researched a lot and nothing changes.

    I tried sendpkm.py and hypergts. I can connect normally to GTS but nothing happens, it is the normal GTS.

    I already tried using external IP and LAN IP. I already forwarded port 80 and 53 too, but the portchecker tells me that port 80 is closed and probably the problem is in the UPnP. I did what M@T said before and couldn't find nothing in port 80, it's status is "LISTENING".

    I have installed Python 2.6 correctly and tried lots of techniques to fix this problem.

    Should I use a static IP/DNS adress?

    I need help here :\

    ------------------------------------

    So, Adding information:

    None of the programs say that I'm connecting/connected, I thing that the problem should be in the DNS server that is redirecting me to the normal GTS or in my DS that can't connect to the DNS server.

    I turned off my Firewall too.

    Tried IR-GTS and same thing happens.

×
×
  • Create New...