Search found 16 matches: ipconfig

Return to advanced search

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: 128

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: 1422

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: 1792

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: 1397

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: 1397

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: 5018

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: 1051

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: 662

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: 573

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: 8529

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: 746

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: 5019

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: 949

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: 1510

I tested Mr. EMG's code.

When my pc has two ip addresses, which i can see with ipconfig /all, the funtion returns two element array with two ip addresses.

when ipconfig /all shows only one ip address it returns one element array only
by nageswaragunupudi
Thu Nov 15, 2007 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: internet ip address
Replies: 33
Views: 6652
Next

Return to advanced search