About 1,800,000 results
Open links in new tab
  1. example.com is OK for domain example, what is example IP …

    Can example.com IP Address used for this purpose legally? Any IP address can be used as an example legally - there's no law that would prevent you from doing that.

  2. Provide static IP to docker containers via docker-compose

    I'm trying to provide static IP address to containers. I understand that I have to create a custom network. I create it and the bridge interface is up on the host machine (Ubuntu 16.x). The …

  3. what is a good invalid IP address to use for unit tests?

    May 5, 2012 · What is a good ip address to use that won't potentially be routed somewhere? I don't want to make any assumptions about the network the machine running the unit tests is on.

  4. python - Using a RegEx to match IP addresses - Stack Overflow

    48 Using regex to validate IP address is a bad idea - this will pass 999.999.999.999 as valid. Try this approach using socket instead - much better validation and just as easy, if not easier to do.

  5. Ansible: get current target host's IP address - Stack Overflow

    Oct 2, 2016 · How do you get the current host's IP address in a role? I know you can get the list of groups the host is a member of and the hostname of the host but I am unable to find a solution …

  6. How to convert string to IP address and vice versa

    Mar 16, 2011 · how can I convert a string ipAddress (struct in_addr) and vice versa? and how do I turn in unsigned long ipAddress? thanks

  7. How to give to a client specific ip address in C - Stack Overflow

    Jul 20, 2016 · I am trying to implement a simple client and server in C and I can't find online an example how to set a specific IP address to the client. This is what I got so far: sockfd = …

  8. IIS - Allow IP range for a web application - Stack Overflow

    Jun 1, 2020 · To create a rule for a range of IP addresses, select the IP address range, and enter the subnet and subnet mask in the provided textboxes. For example, to permit access to all IP …

  9. How do I get the IP address into a batch-file variable?

    May 5, 2011 · What I'd like to have is a script that would show only the IP address, for example. echo Network Connection Test ipconfig <---This would run in the background echo Your IP …

  10. How to get the client IP address in PHP - Stack Overflow

    Sep 11, 2008 · How can I get the client IP address using PHP? I want to keep record of the user who logged into my website through his/her IP address.