Jump to content

Recommended Posts

Posted

I made this chat-control thingie.. and I want it to be able to connect to people world wide..

It doesnt work :)..

I can only connect to people in my own network..

I did set up a static ip adress and I forwarded port 88 (although I dont know a way to check if it is forwarded).

(Im talking about the server)

Download it here: ChatControl.zip

  • Developers
Posted (edited)

To which ip address are the remote clients connecting?

When its this: $ip = '192.168.1.60' it will never work as subnet 192.168.x.x is a private ip range not routed thriugh the internet.

They will have to use the IP address on the public site of your internet connection.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted

so what do you suggest using then?

the ip adress wich comes up if I use _GetIP()? (86.81.222.23)

ps: I used http://portforward.com/english/routers/por...peedtouch780v6/

yes....

are you going to submit this UDF to be included in the standard set ? _ReplaceSwearWords() ..... :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted

I could..

I tried to set up static ip adress (http://portforward.com/networking/static-xp.htm) as I did with 192.168.1.60 but now with 86.81.222.23

and I can't even connect to my own computer.. also I cant visit any websites...

You need to use the 192.168 address when using it in your own LAN and the external address when a client connects from the internet to your ADSL router.

The ADSL router will forward the received information on Port 88 to the Internal ipaddress as specified in the ADSL router.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...