Search found 17 matches: ipconfig

Return to advanced search

Re: get your external IP

Saludos Antonio

Para obtener la direccion IP local utilizo: GetHostByName( GetHostName() ) y en Win10 funcion Ok, el resultado lo comprado con IpConfig y me da lo mismo.
Pero con Win11, me da un valor distinto al que me retorna IpConfig ... creo que algo ahi no esta Ok ...
Gracias
by Enrrique Vertiz
Mon May 06, 2024 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 181

Re: GetHostByName( GetHostName() )

... the local IP on the desired subnet. This also seems interesting and may help: Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over retrieving information specific to a particular adapter.
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 179

Re: Error 10061 al conectarse a MySql

Alguna vez haciendo pruebas
noté que no funciona con localhost
prueba con la ip de la maquina
( que se obtiene con ipconfig )
by Marco Augusto
Fri Aug 16, 2019 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 10061 al conectarse a MySql
Replies: 10
Views: 1446

Re: SockCli and SockServer sample using is not clear for me

... 33334 It it accessed by a 3 party proggie from My computer, where I try to get sockserv running. I can show some data from the Pbx. My Pc says in IpConfig : IP4 = 192.168.1.104 So my sockserv program is running on the IP xxx.104 and not accessing the xxx.101 I think. If I also put oSocket:Connect( ...
by Marc Venken
Thu Sep 21, 2017 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SockCli and SockServer sample using is not clear for me
Replies: 10
Views: 1876

Re: Detectar parametros de red (IP, GateWay, Mascara de red...)

Has probado a ejecutar el comando ipconfig /all Si claro, es la primera opción que he probado. Pero no quiero hacerlo llamando con la función "Execute, RemoteShell o ShellExecute" al comando CDM, quiero funciones de algún API de ...
by JmGarcia
Tue Sep 01, 2015 11:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar parametros de red (IP, GateWay, Mascara de red...)
Replies: 6
Views: 1430

Re: Detectar parametros de red (IP, GateWay, Mascara de red...)

Has probado a ejecutar el comando ipconfig /all
Otros comandos que seguro tambien conoces: netstat o arp

En Harbour, me suena que hay alguna, pero no recuerdo ahora el alcance de las mismas
by cnavarro
Tue Sep 01, 2015 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar parametros de red (IP, GateWay, Mascara de red...)
Replies: 6
Views: 1430

Re: Socket client.prg/server.prg

... network. Even if it is on a local network it may not be able to route to your address. Do this on both computers. Open DOS command prompt and run. ipconfig /all Look for the gateway address. You must have the same gateway or you will have to setup the router to manage the ip packet routing to make ...
by Gale FORd
Sat Dec 08, 2012 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket client.prg/server.prg
Replies: 23
Views: 5025

Re: Find my ip

... ip ? Thanks What ip address do you need? If you need your computer ip do the following instructions For Windows xp 1.start->Run 2.cmd 3.Type ipconfig 4.press enter If you need your internet ip address visit ip-details.com .Here you can get location of your ip, longitude.latitude also
by anbinal
Mon Sep 03, 2012 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find my ip
Replies: 6
Views: 1059

Re: Detectar IP FIXO...

karinha wrote:Como hago para detectar el IP FIXO de un compturadora??


Si te refieres a la IP de un ordenador, yo la calculo con ipconfig.
by Manuel Valdenebro
Mon Nov 14, 2011 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar IP FIXO...
Replies: 4
Views: 667

Re: Open a VPN connection

... := fCreate( "listip.bat" ) LOCAL cBuff := "" LOCAL lRetu := .F. LOCAL cWlan := "172.20.20." fWrite( nHips, "ipconfig >listip.lst" ) fClose( nHips ) ShellExecute( 0, "open", "listip.bat",,, ) IF ( nHips := fOpen( "listip.lst" ...
by ADutheil
Sun Nov 14, 2010 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a VPN connection
Replies: 1
Views: 575

Re: DBF/CDX or SQL

Marc.

Test: ipconfig /release before run.
by Alfredo Arteaga
Mon Oct 26, 2009 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF/CDX or SQL
Replies: 28
Views: 8567

Re: How to connert to WLAN programmatically

... driver, described as “{98C5250D-C29A-4985-AE5F-AFE5367E5006}\<device name chosen by the OEM>” (The name can be seen also for example in the IPConfig section of the log generated by the Windows Mobile Network Analyzer PowerToy). Since the device appears under that registry key, an ISV can ...
by Otto
Sat May 23, 2009 6:10 pm
 
Forum: FiveWin for Pocket PC
Topic: How to connert to WLAN programmatically
Replies: 1
Views: 748

Y como se leerían com WMI todos los datos de red... algo así como el ipconfig /all de consola de MS-DOS. Este tipo de datos: Adaptador Ethernet Conexión de área local : Sufijo de conexión específica DNS : Descripción. . . . . . ...
by JmGarcia
Mon Dec 08, 2008 12:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algunas cosas Interesantes con WMI
Replies: 15
Views: 5141

Puedes localizarla ejecutando el comando IPCONFIG /ALL en una ventana DOS.

Saludos,
by alfonso
Wed Oct 08, 2008 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: saber la MAC de una placa.
Replies: 4
Views: 960

IP de red

Hola.
La función ShowIP() me da la IP de internet.
1) ¿ Cómo puedo averiguar el proveedor de internet y la puerta de enlace?. Hasta ahora lo hago enviando el resultado de ejecutar ipconfig a un archivo y leyéndolo

2) ¿ Hay alguna otra función que me dé la IP de red?

Gracias.
by César E. Lozada
Wed May 21, 2008 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IP de red
Replies: 7
Views: 1533
Next

Return to advanced search