Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:veos:first_install:ipsetincenos [2023/09/04 09:36] – elena.krasnobryzh | 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 | ||