• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

No one can connect to my website using my IP?

ELEM3NT

LUA Status: Beginner
Joined
Mar 12, 2009
Messages
191
Reaction score
0
Location
In your room without you knowing.
Okay, so right now im using http://localhost/ or http://127.0.0.1/ to connect to my Gesior AAC website.
How do I make it so I can go on it with my IP address or my No-Ip? Do I have to change something in the settings? Like I want other people to get on my site too. To make my AAC public.
Whenever I try to go on to it with like an no-ip, it just says:

bfrqe1.png



Here are the ports I forwarded, both TCP and UDP:
80
3306
443
7171
7172

And my TFS version is 0.3.6pl1.
Gesior version is Gesior 0.3.4(beta4) Fixed v5
XAMPP version is 1.7.3

If you can help me out, please do so, I'd really appreciate it.

Thank you,
ELEM3NT
 
I don't think you have opened the ports correctly
when I open a port I need to set this (example)
name: homepage
start: 80
end: 80
choose tcp
IP-adress: 192.168.0.81 <- example from yours.

normaly those 192.168.0.xxx ips changes for me but then I change my network settings on that computer to always use for example 192.168.0.81
 
I can't, when I type in "netstat -b" cmd tells me this,
"The requested operation requires elevation."

Oh yea, your signature is mighty kickass lol

Start -> type in "cmd" -> Rightclick "cmd.exe" and choose "Run as administrator".

In the command window that pops up, type:

netstat -a -b

And you're good to go.
 
@addz,
35a0kub.png


@Rexxar, Ah! I think I found the problem... What the heck is httpd.exe? It's takin up my 443 port and my 80 port. (443 and 80 is Apache) MySQL ports are working fine.
21oop4i.png


So what do I gotta do about this "httpd.exe?"
:blink:
 
"http" is the protocol used by web browsers and similar programs, thus I assume 'httpd.exe" is the apache server.

Also regarding the white pic you posted, did you port FORWARD or port TRIGGER?
 
How me and Rab fixed it:

It was something wrong with my IP passthrough, it didn't let the main website ports pass through with my IP.

All I add to do was just go to IP Passthrough on my router page:
2i6gn79.png


I just clicked on my PC which was Johnny-PC then clicked enable. I enabled the IP Passthrough so ports can flow through my PC.
 
Back
Top