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

Preserve client IP address from OVH load balancer

Goal Set up preserved client addresses with the Istio controller. What's Wrong with the OVH Tutorial: I followed OVH's guide to preserve client IP addresses. However, it didn't solve the issue. OVH ...
Ileo's user avatar
  • 11
0 votes
0 answers
66 views

Azure AAD sign-in log IPs for ADFs do not match Public Azure IP Ranges

I have an app with conditional access turned on. I'm getting the IPs of my ADFs to add them to the policy. To find these IPs, I made a few sign in requests to the app from my ADFs, and looked in the ...
JasonFan's user avatar
0 votes
0 answers
35 views

ip address with lwip

I am trying to get a dynamic IP address with custom mpc5775b board and ksz8041 phy device in s32 design studio for pa but I don't get an IP address. I have used eth,phy,tcpip components. I have added ...
fiyaz's user avatar
  • 1
0 votes
0 answers
238 views

Verify that user agent facebookexternalhit is really Facebook

I'm seeing a lot of hits on my website with the following user agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php) I'm trying to verify whether it really is from Facebook ...
user984003's user avatar
  • 29.1k
-2 votes
1 answer
44 views

Does IPv4 address has abbreviation? [closed]

Today I mistyped the IP address of ping command by ignoring dot between zeros, like this: ping 127.001 However, the command works, it outputs: PING 127.001 (127.0.0.1) 56(84) bytes of data. 64 bytes ...
amp-likes-linux's user avatar
0 votes
1 answer
54 views

How to compare IP address (whose column datatype is ARRAY of String) for a particular range in PostgreSQL

In PostgreSQL, I have a column named as 'IP' whose Datatype is Array. I want to filter the records where IP are between the particular range. I tried below queries but throwing error in postgresql. ...
Hemavathy A's user avatar
0 votes
0 answers
16 views

How can I be in the same subnet of my switch?

I'm new to networking and I have to get in the admin page for my switch to see how it's configured. It's IP address is in the subnet 192.168.0.x, while mine is in 192.168.1.x. I've tried to set a ...
ElAzazel's user avatar
0 votes
0 answers
14 views

Allowing other users to access web apps through browser on my PC with AWS Client VPN

For work, we do not have a dev environment and I run a lot of the applications I work on locally. We connect to our company cloud services via AWS Client VPN. I want to allow other devs to access the ...
aCarella's user avatar
  • 2,474
0 votes
0 answers
12 views

Trying to get the client ipaddress using Jacorb transport current throws org.jacorb.transport.current - No events were available

I have tried to start the Jacorb orb with the transport current properties set in my service controller. but by adding these properties throws exceptions while starting each of my services on my ...
Anusha's user avatar
  • 1
0 votes
1 answer
131 views

Getting Azure front door IP Instead of client IP

Hello I am trying to fetch IP. My application is running on Microsoft Azure so remoteIpAddr and remoteHost is saving Azure Frontdoor IP. Whereas ipAddress is null .. How to fetch the Client's IP ? How ...
Wajih Haider's user avatar
-1 votes
1 answer
150 views

How to fetch user's (my) public IP address inside AWS CloudShell?

I'm not looking for the public IP address of CloudShell; I know that I can find it out by hitting some external website. I would like to find out what my public IP address is when I'm connected to ...
m01010011's user avatar
  • 1,002
0 votes
0 answers
33 views

request.getRemoteAddr() returns server address or client's machine address?

I am trying to fetch the IP of the client in a Spring Boot application. I send a request from my local PC, from Postman and I get the following results: String abc = request.getRemoteAddr(); // it ...
Wajih Haider's user avatar
0 votes
1 answer
35 views

apache2 how to prevent automatic directory listing for all except specific ip address

I want clients to be denied automatic directory listings, other than those from specific ip addresses. What should I put in my virtual host conf file? I've tried <Directory "/var/www/...
twisted's user avatar
  • 772
-1 votes
1 answer
37 views

How to set multiple ip addresses for the string url setting in jdbc api of Apache IoTDB?

I am now using jdbc API included in Apache IoTDB. When I try to setpublic static Connection getConnection(){String driver ="org.apache.iotdb.jdbc.IoTDBDriver'; String url = "jdbc:iotdb://127....
zlyf's user avatar
  • 156
0 votes
1 answer
40 views

Does the iphone private browing producing different each visit?

I am using the service called maxmind to convert visitor's ip address to location. I set up the cache in database so when the same ip addresses is requested it won't call the service but it will get ...
Shinya Koizumi's user avatar
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

15 30 50 per page
1
2 3 4 5
130