Most voted "ip" questions
The generic IP address is an identification of a device (computer, printer, etc.) on a local or public network. Each computer on the Internet has a unique IP (Internet Protocol), which is the medium in which machines use to communicate on the Internet.
Learn more…90 questions
Sort by count of
-
1
votes0
answers23
viewsDear friends, how can I take the result of the code below and insert it into an HTML tag? Any way to do it using handlebars?
var http = require("https"); var options = { "method": "GET", "hostname": "freegeoip.app", "port": null, …
-
0
votes3
answers2246
viewsWhat is the percentage difference between the number of possible addresses with Ipv4 and Ipv6?
What is the difference in percentage numbers of the ip possibilities of the IPv4 and of IPv6?
-
0
votes1
answer519
viewsWeb-service without fixed IP
I’m studying to create an Android app to consume a webservice, for example an app on Android and one on a micro which reads information sent by the Android app. Is there any solution to this…
-
0
votes1
answer124
viewsHow to send SMTP commands and IP not be blocked?
I am developing a PHP system that sends SMTP commands for email validation, but the problem is that in some providers my IP is added in Blacklist. Is there any way to fix it? To validate I am…
-
0
votes0
answers123
viewsHow to identify the user’s IP?
How to get the network IP of who open my program? I am using the language C++, Visual Studio 2013 and Windows Form, there is some function that does this?
-
0
votes1
answer845
viewsPhysical and logical tcp/ip address protocol?
If I already have a physical address (MAC), what is the utility of a logical address (IP)? Why networks need both types of address to function?
-
0
votes1
answer225
viewsGet all IP-related connections
Is it possible to get all ips that are connected to an IP in Visual Basic? For example, I take the IP of all players who are connected to a game server. I tried the variable…
-
0
votes1
answer634
viewsOpen external application within the application
I am developing an application that makes command via Arduino. So far everything goes well, but in the project the user will have access to external camera via IP, but I have no idea how I do it.…
-
0
votes0
answers141
viewsPing in PHP + Debian Apache2
Good morning, I managed to search the internet make the script below work as what I needed, but still lack a detail,ai I have to consequently drip into a machine,as I could do to be a list of…
-
0
votes1
answer199
viewsI’m trying to make a log system in PHP/Javascript
I’m trying to build a log system in PHP and Javascript that captures the internal ip of the visitor’s machine, but I can’t return the value of the variable in Javascript to the variable in PHP that…
-
0
votes1
answer1477
viewsPick up IP through Winsock - Return correct IP - Delphi
Good morning, I am using the method below to return the IP of the computer, but if I have an active VPN on the computer, it is first getting the IP of the VPN and not the machine. I wonder if it…
-
0
votes0
answers1172
viewsError postgre trying to access externally
I am using NO-IP to connect to an internal server in my office. I’ve already released port 5432 on the machine’s firewall and I’ve also set up the pg_hba.conf and postgresql.conf files (I’ll leave…
-
0
votes2
answers338
viewsHow to get all ips associated with a Python domain?
I need to create an application that gets all the ips associated with a domain. I tried using the following Python code: import socket print(socket.gethostbyname('facebook.com.br')) However, just…
-
0
votes1
answer248
viewsI can access site only by ip
I hosted an application on Digitalocean but I can only access it via IP. I changed the DNS servers yesterday afternoon. What can be?
-
0
votes1
answer65
viewsec2 aws does not respond to installed application
I recently received a ec2 to upload a client application to it, the application was made in springboot and until then I had no difficulty installing the postgres and the application as a service…
-
0
votes1
answer54
viewsFind ip inside the network
Hello, I’m trying a solution to find a specific computer within a network by an android application, to connect to a web service in c#... but the problem is in finding this computer, with the ip…
-
0
votes1
answer525
viewsCapture visitor’s local time
Hello, for security reasons I need to pick the time the visitor of the page entered, but the system apparently is taking time from the server. IP: [XXX.XXX.XXX.XXX] Date: [03-07-2017 - 14:05:49]…
-
0
votes2
answers206
viewsNetwork connections between processes within a machine
when giving the command netstat -na in the cmd of windows appear the network connections that are in progress on the machine. In my appeared several connections having as source and destination IP…
-
0
votes2
answers273
viewsTurn decimal into PHP binary
I’m developing an IP calculator in PHP. The problem is that when a mask is typed in decimal, example "255.255.255.0" the mask in binary is displayed " The problem is that doing so, the eight bits of…
-
0
votes1
answer207
viewsStore user ip when entering the site
I want to display a welcome video on my site only when it is the first time the user enters my site, I thought to use the following code: $ip = $_SERVER['REMOTE_ADDR']; It returns me the user’s ip…
-
0
votes1
answer95
viewsHow to block users based on their location?
I have an application where users type A post information. By default these posts will be available to any user on the web, anywhere in the world. But there is the possibility for the user to…
-
0
votes0
answers31
viewsRegistration (Log) of visits to a Website through IP and secure in a BD
After a survey I still haven’t found what I wanted. I wonder if you can help me in the reasoning for this feature. With PHP and Mysql it is possible to save visits to a Website in a database, and in…
-
0
votes3
answers345
viewsGet external IP in Java - Android Studio
I want to get my external IP by clicking a button in my app, but every time I click the button, the app closes itself. How can I do that? My code: public void onClickBtnAtualizar(View view) throws…
-
0
votes1
answer342
viewsHow to identify if the access is internal or external?
I have an application in Asp.mvc that has 3 (three) types of access, 2 internal and 1 external. Internal access is done by LDAP and external access by a user table. No entanto o usuário externo…
javascript c# asp.net-mvc-5 ip access-controlasked 6 years, 8 months ago Danielle Arruda torres 1,191 -
0
votes0
answers37
viewsQuestions with IP function
I use the following function below to search the user’s IP, regardless of the type of connection or device it uses. function get_client_ip() { $ipaddress = ''; if ( isset( $_SERVER[ 'HTTP_CLIENT_IP'…
-
0
votes1
answer48
views -
0
votes1
answer603
viewsHow to pass a parameter from a page to a Provider in Ionic 3?
Good morning, I wonder if it is possible to define the ip address when consuming a web service Rest in Ionic 3, where the user could define the address and port to which the api would be. The user…
-
0
votes1
answer84
viewsWebsite and database on the same machine, localhost or ip?
I have a website and database running on the same machine. And I use the following connection string: <add name="cs_name" connectionString="server=227.117.126.60;User…
-
0
votes1
answer170
viewsHow to scan the IP of a user-selected network, and show what is being used and what is available, in order. PYTHON
Hello, I’m trying to develop a basic program, to run both in linux and in WINDOWS, in which I can let the user choose the original ip and the end and show among all of the network which Ips are…
-
0
votes1
answer128
viewsPython and the ipaddress module
Hello, I have a TXT file containing 340,000 lines of decimal IP addresses, for example: 16777262. Using the ipaddress module I can convert the decimal to the punctuated format '1.0.0.46'. As…
-
0
votes1
answer78
viewsHow to recover a customer’s IP?
I am working on my first professional project using Node.js. In it I make changes to security groups of EC2 AWS instances. One of the data in which the system performs updates is the client’s IP. I…
-
0
votes0
answers14
viewsRstudio Server, with Shiny on AWS
all right? See if you can help me with a question. I use Rshiny for a Dashboard where I work, last month we migrated this application to a virtual machine (aws), installed the Rstudio server and…
-
-1
votes3
answers1824
viewsAccess server without public IP
I own a linux server at home and would like to access its services (SSH, HTTP, GIT) remotely but I do not have a public IP. There are ways to do that?
ipasked 10 years, 12 months ago Samuel Flores Moraes 7 -
-1
votes1
answer693
viewsIP Calculator in JS
Hello. I need to develop a Javascript network calculator that discovers the broadcast address and network address from the IP address (Ipv4) and network mask. But I have no idea how to do that. I…
-
-1
votes1
answer92
viewsGiven two IP’s is it possible to check if it comes from the same network?
I’m starting with Python now and I’m developing a project to find users with multiple accounts on a given site. The IP’s are already downloaded, but it remains to be able to verify if, comparing the…
-
-1
votes1
answer50
viewsHow to develop a wordpress homepage that changes according to locale
I need to create a site, in wordpress, that the home recognizes the location through IP. Example: In Rio de Janeiro the IP is XXXXXX, in which case the home page would be X In São Paulo the IP is…
-
-1
votes1
answer397
viewsHow do I connect to another network with a socket?
I have created some programs like a multiplayer ping pong game, chat and others, using socket. They all work perfectly and I can connect to other devices that are connected on the same network as…
-
-2
votes1
answer249
viewsWhy doesn’t localhost go online?
Why can’t we use IP 127.0.0.1 on the internet? Why localhost returns the same machine? Because the localhost is blocked? Where can I find relevant information?
-
-3
votes2
answers549
viewsIP condition of the user via Javascript?
Blz guys, I’m having a great difficulty with JAVASCRIPT, I’m having trouble with my PHP to return the IP with function $_SERVER['REMOTE_ADDR']; but this, returns me only the gateway of our network,…
-
-4
votes1
answer236
viewsProblem when trying to access my notebook with my Android by Ipv4!
Guys, I’m in a lot of trouble and he’s already given me a headache. I made an application with Magic Software and to run it on my Android I have to configure Magic Studio in the right way (already…