Can i assign 127.127.0.10 IP to an eth interace

Priya 211 Reputation points
2020-10-14T09:53:02.15+00:00

HI,

As I understand 127.0.0.1 is a loopback IP which is reserved to talk to localhost. However for one of my experiments, i want to assign 127.127.x.x IP to one of the eth interfaces in the system. When i tried to assign the IP thru powershell cmdlet from core OS, it reported an error "paramater is invalid"

32259-ip-assign-failure.png

Is there a way i can achieve assigning 127.127.x.x IP to an eth interface on Windows 2019 server.

Thanks in advance for your time.

Thanks!

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-10-15T06:24:07.177+00:00

    Hi ,

    Is there a way i can achieve assigning 127.127.x.x IP to an eth interface on Windows 2019 server.

    There is no way could achieve your goal. As DSpatrick said, the IP address range 127.0.0.0 – 127.255.255.255(127.0.0.0/8) is reserved for loopback.

    For your reference:

    What is the rest of the 127.0.0.0/8 address space used for?

    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    Best Regards,

    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-10-14T13:41:13.14+00:00

    It isn't possible. Addresses starting with 127 are not valid because they're reserved as loopback addresses (127.0.0.0/8)

    This block is assigned for use as the Internet host loopback address. A datagram sent by a higher level protocol to an address anywhere within this block should loop back inside the host. This is ordinarily implemented using only 127.0.0.1/32 for loopback, but no addresses within this block should ever appear on any network anywhere

    https://tools.ietf.org/html/rfc3330

    --please don't forget to Accept as answer if the reply is helpful--


  2. Priya 211 Reputation points
    2020-10-15T06:57:56.747+00:00

    Thank you DSpatrick and Candy.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.