diff --git a/README.md b/README.md index 4c15210..6b440ae 100644 --- a/README.md +++ b/README.md @@ -1672,7 +1672,7 @@ https://web.au-team.irpo На обоих роутерах отредактируйте файл /etc/ipsec.conf, добавив следующее:

- +

Далее нужно настроить файл ipsec.secrets. Вносим туда строку: @@ -1680,7 +1680,7 @@ https://web.au-team.irpo ***172.16.4.2 172.16.5.2 : PSK “123qweR%”***

- +

Ещё один конфиг charon.conf, открываем его b редактируем в нём следующую строку, приводя к виду: @@ -1715,7 +1715,7 @@ https://web.au-team.irpo На обоих роутерах отредактируйте файл /etc/ipsec.conf, добавив следующее:

- +

Далее нужно настроить файл ipsec.secrets. Вносим туда строку: @@ -1723,7 +1723,7 @@ https://web.au-team.irpo ***172.16.5.2 172.16.4.2 : PSK “123qweR%”***

- +

Ещё один конфиг charon.conf, открываем его и редактируем в нём следующую строку, приводя к виду: @@ -1850,18 +1850,12 @@ https://web.au-team.irpo ***systemctl enable –now cups*** -Далее, необходимо отредактировать конфиг /etc/cups/cupsd.conf +Настроим CUPS

- +

-

- -

- -> Во всех блоках Location необходимо добавить строку Allow all, как на скриншоте - Перезапускаем службу cups для применения изменений: systemctl restart cups @@ -1872,6 +1866,12 @@ systemctl restart cups ***apt-get install cups system-config-printer -y*** +Доббавляем принтер в Хосты клиента + +

+ +

+ Открываем пуск и ищем Print settings

diff --git a/images/module3/cups-hosts.jpg b/images/module3/cups-hosts.jpg new file mode 100644 index 0000000..003c15e Binary files /dev/null and b/images/module3/cups-hosts.jpg differ diff --git a/images/module3/cups.jpg b/images/module3/cups.jpg new file mode 100644 index 0000000..29bf1b7 Binary files /dev/null and b/images/module3/cups.jpg differ diff --git a/images/module3/ipsec br-rtr-1.jpg b/images/module3/ipsec br-rtr-1.jpg new file mode 100644 index 0000000..07aa27b Binary files /dev/null and b/images/module3/ipsec br-rtr-1.jpg differ diff --git a/images/module3/ipsec br-rtr.jpg b/images/module3/ipsec br-rtr.jpg new file mode 100644 index 0000000..8590844 Binary files /dev/null and b/images/module3/ipsec br-rtr.jpg differ diff --git a/images/module3/ipsec hq-rtr-1.jpg b/images/module3/ipsec hq-rtr-1.jpg new file mode 100644 index 0000000..5785d8c Binary files /dev/null and b/images/module3/ipsec hq-rtr-1.jpg differ diff --git a/images/module3/ipsec hq-rtr.jpg b/images/module3/ipsec hq-rtr.jpg new file mode 100644 index 0000000..14dcef0 Binary files /dev/null and b/images/module3/ipsec hq-rtr.jpg differ