Skip to main content

Questions tagged [ip-address]

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication. This is a general tag that covers both IPv4 (like 172.168.100.1) and the newer IPv6 (like 2012:da8:0:1234:7:577:8:2). If you specifically mean any of these, use IPv4 or IPv6 tags.

ip-address
0 votes
0 answers
198 views

IP Address cannot obtain in ESP-IDF?

I am making application using ESP32 in ESP-IDF. I am new to ESP-IDF. I am trying to get temperature and humidity data from AHT25 and update that into server. This is main.c #include <string.h> #...
Kuralmozhi's user avatar
-1 votes
1 answer
231 views

PTR Record to IPv4 and IPv6 addresses

I was looking at the reverse DNS queiers in .pcap files and figured out that their PTR record format might vary. Namely, these are the last element from each line. I can easily identify IPv4 addresses ...
NiRvanA's user avatar
  • 125
0 votes
1 answer
277 views

Plot multiple IP addresses on a map and generate country names from IP Addresses RStudio code

I need to generate the country codes from a list of IP addresses (around 300) and plot them on a map using R code for my MSc project. I have tried rgeolocation but it's a no go on my R version 4.3.1 ...
Steph T's user avatar
0 votes
1 answer
23 views

Why Apache IoTDB Version 1.0.1 cannot use ip number to connect server?

Apache IoTDB Version 1.0.1 can only be accessed by host 127.0.0.1, but cannot be accessed by ip number. What may be the reason for this problem? I checked and made sure that firewall was turned off, ...
Hester Tso's user avatar
1 vote
1 answer
142 views

Sean Foley IPAddress library and containment inside CIDR

Similar to this question although not quite the same, I'm having trouble understanding why the Sean Foley IPAddress library doesn't think that an IP address is contained inside a CIDR. From what I've ...
tubbs_uk's user avatar
1 vote
1 answer
56 views

How do I get the client's IP Address in a Server.Resources function with the Delphi MARS REST API Library?

This question was asked on Delphi-PRAXIS many years ago, but the method described in that question doesn't work anymore and is based on a very old version of MARS. Basically exactly what the person ...
Shaun Roselt's user avatar
  • 3,047
0 votes
0 answers
214 views

How can I get ip address of mobile device (client) in (Node)?

I have a mobile app (react native) and my backend is with node (express). I am running the app/my client on a real device (expo go). I am trying to get the ip address of my device. I tried: req....
learncode's user avatar
  • 490
1 vote
1 answer
2k views

How can I retrieve the MAC address on Android 11 and newer versions?

I am trying to retrieve the list of devices connected to my router (Internet service provider) along with their MAC addresses. I was able to obtain the MAC address using the NetworkInterface class for ...
HaSel's user avatar
  • 11
0 votes
1 answer
192 views

Error Creating Endpoint Attachment between Private Service Connect and Integration Connectors

I am trying to establish a connection between an SFTP server and our Google Cloud project to eventually ingest some data into BigQuery from the SFTP server. I am using Integration Connectors on GCP to ...
Berra's user avatar
  • 43
0 votes
1 answer
57 views

Default binding address for outgoing connections

On a system with multiple local IP addresses, it is possible to specify the "default" interface binding address for outgoing connections process-wide (C#, dotnet executable)? Meaning: if the ...
sharpener's user avatar
  • 1,623
0 votes
0 answers
35 views

Changing IP Address using Selenium for Chrome Webdriver [duplicate]

I have a code that makes me repeatedly search and fetch data from a site. I am using Selenium in Python, and the code here seems to work even now and fetches a list of free IP addresses and Ports. ...
Milind's user avatar
  • 11
1 vote
1 answer
217 views

Failing to connect to a client/server with public IP address

I wish to exchange data between a server (for this purpose, I use a raspberry pi 3) and a pc as client on TWO DIFFERENT NETWORKS. However, I cannot connect the server and client when using the public ...
Jeppe's user avatar
  • 13
1 vote
1 answer
52 views

Restrict all ip address but allow only for web host ip | .NET

I have my frontend app in one hosting and backend app in other hosting I want that my app restrict all ip address and allow only ip from frontend app hosting In my app .net 6 I use white list for IP ...
FX_Sektor's user avatar
  • 1,410
-3 votes
1 answer
557 views

Write a Java webdriver selenium script to increase number of views on youtube video not working

I wrote a Selenium script to increase the number of views of my youtube video. The current view count is: 164, I would like to increase this by 100. Here is my code below. The problem is that it seems ...
منى's user avatar
  • 658
0 votes
2 answers
409 views

VMWare REST Api - Get information about VM by ip address using PHP

I'm using the VMWare REST API (/api/vcenter/host) to query information about the VM Hosts registered on a vCenter. I would like to get the name of the VM if I search for the IP address and also the ...
UnderTheGhost's user avatar

15 30 50 per page
1
3 4
5
6 7
259