Jump to content

Recommended Posts

Posted (edited)

Your server is either not running or not listening or your firewall is not configured to forward port 88 to your local PC because the TCPConnect is returning -1. Your code does not account for that.

You should change it to

if $cCreate = -1 Then Exit Msgbox(262144,"Error","Can not connect to server")
Edited by ChrisL
Posted
Posted (edited)

So the same port is forwarding on to 5 different IP addresses how does that work then?

Which one of those IP address's is you computer?

And is your server program set to listen on that IP address? Not 127.0.0.1 or 0.0.0.0 and untick the rest of those forwarded ports and just leave the one that is your machines actual local address

Also just because the port is open on the firewall if there is nothing accepting a connection on that port then it still shows as closed

There isn't a software firewall (windows XP firewall) enabled is there

Edited by ChrisL
Posted

My local ip address is 192.168.1.101, but that changes almost everytime i reboot my pc, thats why i forwarded a range from 100 to 105.

BTW: I unchecked all other ip addresses and it works!! :D , Ludocus can view all my processes and windows :D

So set your machine to a static address then, the instructions on your firewall states that on the right hand side

Posted (edited)

Hi

Thanks to everybody!

I know that!

My error was that Router forward port to server IP didn't set.

Edited by Xwolf

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...