Merge branch 'master' of github.com:vyos/vyos-documentation

This commit is contained in:
rebortg 2022-03-24 20:30:44 +01:00
commit cdb93d5c44
7 changed files with 44 additions and 18 deletions

@ -1 +1 @@
Subproject commit 56febd155792b579d88281940acc97f95a10a712
Subproject commit f2ebdfa4b856c2801dbdd177095220a27e408e1f

View File

@ -62,15 +62,16 @@ a remote VyOS system.
Will return:
```
Welcome to VyOS
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.0.2.1/24 u/u
lo 127.0.0.1/8 u/u
::1/128
```
.. code-block:: none
Welcome to VyOS
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.0.2.1/24 u/u
lo 127.0.0.1/8 u/u
::1/128
Other script languages
----------------------

View File

@ -1580,7 +1580,7 @@
2021-02-16
==========
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.184 / 5.10.105
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.185 / 5.10.106
2021-02-14

View File

@ -8,6 +8,31 @@
_ext/releasenotes.py
2022-03-20
==========
* :vytask:`T4298` (default): vyos-vm-images: fix ansible group name and remove obsolete empty command
2022-03-18
==========
* :vytask:`T4286` (bug): Fix for firewall ipv6 name address validator
2022-03-15
==========
* :vytask:`T4302` (feature): FRRouting upgrade to release 8.2.2
* :vytask:`T4293` (default): Add "set ip-next-hop unchanged" in route-map
2022-03-14
==========
* :vytask:`T4275` (default): Incorrect val_help for local/remote prefix in ipsec vpn
2022-03-12
==========
@ -1264,7 +1289,6 @@
==========
* :vytask:`T3647` (feature): Bullseye: gcc defaults to passing --as-needed to linker
* :vytask:`T3644` (default): Replace GCC with a simpler preprocessor for including nested XML snippets in XML documents
2021-06-22
@ -1878,7 +1902,7 @@
==========
* :vytask:`T3313` (bug): ospfv3 interface missing options
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.184 / 5.10.105
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.185 / 5.10.106
2021-02-15

View File

@ -41,6 +41,7 @@ Deploy VyOS from CLI with rolling release ISO
.. code-block:: none
qm create 200 --name vyos --memory 2048 --net0 virtio,bridge=vmbr0 --ide2 media=cdrom,file=local:iso/live-image-amd64.hybrid.iso --virtio0 local-lvm:15
3. Start the VM using the command ``qm start 200`` or using the start button located in the proxmox GUI.
4. Using the proxmox webGUI, open the virtual console for your newly created vm. Login username/password is ``vyos/vyos``.
5. Once booted into the live system, type ``install image`` into the command line and follow the prompts to install VyOS to the virtual drive.

View File

@ -154,7 +154,7 @@ To replace a bad disk within a RAID 1 set, perform the following steps:
1 - Remove the failed disk from the RAID 1 set by issuing the following
command:
.. opcmd:: delete raid RAID1device member diskpartition
.. opcmd:: delete raid <RAID1device> member <diskpartition>
where RAID-1-device is the name of the RAID 1 device (for example, md0) and
disk-partition is the name of the failed disk partition (for example, sdb2).
@ -166,7 +166,7 @@ hot-swappable, then you must shut down the system before removing the disk.
4 - Format the new disk for RAID 1 by issuing the following command:
.. opcmd:: format <diskdevice1> like <diskdevice2>
.. opcmd:: format disk <diskdevice1> like <diskdevice2>
where disk-device1 is the replacement disk (for example, sdb) and
disk-device2 is the existing healthy disk (for example, sda).
@ -191,7 +191,7 @@ mirror synchronization, check and display information.
disk partition to a RAID 1 set initiates mirror synchronization, where all
data on the existing member partition is copied to the new partition.
.. opcmd:: format <diskdevice1> like <diskdevice2>
.. opcmd:: format disk <diskdevice1> like <diskdevice2>
This command is typically used to prepare a disk to be added to a preexisting
RAID 1 set (of which disk-device2 is already a member).

View File

@ -77,7 +77,7 @@ on specific addresses only.
DHCP/DNS quick-start
####################
The following settings will configure DHCP and DNS services on
The following settings will configure DHCP and DNS services on
your internal/LAN network, where VyOS will act as the default gateway and
DNS server.
@ -156,7 +156,7 @@ blocks brute-forcing attempts:
set firewall name OUTSIDE-LOCAL rule 30 destination port '22'
set firewall name OUTSIDE-LOCAL rule 30 protocol 'tcp'
set firewall name OUTSIDE-LOCAL rule 30 recent count '4'
set firewall name OUTSIDE-LOCAL rule 30 recent time '60'
set firewall name OUTSIDE-LOCAL rule 30 recent time 'minute'
set firewall name OUTSIDE-LOCAL rule 30 state new 'enable'
set firewall name OUTSIDE-LOCAL rule 31 action 'accept'