Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:veos:first_install:ipsetincenos [2024/09/26 15:29] – external edit 127.0.0.1 | en:veos:first_install:ipsetincenos [2026/04/20 14:04] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | - Interface configuration using DHCP service example: <code bash>#vim / | + | - Interface configuration using DHCP service example: <code bash>#vi / |
| DEVICE=eth0 | DEVICE=eth0 | ||
| BOOTPROTO=dhcp | BOOTPROTO=dhcp | ||
| HWADDR= 00-19-DB-AD-19-99 | HWADDR= 00-19-DB-AD-19-99 | ||
| ONBOOT=yes</ | ONBOOT=yes</ | ||
| - | - Interface configuration using manually set parameters: <code bash>#vim / | + | - Interface configuration using manually set parameters: <code bash>#vi / |
| DEVICE=eth0 | DEVICE=eth0 | ||
| HWADDR= 00-19-DB-AD-19-99 | HWADDR= 00-19-DB-AD-19-99 | ||