summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-04 22:46:10 +0200
committerGitHub <noreply@github.com>2020-08-04 22:46:10 +0200
commit0284bdc9457d96b2f9da7999408fc5eb61d237e7 (patch)
tree1ed76a855b493277aa2b5b80bfcee2d0778397c4 /docs
parentc87437a88cdd2ad7b44d7c8d94b9326f4f71311e (diff)
parent32a7c2659a6742064c4000554ca0211a9f5cd98c (diff)
downloadvyos-documentation-0284bdc9457d96b2f9da7999408fc5eb61d237e7.tar.gz
vyos-documentation-0284bdc9457d96b2f9da7999408fc5eb61d237e7.zip
Merge pull request #294 from sever-sever/azure-add-int
Azure: Add new interface
Diffstat (limited to 'docs')
-rw-r--r--docs/appendix/vyos-on-clouds.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/appendix/vyos-on-clouds.rst b/docs/appendix/vyos-on-clouds.rst
index 7fbd1b04..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
----------