ip-address Questions
4
Solved
Using python, I'd like to accomplish two things:
Need to split an ipv6 address and port combination in the format [fec2::10]:80 to fec2::10 and 80.
Given an IP address and port combination, I nee...
Jarib asked 20/2, 2014 at 12:55
3
I am trying to discover the VPC IP address or AWS ENI of the currently executing AWS Lambda so that I can use the IP address to filter the VPC logs to find matching records. The Lambda is running i...
Piranesi asked 10/9, 2019 at 1:34
11
Is there any method to sort this? Or do I just need to split it and use a loop to compare?
Input
123.4.245.23
104.244.253.29
1.198.3.93
32.183.93.40
104.30.244.2
104.244.4.1
Output
1.198.3.93
3...
Menology asked 7/12, 2012 at 2:51
2
I'm trying to make a request to Marvel API on Postman but I got Error code: 401
{
"code": "InvalidCredentials",
"message": "The passed API key is invalid."...
Trevortrevorr asked 1/6, 2021 at 13:10
6
Solved
I've a list of IP addresses as follows
192.168.1.5
69.52.220.44
10.152.16.23
192.168.3.10
192.168.1.4
192.168.2.1
I'm looking for such a way to sort this list to match the below order
10.152.16...
Maurine asked 6/6, 2011 at 5:16
2
I'm running an ASP.NET Core MVC app on AWS in an Elastic Beanstalk environment that includes ELB.
I use this code to get the IP address of the client:
HttpContext.Connection.RemoteIpAddress.ToStr...
Dispread asked 3/5, 2019 at 1:16
4
Solved
I want to get the IP address (like 192.168.0.1 or 87.12.56.50) from DNS query in Swift. I tried 100 times with 100 different methods ... Nothing helped me, so I'll have to ask for help.
This is my ...
Epidemiology asked 17/9, 2014 at 12:26
37
Solved
I'm trying to use just the IP address (inet) as a parameter in a script I wrote.
Is there an easy way in a unix terminal to get just the IP address, rather than looking through ifconfig?
Vidal asked 16/12, 2011 at 2:37
10
Solved
I'm preparing for a quiz, and I have a strong suspicion I may be tasked with implementing such a function. Basically, given an IP address in network notation, how can we get that from a 32 bit inte...
Hertzog asked 5/11, 2009 at 12:49
6
Solved
What's the best way to turn a string in this form into an IP address: "0200A8C0". The "octets" present in the string are in reverse order, i.e. the given example string should generate 192.168.0.2....
Ruben asked 4/2, 2010 at 7:16
13
i have a little problem with my script, where i need to convert ip in form 'xxx.xxx.xxx.xxx' to integer representation and go back from this form.
def iptoint(ip):
return int(socket.inet_aton(ip)...
Seagirt asked 11/4, 2011 at 10:2
24
Solved
I want to validate an IPv4 address using Java. It should be written using the dot-decimal notation, so it should have 3 dots ("."), no characters, numbers in between the dots, and numbers should be...
Operator asked 14/4, 2011 at 17:49
5
I have a python dictionary that I've created, this dictionary contains a list of subnets in the following format:
x.x.x.x/24
y.y.y,y/25
z.z.z.z/26
a.a.a.a/27
etc...
I would like to take the ...
Angulo asked 17/11, 2015 at 6:8
12
Solved
how can I convert a string ipAddress (struct in_addr) and vice versa?
and how do I turn in unsigned long ipAddress?
thanks
Syncopate asked 16/3, 2011 at 16:2
18
Solved
Some times whenever I restart the application, which is built on
Java,
Struts,
Mysql, and Jboss 4.05 Version
I get the error as Address already in use: JVM_Bind
Only fix that I know is to restart t...
Carisa asked 5/5, 2010 at 11:25
10
Solved
I have a subnet in the format 10.132.0.0/20 and an IP address from the ASP.Net request object.
Is there a .NET framework function to check to see if the IP address is within the given subnet?
If ...
Amand asked 30/9, 2009 at 16:31
12
Is there any way that I could get the original IP address of the client coming to the server?
I can use request.getRemoteAddr(), but I always seem to get the IP of the proxy or the web server.
I w...
Cookshop asked 13/1, 2011 at 10:6
50
Solved
How can I find local IP addresses (i.e. 192.168.x.x or 10.0.x.x) in Python platform independently and using only the standard library?
Member asked 3/10, 2008 at 12:3
6
Solved
I have application that uses IPv4 addresses (it stores them as long), so it only understands IPv4 addresses.
Is it possible to convert IPv6 address to IPv4 with Java?
Maniac asked 7/5, 2010 at 6:29
2
Solved
I know the validation format for IPv4 and IPv6. But not sure how I can combine them so atleast one format should be true. Here is my validation
validates :src_ip_addr, :presence => true, :uniqu...
Observable asked 6/6, 2013 at 15:8
20
Solved
I have a script that is to be run by a person that logs in to the server with SSH.
Is there a way to find out automatically what IP address the user is connecting from?
Of course, I could ask the...
Ute asked 15/6, 2009 at 13:50
32
Solved
Is it possible to get the IP address of the device using some code?
Rintoul asked 19/5, 2011 at 20:29
32
Solved
Is it possible to get the IP address of the device using some code?
Mingo asked 19/5, 2011 at 20:29
32
Solved
Is it possible to get the IP address of the device using some code?
Gratt asked 19/5, 2011 at 20:29
32
Solved
Is it possible to get the IP address of the device using some code?
Valerivaleria asked 19/5, 2011 at 20:29
1 Next >
© 2022 - 2025 — McMap. All rights reserved.