Can we have multiple IP addresses with different Net IDs on an interface? Like a Network Card? For example setting up 192.168.1.2 and 18.170.2.5 on the same network card. If yes, where do we use this method?
- 2windows? linux? how are you planning to handle routing? what purpose? what are you trying to solve?Jacob Evans– Jacob Evans2021-03-11 13:02:24 +00:00Commented Mar 11, 2021 at 13:02
- @JacobEvans This is a homework question. it says that if its possible to do so, explain how to do it in windowsBlueBlue– BlueBlue2021-03-11 13:17:33 +00:00Commented Mar 11, 2021 at 13:17
- 3Then you're in the wrong SE site. ServerFault is about IT in a business environment, not about homework questions.Tilman Schmidt– Tilman Schmidt2021-03-11 14:13:11 +00:00Commented Mar 11, 2021 at 14:13
- serverfault.com/questions/1024766/…Jacob Evans– Jacob Evans2021-03-16 12:51:03 +00:00Commented Mar 16, 2021 at 12:51
Add a comment |
1 Answer
Can we have multiple IP addresses with different Net IDs on an interface?
Yes, you can. There might be many reasons for doing this. Mutli-homing a host with a single NIC connected to the same physical network as hosts in two different layer 3 networks is one example.
- Thanks, how can I set this method up on Windows?BlueBlue– BlueBlue2021-03-11 13:18:56 +00:00Commented Mar 11, 2021 at 13:18