X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralAdding Linux Bulk IP Address

Adding Linux Bulk IP Address

We will use a single line command to add IP addresses in bulk in the Linux operating system.

for((ip=2;ip<=254;ip+=1)); do ip addr add 192.168.1.$ip dev eth1; done

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(135 times viewed. / 1 people found helpful.)