Jump to content

Recommended Posts

Posted

Remote Desktop connections control

How can I connect to another computer on the

Internet and how to use the TCPConnect function

Question

How can I get IP address

This site gives the IP address

http://www.ip-adress.com/

Is it the correct IP address

I have two computers in my house

I want to try this contact

thanks

Posted (edited)

Remote Desktop connections control

Question

How can I get IP address

I have two computers in my house

I want to try this contact

thanks

Welcolme to the forum !

The _GetIp() function can help you ! Posted Image

Edited by wakillon

AutoIt 3.3.18.0 X86 - SciTE 5.5.7WIN 11 24H2 X64 - Other Examples Scripts

Posted

Welcolme to the forum !

The _GetIp() function can help you ! Posted Image

Clear skies and bright light ... Thank you ;)

There are two IP address

This one

MsgBox(0,"",@IPAddress1)

And

This one

http://www.ip-adress.com/

Which one is used to contact another computer

on the Internet ... Can you put an example

  • Developers
Posted

You obviously need the External IP address as that is the only one that functions on the Internet.

You are also aware that you will have to do port forwarding at the receiving side to be able to contact the PC on the internal remote LAN?

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

Posted

Welcolme to the forum !

The _GetIp() function can help you ! Posted Image

_Get_IP()

Thank you ;)

TCP P2P, Event driven! Dead easy TCP without a server

http://www.autoitscript.com/forum/index.php?showtopic=120056&st=0&p=835980&hl=%20_GetIp()&fromsearch=1&#entry835980

Posted

You obviously need the External IP address as that is the only one that functions on the Internet.

You are also aware that you will have to do port forwarding at the receiving side to be able to contact the PC on the internal remote LAN?

Jos

Thanks Dev...Good Explanation

I found the solution

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