Hi all,
I been able to setup proxmox on a Cisco UCS.
I'm using Shared LOM ports, and on an access switch it's working fine.
Now I want to move the server to a core switch (cisco 4500x) instead.
The configuration is still the same, just like my access switch (cisco C2960x):
(the same counts for the port-channel of my switches, vlan15 is 100% available)
It should work perfectly fine.. However for some reason when I check the port, link and protocol is up.
But the mac addresses shows traffic on vlan 1, instead of 15 like it did on the cisco switch.
There is no mac address filtering or such. It's just weird.
Anyways, I now want to try and make the proxmox aware of trunk, and use a static IP within vlan 15: 10.217.180.245/23 - gateway: 10.217.180.1
I want to be able to connect to proxmox via ssh, webgui etc on 10.217.180.245
and later at some point when it works fine, i want to be able to set VM hosts on different VLAN's.
I tried a lot, and everytime when I get to the point of ie. vmbr0.15 systemctl complains that it's not supported.
When I try to install vlan: apt install vlan
it wants to delete proxmox-ve and ve-manager
X_X
I'm completely lost here, hopefully someone can help me?
my /etc/network/interfaces is completely empty now.
This works fine on the access switch and joins vlan 15 fine, but on the core switch it does not and the mac address table shows it got into vlan 1.
I been able to setup proxmox on a Cisco UCS.
I'm using Shared LOM ports, and on an access switch it's working fine.
Now I want to move the server to a core switch (cisco 4500x) instead.
The configuration is still the same, just like my access switch (cisco C2960x):
Code:
int Te1/1/3
switchport mode trunk
switchport trunk native vlan 15
It should work perfectly fine.. However for some reason when I check the port, link and protocol is up.
But the mac addresses shows traffic on vlan 1, instead of 15 like it did on the cisco switch.
There is no mac address filtering or such. It's just weird.
Anyways, I now want to try and make the proxmox aware of trunk, and use a static IP within vlan 15: 10.217.180.245/23 - gateway: 10.217.180.1
I want to be able to connect to proxmox via ssh, webgui etc on 10.217.180.245
and later at some point when it works fine, i want to be able to set VM hosts on different VLAN's.
I tried a lot, and everytime when I get to the point of ie. vmbr0.15 systemctl complains that it's not supported.
When I try to install vlan: apt install vlan
it wants to delete proxmox-ve and ve-manager
X_X
I'm completely lost here, hopefully someone can help me?
my /etc/network/interfaces is completely empty now.
Code:
auto lo
iface lo inet loopback
iface enp6s0 inet manual. #this is the interface of the SFP
auto vmbr0
iface vmbr0 inet static
address 10.217.180.245/23
gateway 10.217.180.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
This works fine on the access switch and joins vlan 15 fine, but on the core switch it does not and the mac address table shows it got into vlan 1.
Last edited: