diff options
Diffstat (limited to 'docs/appendix')
-rw-r--r-- | docs/appendix/cmd-index.rst | 19 | ||||
-rw-r--r-- | docs/appendix/examples/index.rst | 4 | ||||
-rw-r--r-- | docs/appendix/examples/tunnelbroker-ipv6.rst | 22 | ||||
-rw-r--r-- | docs/appendix/vyos-on-baremetal.rst | 20 | ||||
-rw-r--r-- | docs/appendix/vyos-on-clouds.rst | 8 | ||||
-rw-r--r-- | docs/appendix/vyos-on-virtual-environments.rst | 12 |
6 files changed, 44 insertions, 41 deletions
diff --git a/docs/appendix/cmd-index.rst b/docs/appendix/cmd-index.rst deleted file mode 100644 index 71b556cb..00000000 --- a/docs/appendix/cmd-index.rst +++ /dev/null @@ -1,19 +0,0 @@ -.. _cmd-index: - -################# -Command Reference -################# - -Configuration Commands -====================== - -.. _cfg_cmd_list: - -.. cfgcmdlist:: - -Operational Commands -==================== - -.. _op_cmd_list: - -.. opcmdlist:: diff --git a/docs/appendix/examples/index.rst b/docs/appendix/examples/index.rst index 427606de..ca3a6251 100644 --- a/docs/appendix/examples/index.rst +++ b/docs/appendix/examples/index.rst @@ -1,7 +1,7 @@ .. _examples: -Configuration Examples -====================== +Configuration Blueprints +======================== This chapter contains various configuration Examples diff --git a/docs/appendix/examples/tunnelbroker-ipv6.rst b/docs/appendix/examples/tunnelbroker-ipv6.rst index 72828292..868b225f 100644 --- a/docs/appendix/examples/tunnelbroker-ipv6.rst +++ b/docs/appendix/examples/tunnelbroker-ipv6.rst @@ -108,9 +108,9 @@ should be replaced with the information from your `Routed /64` tunnel): set interfaces ethernet eth1 address '2001:470:xxxx:xxxx::1/64' set service router-advert interface eth1 name-server '2001:4860:4860::8888' set service router-advert interface eth1 name-server '2001:4860:4860::8844' - set service router-advert interface eth1 prefix 2001:470:xxxx:xxxx::/64 autonomous-flag - set service router-advert interface eth1 prefix 2001:470:xxxx:xxxx::/64 on-link-flag - set service router-advert interface eth1 prefix 2001:470:xxxx:xxxx::/64 valid-lifetime '2592000' + set service router-advert interface eth1 prefix 2001:470:xxxx:xxxx::/64 + +Please note, 'autonomous-flag' and 'on-link-flag' are enabled by default, 'valid-lifetime' and 'preferred-lifetime' are set to default values of 30 days and 4 hours respectively. This accomplishes a few things: @@ -143,23 +143,19 @@ So, when your LAN is eth1, your DMZ is eth2, your cameras live on eth3, etc: set interfaces ethernet eth1 address '2001:470:xxxx:1::1/64' set service router-advert interface eth1 name-server '2001:4860:4860::8888' set service router-advert interface eth1 name-server '2001:4860:4860::8844' - set service router-advert interface eth1 prefix 2001:470:xxxx:1::/64 autonomous-flag 'true' - set service router-advert interface eth1 prefix 2001:470:xxxx:1::/64 on-link-flag 'true' - set service router-advert interface eth1 prefix 2001:470:xxxx:1::/64 valid-lifetime '2592000' - + set service router-advert interface eth1 prefix 2001:470:xxxx:1::/64 + set interfaces ethernet eth2 address '2001:470:xxxx:2::1/64' set service router-advert interface eth2 name-server '2001:4860:4860::8888' set service router-advert interface eth2 name-server '2001:4860:4860::8844' - set service router-advert interface eth2 prefix 2001:470:xxxx:2::/64 autonomous-flag 'true' - set service router-advert interface eth2 prefix 2001:470:xxxx:2::/64 on-link-flag 'true' - set service router-advert interface eth2 prefix 2001:470:xxxx:2::/64 valid-lifetime '2592000' + set service router-advert interface eth2 prefix 2001:470:xxxx:2::/64 set interfaces ethernet eth3 address '2001:470:xxxx:3::1/64' set service router-advert interface eth3 name-server '2001:4860:4860::8888' set service router-advert interface eth3 name-server '2001:4860:4860::8844' - set service router-advert interface eth3 prefix 2001:470:xxxx:3::/64 autonomous-flag 'true' - set service router-advert interface eth3 prefix 2001:470:xxxx:3::/64 on-link-flag 'true' - set service router-advert interface eth3 prefix 2001:470:xxxx:3::/64 valid-lifetime '2592000' + set service router-advert interface eth3 prefix 2001:470:xxxx:3::/64 + +Please note, 'autonomous-flag' and 'on-link-flag' are enabled by default, 'valid-lifetime' and 'preferred-lifetime' are set to default values of 30 days and 4 hours respectively. Firewall ======== diff --git a/docs/appendix/vyos-on-baremetal.rst b/docs/appendix/vyos-on-baremetal.rst index 0116ddc1..db618431 100644 --- a/docs/appendix/vyos-on-baremetal.rst +++ b/docs/appendix/vyos-on-baremetal.rst @@ -106,11 +106,25 @@ dual front cover. Extension Modules ^^^^^^^^^^^^^^^^^ +WiFi +"""" + +Refer to :ref:`wireless-interface` for additional information, below listed modules +have been tested successfully on this Hardware platform: + * Compex WLE900VX mini-PCIe WiFi module, only supported in mPCIe slot 1. - Refer to :ref:`wireless-interface` for additional information. -* Sierra Wireless MC7710 LZE miniPCIe card is supported by VyOS 1.3 (equuleus). - Refer to :ref:`wwan-interface` for additional information. +WWAN +"""" + +Refer to :ref:`wwan-interface` for additional information, below listed modules +have been tested successfully on this Hardware platform using VyOS 1.3 (equuleus): + +* Sierra Wireless AirPrime MC7304 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7430 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7455 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7710 miniPCIe card (LTE) +* Huawei ME909u-521 miniPCIe card (LTE) VyOS 1.2 (crux) --------------- diff --git a/docs/appendix/vyos-on-clouds.rst b/docs/appendix/vyos-on-clouds.rst index d69b2e1b..33b7011e 100644 --- a/docs/appendix/vyos-on-clouds.rst +++ b/docs/appendix/vyos-on-clouds.rst @@ -98,6 +98,13 @@ Deploy VyOS on Azure. ssh -i ~/.ssh/vyos_azure vyos@203.0.113.3 vyos@vyos-doc-r1:~$ +Add interface +------------- + +If instance was deployed with one **eth0** ``WAN`` interface and want to add new one. +To add new interface an example **eth1** ``LAN`` you need shutdown the instance. Attach the interface in the Azure portal and then start the instance. + +.. NOTE:: Azure does not allow you attach interface when the instance in the **Running** state. References ---------- @@ -148,6 +155,7 @@ Click **Add item** and paste your public ssh key. Click ``Save``. .. figure:: /_static/images/cloud-gcp-05.png 6. Connect to the instance. SSH key was generated in the first step. + .. code-block:: none ssh -i ~/.ssh/vyos_gcp vyos@203.0.113.3 diff --git a/docs/appendix/vyos-on-virtual-environments.rst b/docs/appendix/vyos-on-virtual-environments.rst index 59edcfda..eed82390 100644 --- a/docs/appendix/vyos-on-virtual-environments.rst +++ b/docs/appendix/vyos-on-virtual-environments.rst @@ -1,10 +1,12 @@ .. _vyos-on-virtual-environments: +############################### Running in Virtual Environments -###################### +############################### +**************** Libvirt Qemu/KVM -***************** +**************** Libvirt is an open-source API, daemon and management tool for managing platform virtualization. There are several ways to deploy VyOS on libvirt kvm. Use Virt-manager and native CLI. @@ -159,10 +161,12 @@ Download predefined VyOS.qcow2 image for ``KVM`` .. figure:: /_static/images/virt-libvirt-qc-03.png +******* Proxmox -***************** +******* References ----------- +========== + https://www.proxmox.com/en/proxmox-ve |