ip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ip [2019/04/09 18:42] – [Table] adminip [2019/10/24 07:12] (current) – [Setup a secondary IP on the same physical device] admin
Line 52: Line 52:
 ip addr del 172.16.134.5/23 dev ens33 label ens33:1 ip addr del 172.16.134.5/23 dev ens33 label ens33:1
 </code> </code>
 +
 +==== To make it permanent ====
 +
 +To make it permanent, you do it using ''nmcli'' or just add the following lines into ''ifcfg-ens33'' file:
 +
 +<code bash>
 +IPADDR1=172.16.134.5
 +PREFIX1=23
 +</code>
 +
 +The ''nmcli'' command:
 +
 +<code bash>
 +nmcli con mod ens192 +ipv4.addresses "172.16.134.5/23"
 +</code>
 +
 +When done, just restart network: ''systemctl restart network''
 +
 +
  
 ===== Remove (delete) an IP address ===== ===== Remove (delete) an IP address =====
  • ip.1554828131.txt.gz
  • Last modified: 2019/04/09 18:42
  • by admin