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
43 views

SNMP cannot get ip addr info for all devices connected to the switch

I'm try to monitor a switch with SNMP, I get a issue as below: I cannot get ip address info for all devices on the switch. Actually, which device executes the SNMP command for requesting info, only ...
Xianghui's user avatar
0 votes
0 answers
82 views

Why can't I bind a TCP socket to another IP address?

At customer's site, the following piece of code is working like a charm: private IPEndPoint GetCurrentServerIpAddress() { ... return new IPEndPoint(IPAddress.Parse("192.168.13....
Dominique's user avatar
  • 17.1k
0 votes
1 answer
97 views

Limiting IPs during Azure Migrate

I am preparing to use Azure Migrate and as noted in the prerequisites, I need to "allow inbound connections on WinRM port 5985 (HTTP) for discovery of Windows servers". Can this opening be ...
Louis's user avatar
  • 1
0 votes
1 answer
46 views

How do I change virtualmin default URL on Amazon AWS EC2 instance?

I just installed virtualmin on an Amazon EC2 instance and at the end of the installation it gave me a link to access virtualmin as https://ip_address:10000 However the instance’s IP address that is ...
user3508028's user avatar
2 votes
1 answer
1k views

How to allow CORS with IP address in ASP.NET Core Web API project?

I am using the ASP.NET Core Web API project I want to allow CORS policy with someone's IP address and I would like to allow IP address ranges. Using this CORS method this is allow CORS for everyone I ...
M Junaid's user avatar
  • 781
1 vote
1 answer
310 views

How to add a user's public IP to the X-Forwarded-For header using SvelteKit and TypeScript?

I'm developing a web application with SvelteKit and TypeScript. During the login process, I aim to send the logged-in user's public IP information in the headers. event.locals.clientIP = event....
Jay0813's user avatar
  • 75
5 votes
3 answers
8k views

How to get client's ip address in Next.js 13?

I have a next.js 13 app and want to add an API endpoint /api/getIP. The route.js file is in the /app/api/getIP/route.js. Minimal Reproduceable Code: https://github.com/Nusab19/nextjs-test/tree/main/...
Nusab19's user avatar
  • 221
0 votes
1 answer
188 views

IP to ASN lookup using ClickHouse

I have a table consisting of IP/CIDR and AS Number and a regular sFlow data table. Since the sFlow data does not have an ASN, I want to add ASN into sFlow data table using IP/CIDR-ASN table. All IP ...
2sang's user avatar
  • 1
5 votes
2 answers
18k views

How can we Find Ip Address using Javascript code?

const peerConnection = new RTCPeerConnection({ iceServers: [] }); peerConnection.createDataChannel(''); peerConnection.createOffer() .then((offer) => peerConnection....
Gopal k .Dwivedi's user avatar
0 votes
0 answers
205 views

Occasional ECONNRESET errors with Twitter V2 API *only* when using a permanent external IP (GCP VM)

I'm running a Node.js server on a Google Cloud Platform (GCP) Virtual Machine. This server interacts with the Twitter V2 API to search for tweets. Everything runs smoothly as long as I stick to the ...
Tarek's user avatar
  • 2,392
-4 votes
1 answer
46 views

Web scraper becomes slow after sometime [closed]

I've written a Python web scrapper code and I'm trying to fetch data from a dynamic website, but the problem is that the website I'm scrapping data from tracks IPs and slows the response time. Right ...
Kushagra A. Nalwaya's user avatar
0 votes
0 answers
47 views

Get Jenkins Master Private IP address from Slave

I need to access Jenkins Master API over Private Subnet from a Slave Node using Groovy of the Pipeline. How can I figure out Jenkins Master Private IP Address. I was searching for that and able to see ...
Roman Newaza's user avatar
  • 11.6k
0 votes
0 answers
88 views

Payment API Gateway

I am developing an application, in which I have a payment method API to make payments. But to call this API I have to give access to the IP address which is calling it, which is not possible for a ...
Bappa Banerjee's user avatar
0 votes
0 answers
28 views

How can I route network calls from the cloud via an on-prem Squid proxy

I have a service running in Azure which involves scraping external websites, however these external sites blacklist non-residential IPs. I have bought a Raspberry Pi and have installed Squid (running ...
Calum Peebles's user avatar
0 votes
1 answer
24 views

How to transfer to ip address other than virtual ip to start Apache IoTDB?

Every time I started Apache IoTDB, the virtual ip (127.0.0.1) is displayed. If I want to enter IoTDB through other ip accounts, how can I do this? I tried the official guide tutorial, use the startup ...
NKZ's user avatar
  • 119

15 30 50 per page