About 1,300,000 results
Open links in new tab
  1. example.com is OK for domain example, what is example IP Address?

    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. what is a good invalid IP address to use for unit tests?

    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.

  3. .NET 8 Application, IIS ARR Reverse Proxy, and Azure AD: Internal ...

    Apr 29, 2025 · The logs after UseForwardedHeaders should show Scheme: https and Host: myapp.example.com. Actual: The logs showed that even after UseForwardedHeaders, the …

  4. 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 contain...

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

    Jul 20, 2016 · For example, if you have two network interfaces with IP addresses 192.168.1.100 and 10.101.151.100, then to connect using the 192.168.1.100 address you could do this:

  6. Determine the network and host ID portion of an IP address

    Dec 28, 2011 · EDIT Let's make another example to address your comment: IP Address 192.168.255.22, NetMask 255.255.224.0 The network portion of this address is 192.168.224.0 and …

  7. ip - What is the syntax format for a range of IPv4 addresses called and ...

    Oct 15, 2022 · All IP's mentioned here are IPv4 General Concept Confusion I am trying to use a system which asks for a set of IP addresses, and offers me the example format of 192.168.0.0/24 to enter …

  8. 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.

  9. How to filter by IP address in Wireshark? - Stack Overflow

    Nov 11, 2024 · -2 Other answers already cover how to filter by an address, but if you would like to exclude an address use ip.addr < 192.168.0.11

  10. C - choose interface for UDP/multicast socket - Stack Overflow

    Oct 2, 2012 · I am trying to modify a multicast listener / sender example to bind the UDP / multicast socket to a specific interface and not using the INADDR_ANY macro. I possess the IPv4 address of …