IPv4 Communication and Loopback
IPv4 Communication and Loopback
(OP)
Is it possible for a network adapter to have more than one IP address? in other words can an adapter simultaneously communicate using more than one IP address and on more than one subnet?
If not then on a DHCP enabled network is it possible to change the adapter settings manually to some arbitrary IP address on any subnet and start communicating successfully?
Also, out of curiosity I ran a netstat command on my current machine and found there were several TCP connections established using my 192... IP address however there were several connections established on the loopback IP address 127.0.0.1. What typically is the loopback address used for on a Windows machine?
If not then on a DHCP enabled network is it possible to change the adapter settings manually to some arbitrary IP address on any subnet and start communicating successfully?
Also, out of curiosity I ran a netstat command on my current machine and found there were several TCP connections established using my 192... IP address however there were several connections established on the loopback IP address 127.0.0.1. What typically is the loopback address used for on a Windows machine?
RE: IPv4 Communication and Loopback
If you really want to get into the details of your posting, you should go to Tek-Tips.com, which is the sister site of this one, but is almost entirely geared for computer hardware and software questions.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: IPv4 Communication and Loopback
If you go into the IPV4 adapter properties
1) Switch off "Obtain an IP address automatically" - this is the DHCP option
2) Set an address to use and the subnet mask
3) Click on advanced
4) Add more addresses and different subnet masks
When you've OKed all the dialogs, pop up a cmd prompt and type
ipconfig /all
You should see all the addresses. You normally need to do this if you're receiving broadcast as well as multicast
RE: IPv4 Communication and Loopback