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

SQL Server Configuration Manager doesn't show the IP [duplicate]

When I try to connect Java to SQL Server, I get the error: Error: "connect timed out. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and ...
EduRushian's user avatar
0 votes
0 answers
41 views

Getting hostname from IP (on LAN) programmatically. Tried three methods, neither worked

I've been looking through questions and solutions to my problem (getting hostnames from a set of IPs on iOS) for a few days. Only three IP resolution methods seem to be listed for anyone, and neither ...
Afinainflowers's user avatar
0 votes
2 answers
199 views

Can i use an outbound ip address as a static ip for an app service?

i have an app service in Azure , at the moment there are about 20 outbound ip addresses and client have to whitelist all these ip addresses. I want to make the app have a static ip address so i ...
Kristen's user avatar
0 votes
1 answer
871 views

How can we know user location or Ip address in React? [duplicate]

I want to know user location and i tried multiple api but all of them are giving me wrong state and city name, if i don't provide ip address, like this api -> https://ipapi.co/json but if i pass ip ...
Pratik Kumar's user avatar
0 votes
1 answer
68 views

Groovy code to fetch all available IP address from a given subnet denoted with CIDR notation

I have generated the below code with the help of Gen AI, but its returning a empty list. Can someone help me to debug this? static List<String> generateAvailableIps(String subnetCidr) { // ...
Prashant Shete's user avatar
1 vote
0 answers
67 views

How to get my public ipv4 address in my android application?

I am developing an android application and need to get my device's public IPV4 address to trigger an API, how can this be done. Some approaches I have tried I am sharing below fun getIPAddress(): ...
Ripped_Asssasin's user avatar
0 votes
0 answers
56 views

Arduino IDE: The IP address was not printing in serial monitor

I am currently trying to turn on and off the led in webclient so i need to get the ip address but it is not printing instead this is the output the i receive: rst:0x8 (TG1WDT_SYS_RESET),boot:0x12 (...
BUGzee's user avatar
  • 3
0 votes
0 answers
74 views

vue js and vite does not work on HTTPS Docker-Nginx

I'm new to Docker. When accessing the application using the domain name, it shows a blank page, and the index-oyfrbKTH.js and index-oyfrbKTH.css files are not being overwritten. The logs don't ...
user23666264's user avatar
0 votes
0 answers
25 views

scapy custom source address shows failure

I have a python server running on port 8000 (the simple "python3 -m http.server") and I want to send a request with a custom ip address to it, so I wrote: from scapy.all import IP, TCP, send ...
Shoto's user avatar
  • 31
1 vote
0 answers
76 views

Angular universal SSR 16, first call to find user's ip went from server instead of client?

I want to retrieve the client's browser IP address when running an Angular SSR application. In Angular 16, do I need to use provideModuleMap(LAZY_MODULE_MAP)? Here, Is the code I have tried. enter ...
Khushbu Gajera's user avatar
0 votes
0 answers
70 views

How to restrict specif ip address only to get the access token from the keycloak

We want to create a custom authenticator to restrict the IP addresses such that particular applications coming with specific IP addresses can get the access token based on the provided client ID and ...
Praveen's user avatar
  • 21
0 votes
0 answers
79 views

Can't connect to NGROK server

After installing blackeye on my VM , I tried downloading and configuring NGROK SERVER but it keeps showing error when I run any command option on blackeye and it won't connect I tried deleting both ...
Mr Endowed's user avatar
0 votes
1 answer
59 views

Python IP validation giving incorrect results

I'm trying to validate IP, gateway and subnet mask inputs using the ipaddress library, however I'm getting invalid results when I'm actually trying to use the validated network, which makes me think ...
user2384330's user avatar
0 votes
1 answer
122 views

AuthorizationManager hasIpAddress unable to get to work with more than 1 ip address

I've been playing with spring-boot-starter-security and i've managed to get my Rest Controller to work with 1 IP whitelist, but unable to make it with many, since i need to adjust input to list from ...
rokkotnik's user avatar
-2 votes
1 answer
63 views

Check If Computer On Network Is Asleep Without Waking It Up (Python)

I want a quick way to check if a computer on the LAN is awake or not given its IP address (on Windows) without waking it up. I wrote the following, which works: def is_awake(ipOrName, timeout=0.05): ...
EllipticalInitial's user avatar

15 30 50 per page