ip Questions
3
Solved
I have an Azure storage account. When I allow all networks to it, my Github Actions can run and update my Azure static website.
When I disallow all but named networks (147.243.0.0/16 and my machine...
Upbringing asked 21/6, 2021 at 14:58
7
Solved
For a program I'm working on, I have to check whether an IP (the IP which connects me to the Internet) is public or private. For that, I need to distinguish if an IP is IPv4 or IPv6.
I wanted to ...
1
I'm struggling to understand why I'm getting this error from a part of my program which sends ICMP echo requests on the network. The starnge thing about this is that I can get it to work by letting...
16
Solved
I have a method to validate a parameter IP Address. Being new to development as a whole I would like to know if there is a better way of doing this.
/// <summary>
/// Check IP Address, will a...
6
Solved
I have a server with multiple websites hosted and distinguishable using name-based virtual hosting of apache.
How do I set it so that a specific website is hosted when the ip of my server is enter...
3
Solved
I have a small problem. I am starting a Task (docker container) via the JAVA SDK. This is working great.
But now I want to grab the public IP via the SDK and don't know how.
here is my existing ...
Cabinetwork asked 23/10, 2018 at 9:54
5
Solved
6
Solved
Something like
SELECT COUNT(*) AS c FROM BANS WHERE typeid=6 AND (SELECT ipaddr,cidr FROM BANS) MATCH AGAINST 'this_ip';
So you don't first fetch all records from DB and then match them one-by...
5
Solved
How should I perform conversion from IPv6 to long and vice versa?
So far I have:
public static long IPToLong(String addr) {
String[] addrArray = addr.split("\\.");
long num = 0;
for (int i = ...
Directive asked 26/7, 2013 at 7:45
10
Solved
I'm trying to implement a selfsigned certificate into my webserver, and it's working already with firefox and chrome (both from the server itself and from a remote machine)... but I can't get it to...
Endicott asked 20/3, 2015 at 1:20
45
Solved
I have a simple Node.js program running on my machine and I want to get the local IP address of a PC on which my program is running. How do I get it with Node.js?
Abney asked 6/9, 2010 at 16:51
8
Solved
I want to get the currently running Android Emulator's IP address through code.
How can it be achieved?
Zeph asked 12/11, 2009 at 6:44
7
Solved
How can I resolve a host IP address, given a URL in Visual C++?
7
I have 2 computers. when I open the project with live server on the first one it gives me this url 127.0.0.1:5500/index.html
I want to put that url on the other computer's browser but it doesn't wo...
Bareback asked 19/9, 2020 at 10:40
13
Solved
I often hear people say to use "$_SERVER['SERVER_ADDR']", but that returns the LAN IP of my server (e.g. 192.168.1.100). I want the external IP.
3
Solved
I've tried getting the list of IP's under an ASN number for example AS8167 however I am having no such luck. I have seen that team cymru have an IP to ASN, however that is the opposite of what I ac...
Pris asked 30/11, 2012 at 5:11
8
Solved
I need to determine if given IP address is from some special network in order to authenticate automatically.
Runoff asked 23/2, 2009 at 11:42
8
Solved
Here I have a static reference the ranges I need to check:
private static List<string> Ip_Range = new List<string>()
{
"12.144.86.0/23",
"31.201.1.176/30",
"46.36.198.101/32",
"46....
5
Solved
Do Android devices have a single static IP address that a server could identify them? Im wondering simce that would allow my game to save data without needing a login.
2
Solved
How do I set an IP address for a TUN interface on OSX? I cannot figure out how to set up an ip address for my interface without specifying a destination IP. I don't want to do that- I'm want to mor...
Kaycekaycee asked 7/7, 2013 at 7:9
2
Solved
I want to generate a list of all devices on a local network. I have tried the command arp -a and it has listed some devices, but not all of them.
The ifconfig command shows my IP address and MAC ad...
1
I have an app in Google's Play Store that had an update rejected recently and the app subsequently pulled. We've corrected the issues, at least I think we have, but Google can't test the app becaus...
4
Solved
I have a script which sends a request to another server but problem is that IPv6 does not supported so if I send IPv6 then give error so i need this one of two:
Get IPv4 address all time
or
Get bo...
4
I have a laptop with Windows 10 2004 installed. I configureded Hyper-V and created two VMs: On one VM runs windows 10 to enclose serveral malware IM softwares which I have to use for working contac...
Brochure asked 17/8, 2020 at 10:27
6
Solved
I am trying write a function that takes a single IP address as a parameter and queries that machine on my local network for it's MAC address.
I have seen many examples that get the local machine's...
Dysphemia asked 9/10, 2012 at 14:58
1 Next >
© 2022 - 2025 — McMap. All rights reserved.