This commit is contained in:
root
2023-09-25 21:36:25 +03:00
parent c1de6f3aa8
commit 3a10515d6e
12 changed files with 47 additions and 53 deletions

View File

@ -5,7 +5,7 @@ description: Путём правки конфигурационных файло
tags: [linux]
---
## Настройка DNS и домена
```bash
```shell
search <domain>
nameserver <dns-server>
@ -13,7 +13,7 @@ nameserver <dns-server>
```
## Статика
```bash
```shell
auto <interface>
iface <interface> inet static
address <ip-address>
@ -24,7 +24,7 @@ iface <interface> inet static
```
## DHCP
```bash
```shell
auto <interface>
iface <interface> inet dhcp