Page 1 of 1

Accessing my IP from the Outside.

PostPosted: 10. August 2005 13:01
by Andy4Life
Hello all at Apache Forum! I have some problems with
xampp.
I have installed it all successfully, and changed all my passwords
and that is all secure.

I have a NETGEAR Router FR114P, and I want people
connecting through to my "AAC" (Automatic Account Creation - Used for online gaming) - Though, they can't connect through my Global IP, because I am behind a router and I do not know which ports to forward.

If some people can give me some help without risking the security of
my system, It would be great!
Thankyou..

Regards,
Andrew.

PostPosted: 12. August 2005 06:17
by Andy4Life
Anyone..?

- Andy

PostPosted: 12. August 2005 12:03
by sckoh
Your home is good.
I connected successfully.
http://www.andy4lifes-portfolio.aj-servers.com/

PostPosted: 20. November 2005 11:28
by Andy4Life
It has been a while, and is anyone still around?
This matter is very hard to resolve.

Does anyone have the exact ports I have to forward
in order XAMPP to operate with a Router.

I have placed my index.php in the 'htdocs' of xampp under
C: and have installed it successfully.

I can connect through Localhost (127.0.0.1) but not
through my IP: 220.237.171.57

Thanks in advance.

Regards,
Andrew K.

PostPosted: 21. November 2005 01:11
by PaulW
Take a look at http://www.iana.org/assignments/port-numbers. It's probably more info than you need. I think you may need to open port 80 on your router. I'm not very familiar with port settings, but it might be worth a try. Good luck.

PostPosted: 29. November 2005 05:55
by investor2006
CAN N1 HELP ON THIS ISSUE

I have a adsl router and I have added the service called world wide web (http) tcp port 80 and still the webserver is not coming up.

what else has to be configured in order to see the server???

localhost works fine but not the real IP address.

PostPosted: 29. November 2005 06:00
by maikju
Did you forward port 80 to your internal ip?

PostPosted: 29. November 2005 18:10
by WorldDrknss
Foward the following in your router and open up the ports in your firewall

ftp 21/tcp # File Transfer [Control] (XAMPP: FTP Default Port)
smtp 25/tcp mail # Simple Mail Transfer (XAMPP: SMTP Default Port)
http 80/tcp # World Wide Web HTTP (XAMPP: Apache Default Port)
pop3 110/tcp # Post Office Protocol - Version 3 (XAMPP: POP3 Default Port)
imap 143/tcp imap2 # Internet Message Access Protocol (XAMPP: IMAP Default Port)
https 443/tcp # http protocol over TLS/SSL (XAMPP: Apache SSL Port)
mysql 3306/tcp # MySQL (XAMPP: MySQL Default Port)
AJP/1.3 8009 # AJP/1.3 (XAMPP: Tomcat AJP/1.3 Port)
http-alt 8080/tcp # HTTP Alternate (see port 80) (XAMPP: Tomcat Default Port)

or enable DMZ on your router and again open up the ports in your firewall, and another thing to check is to see if your provider blocks port 80 if they do then you will need to change your port like like 8080 or 8000