Top "Ip" questions

This tag is for questions related to the Internet Protocol.

About IP 0.0.0.0 in Django

We've got a server over which we're running a Django powered site. Since we want to test the site, we're …

django ip
Set Android IP,DNS,GATEWAY setting programmatically

How do I set wifi ip address, dns address, gateway from android java i.e programmatically, I didn't find any …

android set wifi ip
What does MySQL "::1" hostname refer to?

On a freshly installed (windows version of) MySQL 5.5.9 SELECT user, host FROM mysql.user gives: user host root localhost root 127.0.0.1 …

mysql ip hostname
How to check if an IP address is from a particular network/netmask in Java?

I need to determine if given IP address is from some special network in order to authenticate automatically.

java networking ip
How to use MQTT over the internet?

Currently, I'm successfully running a mosquitto broker, subscribing to topics and publishing messages with clients in a local network. How …

networking ip mqtt mosquitto
Generate Random IP Address

I want to generate some random IP Address. But evertime this generateIPAddress function returns 0.0.0.0 string as ipAddress. But it should …

java ip subnet
Set static ip if not obtained from DHCP (script)

I work on embedded device with linux on it. I want to use DHCP client first, but if there will …

linux ip dhcp ifconfig
How can I determine the IP of my router/gateway in Java?

How can I determine the IP of my router/gateway in Java? I can get my IP easily enough. I …

java sockets ip router
Reverse DNS lookup in perl

How do I perform a reverse DNS lookup, that is how do I resolve an IP address to its DNS …

perl ip lookup nslookup reverse-dns
How can I bind serversocket to specific IP?

If I have a String representing an IP address (IPv4 or IPv6) how can I create a ServerSocket and bind …

java tcp ip serversocket inetaddress