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 ...
2
votes
2answers
42 views
Compare ipv4 addresses in ipv6 notation
On incoming connections via ipv4 the IPAddress is in ipv6 notation such as ::ffff:1.2.3.4
I want to compare these addresses to an IPAddress I get from elsewhere which is in ipv4 notation: 1.2.3.4
By ...
0
votes
2answers
18 views
Parsing RIPE Allocations RegEx
I'm working on project where I need to parse the RIPE allocations database (ftp://ftp.ripe.net/ripe/stats/membership/alloclist.txt) into a database.
I need to grab out every single member, so I need ...
0
votes
0answers
15 views
DHCP dialogue when a smartphone/tablet moves to another wi-fi
Scenario:
I'm connected with a smartphone (or tablet) to a wi-fi (192.168.0.0/24)
My current IP is 192.168.0.108
Then I switch to another different wi-fi (192.168.1.0/24)
This is what i capture ...
4
votes
1answer
34 views
How to find client ip for https request (i.e secured connection) in Rails 2.3.8
Im doing a app in which i need to find the clients ip address. I used request.remote_ip for getting the client's ip and it fetched the public ip address of the client for http request. When it is a ...
1
vote
1answer
37 views
Block IP Address, Query IP from database
I have an PHP code that the function is to block IP Address.
include ("includes/_db_.php");
$query_ip = mysql_query("SELECT * FROM t_ip_address");
while ($data_ip = mysql_fetch_array($query_ip))
{
...
0
votes
2answers
45 views
Troubleshoot connecting client to server in java
I have been having this problem for some time now and although my efforts and my friends help I can't seem to get past this problem .
My problem is I am trying to establish a connection between ...
0
votes
1answer
39 views
Getting IP Address of a user who sent a cURL request
I want to get The IP Address of user who sent a request to my server using cURL POST method in php ?
I'm developing a Flight API, I'll get the Requests using cURL POST method, I've to get the IP ...
0
votes
0answers
27 views
How can I access MAMP Pro sites through Adobe Edge Inspect without using my IP address?
When I develop a website I typically use Edge Inspect in parallel with my computer's browser for testing. For every website, I create a new host in MAMP Pro, and create new directory on my computer ...
0
votes
1answer
28 views
Logging IP Address in WCF Service
I'm using NLog in my WCF service and would like to log the caller IP-Address.
I've tried using the aspnet-LayoutRenderers (${aspnet-request:serverVariable=remote_host}, ...
0
votes
0answers
8 views
Symfony 2.2.1 The ip address in request gets changed in Embedding Controllers
Symfony 2.2.1 The ip address in request gets changed in Embedding Controllers. am in missing something. or is there any way to persist the clients ip address in the sub request. I am useing it in ...
0
votes
0answers
41 views
Is there a way to improve Geolocation by IP?
The church I attend recently had the following screenshot posted on its Facebook page, from an Anonymous member of a tracert he'd performed to a porn site, claiming that it went through the building ...
2
votes
3answers
40 views
Find out from where an email has been sent
I'd like to find out from where an email has been sent.
I already know I have to to find the "Received From" that’s farthest down in the complete headers to get the private and the public IP ...
0
votes
1answer
8 views
clear IP-addresses from Joomla 2.5.4 log file
I have access to a Joomla administrator panel as the super user. I would like to clear the log where the IP-addresses of the people who log in to the admin panel are stored. The thing is that i don't ...
0
votes
0answers
28 views
Google App Engine - urlFetch address not in _netblocks.google.com
Whilst fully accepting the limitations of whitelisting the entire App Engine IP range, where necessary, the accepted wisdom as detailed on SO is to use and monitor the output from:
dig -t txt ...
2
votes
3answers
48 views
How to capture the IP address of Android Application end user
--> IP address of Android Application end user
I have searched allot over internet about how to capture the IP ADDRESS of user who is actually using my ANDROID APPLICATION, but did not get the ...
-1
votes
1answer
45 views
How to get client / user ip address?
Is it possible to get the ip address of the user (visitor of my website) without using server side language like PHP?
I have a problem while using the server language (PHP) because of load balancer ...
-1
votes
1answer
43 views
Parameter of the applet
I'm displaying some values like IP address in the applet. How to get the parameter of the Ip address in order to pass to the presentation layer.
Here is my HTML code for calling the applet:
...
-2
votes
2answers
58 views
How to find client's IP Address using Javascript code [duplicate]
I want to find client's IP Address when accessing my app..How to find using javascript code..kindly provide help with sample code..I tried wit tis code but m not getting
function ...
0
votes
0answers
18 views
What is the most secure authentication technique for a proxy server/captive portal?
Background: I am building a proxy server (with a captive portal login screen). My proxy server intercepts all network traffic and if a request is made from an unauthenticated user, it replaces the ...
0
votes
0answers
47 views
PHP survey make user vote once only by IP address
i have created an online survey in PHP and it works fine with one exception.
I would like my voters to be restricted to one vote only and i've decided to track them by their IP addresses. ...
0
votes
3answers
38 views
ip address in java valid or not
I want to validate IP address with or without a port number using regex. My input string would be IP:PORT or just IP. I want only one regex which will be validating IP:PORT or IP both.
My IP address ...
1
vote
1answer
55 views
How do I decide which IPv4 address to use?
In an environment with multiple IPv4 addresses, how do I choose which one to listen on? I've had mixed luck with the following code:
foreach(IPAddress addr in Dns.GetHostAddresses(Dns.GetHostName()))
...
-1
votes
0answers
5 views
restricting remote box from accessing certain folders on os x lion
A remote administrator has my IP address. I need to know would they be able to see any of my files on my hard drive.
If yes, how do I restrict them from seeing all files in certain directories, i.e. ...
2
votes
5answers
68 views
convert IP for reverse ip lookup
I have an IP address e.g. char *ip = "192.168.1.13" and need to convert it into this "13.1.168.192"
Is there a proper possibility to that in C already or do I have to do it myself by simply making ...
0
votes
1answer
31 views
Error while integrating with Sagepay - A bad thing happened: 4020 : Information received from an Invalid IP address
My app has been running fine for months but recently we have been getting this error:
A bad thing happened: 4020 : Information received from an Invalid IP
address.
This occurs when a customer ...
0
votes
1answer
44 views
Get host ip android
Tried to do my homework, but can't figure it out.
I am making an app that will run on a phone that stays connected to my home wifi 24/7. I want it to detect the host ip and track any changes, but I ...
0
votes
2answers
32 views
Get the geographic distance between 2 IP addresses?
How can you calculate the geographic distance (e.g. 500 miles) between 2 IP addresses?
Is there some API that lets you look this up?
0
votes
1answer
33 views
Spoof ip address for iframe
If I have a webpage with an iframe to another website, can I spoof the user's ip address so that the iframe sees the ip address I want instead of the user's real ip address?
-2
votes
0answers
16 views
DNS A Record typo? [closed]
I’m curious why a typo in our DNS settings didn’t seem to cause any problems. The domain is registered with Network Solutions.
The first octet of the www record was 254, but it should be 54. See all ...
-1
votes
1answer
78 views
get subnet mask and useable IP addresses [closed]
im fairly new to this whole area inc the area of binary etc.
Can someone provide me with a detailed answer to the below as I am unable to locate one online
Given the IP address 192.168.1.0 and the ...
1
vote
1answer
12 views
Parse logical location with segments
I'm programming a c# dll to parse messages from a NX 584 Module.
I'm new to binary messages and I'm stuck with the following message:
I'm having trouble understanding the location part.
The ...
0
votes
0answers
40 views
Reliable, cross-platform way to discover ip address of ALL local interfaces in python without additional libraries
I think the question says it all. I want a way to discover the ip address of the local interfaces in python.
I have seen lots of variants on this question (such as this one, but it seems that none ...
-4
votes
2answers
38 views
Is it possible to connect a computer using HTTP Protocol? [closed]
Let us see I have a
GSM Modem
connected to a computer that having a valid Static IP Address. Now as a PHP Developer i want to connect to that computer and have to listen the COM1 port. This is ...
0
votes
0answers
17 views
NTEContextList key missing from registry in windows 7 / 2008 and newer
I have a code that gets, using remote registry, all IPs configured on a computer.
I'm using the following key:
...
-3
votes
0answers
43 views
SQL server with ipv4/ipv6 [closed]
Currently, i'm trying to develop an Android application where user A can upload things such as pictures/location into the a SQL Server database. Then user B with the application is able to ...
1
vote
0answers
70 views
Setting up static DNS and Alternate DNS server programmatically?
I found this code as i search on google. I just want to change my DNS server to static. I just dont know where to put my static DNS and Alternate Dns Servers here. Please help me. Thanks :)
Public ...
0
votes
0answers
24 views
Accessing a Web Server over the network
Here's the situation.
My company has a server. There is an existing project's web server being run on it, and I need to install JIRA alongside it. The existing project runs an Apache HTTPD Server on ...
0
votes
0answers
75 views
Android device to PC, file transfer by Socket connection
I'm transferring file from an Android emulator to a PC server through a Java application. The code on my client-side application is...
File file = new File("/mnt/sdcard/sample.mp4"); //create file ...
0
votes
0answers
38 views
How to find unique visitors using cookies, ip address referer and user agent?
I am trying to figure out an algorithm, query or method that allows me to predict when a user is not a unique visitor.
Figuring out wether the person is not unique can happen after the fact.
I have ...
3
votes
7answers
184 views
Get external IP address of a website
I have seen many methods for easily retrieving the internal IP address of a machine or website. However, I can't seem to find a good way to retrieve the external IP address.
To clarify, if I provide ...
0
votes
3answers
173 views
Latitude and Longitude of IP Addresses using R
I have a huge list of IP addresses. Is there a way using R to get the corresponding latitude and the longitude of these addresses?
Thank you.
Ravi
0
votes
0answers
47 views
NetworkInterface.getNetworkInterfaces() throws exception with null message string
I picked up some old code of mine to rebuild and one of the methods that used to work on my tablet and phone no longer works. I'm trying to use a routine I picked up here to get my IP address.
When ...
0
votes
1answer
71 views
How do I output my ip address as a string? [duplicate]
I have been using InetAddress.getLocalHost().getHostAddress(), how would I get this as a string?
0
votes
2answers
40 views
Convert IP address in C
I have:
192.168.1.1
How can I convert it?
I have tried splitting the ip address with sscanf like:
sscanf(hostaddress,"%d.%d.%d.%d", &d1, &d2, &d3, &d4);
0
votes
2answers
73 views
IP address to binary in C
I have an ip address like so:
address = '192.168.1.11';
and need to convert it to its binary format
11000000 10101000 00000001 00001011
I have some ideas on how to leftshift the decimal number ...
-1
votes
2answers
84 views
Converting subnet mask prefix with C
I'd like to convert a prefix like /24 to 255.255.255.0 using bitwise operations.
I have tried using unsigned int like so:
unsigned int mask = -(1 << 32 - prefix);
I am thinking of ...
0
votes
1answer
54 views
Multiple websites on a single EC2 instance (or VPC step-by-step guide!)
I know how to have multiple domains run from a single EC2 instance using apache VirtualHost, but I'm interested in having multiple IP addresses assigned for each instance.
Amazon recently added this ...
2
votes
1answer
44 views
Updating IP address in Mysql resulted different when using Chrome and Firefox
This question refers to php mysql updating IP address cannot work right
Post here hope to get an answer.
The following code update visitors IP address in database. But when tested using Chrome, the ...
0
votes
0answers
52 views
PayPal: Can you get the IP address of the client (buyer) via IPN/PDT?
I never found such a feature on Paypal's website. I want to get the address via IPN/PDT. Alternatives outside PayPal are useless to me, I already have those. Thanks for resp.
0
votes
0answers
92 views
Running an Application in a Mobile by accessing WAMP server database
I am currently using WAMP to create my Android Application. I can simulate it using an emulator in Eclipse by using the Emulator's address 10.0.2.2 . But when i try to access the server in my ...




