-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[Mconn] KVM #23840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[Mconn] KVM #23840
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
53f5466
added vmware to vmware tab
marciocloudflare f1909c6
added proxmox
marciocloudflare d086112
added custom property
marciocloudflare a66d620
refined text
marciocloudflare b967c68
refined text
marciocloudflare 020f04a
refined text
marciocloudflare f3a96dc
added aside
marciocloudflare 1be6e81
added vlan tagging to partial
marciocloudflare 84a8bb9
refined text
marciocloudflare acbbca1
refined text
marciocloudflare 3efbc74
renamed to configure virtual machine
marciocloudflare 5bab55f
removed numbers from setup cf dash
marciocloudflare e233f73
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare b85b48a
added beta
marciocloudflare 33609c5
corrected name
marciocloudflare 59fa1c0
reordered components
marciocloudflare ca6fc4c
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare e833233
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 2f05e95
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 769c73a
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare e2cc02a
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 75c3a02
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 276de7c
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 9fff4c3
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 4413099
refined step 1 of boot vm
marciocloudflare 09b8633
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 0f24c57
added elevated privileges
marciocloudflare ff31f34
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare f700547
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare 2106559
Merge branch 'production' into marcio/pcx17803-mconn-kvm
marciocloudflare e0b6821
refined text
marciocloudflare File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/content/partials/networking-services/mconn/licence-keys.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| {} | ||
| --- | ||
|
|
||
| import { Aside } from "~/components"; | ||
|
|
||
| <Aside> You cannot use the same license key twice, or reuse a key once the virtual machine has been registered with Cloudflare. You need a new key from your account team for every new Virtual Connector.</Aside> |
21 changes: 21 additions & 0 deletions
21
src/content/partials/networking-services/mconn/vlan-tagging.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| params: | ||
| - url | ||
| --- | ||
|
|
||
| import { Aside, Markdown } from "~/components"; | ||
|
|
||
| <Aside title="VLAN tagging"> | ||
|
|
||
| Virtual Connector supports creating subinterfaces through the use of [802.1Q VLAN tagging](https://en.wikipedia.org/wiki/IEEE_802.1Q). | ||
|
|
||
| Use VLAN ID <code>0</code> when: | ||
|
|
||
| - Connected to a Port Group or Distributed Port Group that is associated with a specific VLAN. | ||
| - Connected to a Port Group or Distributed Port Group that is configured as a trunk that requires untagged packets. | ||
|
|
||
| You can also configure subinterfaces on the Virtual Connector by associating the network interface with a Port Group or Distributed Port Group trunk and specifying a VLAN ID in addition to the port associated with the network interface (VLAN ID <code>1</code>-<code>4094</code>). | ||
|
|
||
| Refer to <Markdown text={props.url} /> for more information. | ||
|
|
||
| </Aside> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.