IP address assignment [Документация VAS Experts]

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:veos:first_install:ipsetincenos [2024/09/26 15:29] – external edit 127.0.0.1en:veos:first_install:ipsetincenos [2026/04/20 14:04] (current) elena.krasnobryzh
Line 2: Line 2:
 {{indexmenu_n>2}} {{indexmenu_n>2}}
  
-  - Interface configuration using DHCP service example: <code bash>#vim /etc/sysconfig/network-scripts/ifcfg-eth0+  - Interface configuration using DHCP service example: <code bash>#vi /etc/sysconfig/network-scripts/ifcfg-eth0
 DEVICE=eth0 DEVICE=eth0
 BOOTPROTO=dhcp BOOTPROTO=dhcp
 HWADDR= 00-19-DB-AD-19-99 HWADDR= 00-19-DB-AD-19-99
 ONBOOT=yes</code> ONBOOT=yes</code>
-  - Interface configuration using manually set parameters: <code bash>#vim /etc/sysconfig/network-scripts/ifcfg-eth0+  - Interface configuration using manually set parameters: <code bash>#vi /etc/sysconfig/network-scripts/ifcfg-eth0
 DEVICE=eth0 DEVICE=eth0
 HWADDR= 00-19-DB-AD-19-99 HWADDR= 00-19-DB-AD-19-99