public inbox for pve-user@lists.proxmox.com
 help / color / mirror / Atom feed
* [PVE-User] how to set proxmox box to connect to trunk interface
@ 2020-12-14 13:15 Leandro Roggerone
  2020-12-14 14:41 ` alexandre derumier
  0 siblings, 1 reply; 3+ messages in thread
From: Leandro Roggerone @ 2020-12-14 13:15 UTC (permalink / raw)
  To: PVE User List

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Hi guys , please taek a look to attached text file, thas is what I need to
achieve.
looking at official docs , couldn't find any direct example.
Do I need to proceed with cli or is it fully done at pve gui  ?
Should I restart the server to make it work ?
Other:
I have some working VMs with no vlan taggs.
Can I proceed with this change with no outage?
Regards.
Leandro.

[-- Attachment #2: vlan_diag.txt --]
[-- Type: text/plain, Size: 4415 bytes --]

                                                                        +---------------------------------------------------+
                                                                           |                                                   |
                                                                           |                                                   |
                                                                           |    PVE                   +-------------------+    |
                                                                           |                          +vm1 10.1.1.1/24    |    |
                                                                           |                    +-----+                   |    |
                                                                           |                    |     +-------------------+    |
                                                                           |                    |                              |
                                                                           |                    |     +-------------------+    |
                                                                           |                    |     +vm2 10.1.1.2/24    |    |
+----------------------------------------------------+                     |        access      | +---+                   |    |
| +----+                                             |                     +-------+ports       | |   +-------------------+    |
| | |  |          router                             |                     ||      +vlans(10)   | |                            |
| +----+                                             |                     ||      |------------+ |   +-------------------+    |
+----------------------------------------------------+                     ||      |--------------+   +vm3 10.1.1.3/24    |    |
    |                                                                      || VMBR0+------------------+                   |    |
    |                                                                      ||      |                  +-------------------+    |
    |                                                                      ||      |                                           |
    |                      VLAN TRUNK (VLANS 10 , 20)                      ||      |                  +-------------------+    |
    +-----------------------------------------------------------------------|      +-------------------vm4 20.1.1.1/24    |    |
                                                                           ||      |--------------+   |                   |    |
                                                                           ||      +-----------+  |   +-------------------+    |
                                                                           ||      |access     |  |                            |
                                                                           ||      |ports      |  |   +-------------------+    |
                                                                           +-------|(vlan20)   |  +----vm5 20.1.1.2/24    |    |
                                                                           |                   |      |                   |    |
                                                                           |                   |      +-------------------+    |
                                                                           |                   |                               |
                                                                           |                   |      +-------------------+    |
                                                                           |                   +-------vm6 20.1.1.3/24    |    |
                                                                           |                          |                   |    |
                                                                           |                          +-------------------+    |
                                                                           |                                                   |
                                                                           +---------------------------------------------------+

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PVE-User] how to set proxmox box to connect to trunk interface
  2020-12-14 13:15 [PVE-User] how to set proxmox box to connect to trunk interface Leandro Roggerone
@ 2020-12-14 14:41 ` alexandre derumier
  0 siblings, 0 replies; 3+ messages in thread
From: alexandre derumier @ 2020-12-14 14:41 UTC (permalink / raw)
  To: pve-user

Hi,
you just need to setup vlan tag in the vm nic gui.



On 14/12/2020 14:15, Leandro Roggerone wrote:
> Hi guys , please taek a look to attached text file, thas is what I need to
> achieve.
> looking at official docs , couldn't find any direct example.
> Do I need to proceed with cli or is it fully done at pve gui  ?
> Should I restart the server to make it work ?
> Other:
> I have some working VMs with no vlan taggs.
> Can I proceed with this change with no outage?
> Regards.
> Leandro.
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PVE-User] how to set proxmox box to connect to trunk interface
@ 2020-12-10 14:37 Leandro Roggerone
  0 siblings, 0 replies; 3+ messages in thread
From: Leandro Roggerone @ 2020-12-10 14:37 UTC (permalink / raw)
  To: PVE User List

Hi guys,
Following is the scheme I need to achieve:

 +---------------------------------------------------+

 |                                                   |

 |                                                   |

 |    PVE                   +-------------------+    |

 |                          +vm1 10.1.1.1/24    |    |

 |                    +-----+                   |    |

 |                    |     +-------------------+    |

 |                    |                              |

 |                    |     +-------------------+    |

 |                    |     +vm2 10.1.1.2/24    |    |
+----------------------------------------------------+
|        access      | +---+                   |    |
| +----+                                             |
+-------+ports       | |   +-------------------+    |
| | |  |          router                             |
||      +vlans(10)   | |                            |
| +----+                                             |
||      |------------+ |   +-------------------+    |
+----------------------------------------------------+
||      |--------------+   +vm3 10.1.1.3/24    |    |
    |
 || VMBR0+------------------+                   |    |
    |
 ||      |                  +-------------------+    |
    |
 ||      |                                           |
    |                      VLAN TRUNK (VLANS 10 , 20)
 ||      |                  +-------------------+    |

+-----------------------------------------------------------------------|
   +-------------------vm4 20.1.1.1/24    |    |

 ||      |--------------+   |                   |    |

 ||      +-----------+  |   +-------------------+    |

 ||      |access     |  |                            |

 ||      |ports      |  |   +-------------------+    |

 +-------|(vlan20)   |  +----vm5 20.1.1.2/24    |    |

 |                   |      |                   |    |

 |                   |      +-------------------+    |

 |                   |                               |

 |                   |      +-------------------+    |

 |                   +-------vm6 20.1.1.3/24    |    |

 |                          |                   |    |

 |                          +-------------------+    |

 |                                                   |

 +---------------------------------------------------+

Hi guys , this is what I need to achieve.
looking at official docs , couldn't find any direct example.
Do I need to proceed with cli or is it fully done at pve gui  ?
Should I restart the server to make it work ?
Other:
I have same working VMs with no vlan taggs.
Can I proceed with this change with no outage?
Regards.
Leandro.






<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Libre
de virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-14 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 13:15 [PVE-User] how to set proxmox box to connect to trunk interface Leandro Roggerone
2020-12-14 14:41 ` alexandre derumier
  -- strict thread matches above, loose matches on Subject: below --
2020-12-10 14:37 Leandro Roggerone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal