DISCLAIMER : Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog. You may use the commands/method/scripts on your own responsibility.If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.
Add Multiple IP address to single NIC in Suse Linux - Azure
Some of you might wondering why would we assign multiple IP addresses to single Network card. There can be many reasons. Say for example, you are doing some testing on your Linux box that requires two or more network cards. Would you buy new one? No, It is not necessary to buy a new one.
You can set multiple IP series, for example 192.168.1.0, 192.168.2.0, 192.168.3.0 etc., for a network card, and use all of them at the same time. Sounds useful? Of course, it is!
This method might be helpful when setting up Internet sharing servers, like Squid proxy.
To add multiple IP address for SUSE Linux VM on Azure, you may can take reference from below steps:
Login Azure portal then navigate to VM - Networking - Network Interface, then click the NIC
Click "Add" to add secondary DIP with static type
Login the VM then run "yast" to add the second IP address
Press "F4 Edit" – "F3 Add" then input the assigned IP address from the portal and follow the steps to press F10 Next|OK to save and exit
Now the VM has added the second IP address
And it's able to ping from another VM within same VNET
Now you have successfully configured the multiple address fro single NIC.
You can set multiple IP series, for example 192.168.1.0, 192.168.2.0, 192.168.3.0 etc., for a network card, and use all of them at the same time. Sounds useful? Of course, it is!
This method might be helpful when setting up Internet sharing servers, like Squid proxy.
To add multiple IP address for SUSE Linux VM on Azure, you may can take reference from below steps:
Login Azure portal then navigate to VM - Networking - Network Interface, then click the NIC
$ sudo yast
$ sudo ifconfig
$ ip a
$ ip a
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.