Top "Ip-address" questions

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.

How to validate IP address in Python?

What's the best way to validate that an IP entered by the user is valid? It comes in as a …

python validation networking ip-address
How to get ip address of a server on Centos 7 in bash

Previously I used the following command in bash to find the main ip of my server ipaddr=$(/sbin/ifconfig|grep …

bash ip-address centos7
PHP how to get local IP of system

I need to get local IP of computer like 192.*.... Is this possible with PHP? I need IP address of system …

php ip-address
Validating IPv4 addresses with regexp

I've been trying to get an efficient regex for IPv4 validation, but without much luck. It seemed at one point …

regex validation ip-address ipv4 grep
How to convert string to IP address and vice versa

how can I convert a string ipAddress (struct in_addr) and vice versa? and how do I turn in unsigned …

c++ string struct ip-address in-addr
Get Country of IP Address with PHP

Ideally I'm trying to put together a PHP script that I can query from any web browser and it returns …

php geolocation ip-address geoip ip-geolocation
Find the IP address of the client in an SSH session

I have a script that is to be run by a person that logs in to the server with SSH. …

linux networking ssh ip-address
Get IP address of visitors using Flask for Python

I'm making a website where users can log on and download files, using the Flask micro-framework (based on Werkzeug) which …

python flask ip-address werkzeug
Get the IP address of the machine

This Question is almost the same as the previously asked Get the IP Address of local computer-Question. However I need …

c++ linux networking ip-address
How to determine the IP address of a Solaris system

What command do I want to issue when I want to know the IP address of the Solaris machine I'm …

unix networking ip-address solaris ip