Hello,
I want to separate the traffic into two different switch ports. One Port for GUI, ADMIN, and one port for VMs.
I don't want internal Networks in proxmox. The cluster has to be in my LAN (behind a firewall). sadly, I can only have one subnet.
We do not use the VLAN Number, but we have one. Switches are Cisco Fex.
This is a part of my /etc/network/interfaces
auto enp35s0f0np0
iface enp35s0f0np0 inet static
address 192.168.64.XX/XX
#ceph public
auto enp68s0f1
iface enp68s0f1 inet static
address 192.168.64.XXX/XX
#ceph cluster
auto enp68s0f0
iface enp68s0f0 inet manual
#vmbr0
auto enp35s0f1np1
iface enp35s0f1np1 inet manual
#vmbr1
auto vmbr0
iface vmbr0 inet static
address 192.168.64.XXX/XX
gateway 192.168.64.XXX
bridge-ports enp68s0f0
bridge-stp off
bridge-fd 0
#GUI, Backup, Admin
auto vmbr1
iface vmbr1 inet static
address 192.168.68.XXX/XX
bridge-ports enp35s0f1np1
bridge-stp off
bridge-fd 0
mtu 1500
#VMs
I have traffic on tcpdump -i enp35s0f1np1 ... but my VMs could not go out.
Someone told me, that Proxmox could only have e Bridge pro Subnet. I didn't understand so in der Documentation if I do not want internal networks in proxmox cluster?
Is that so?
Thank you in advance,
Gio
I want to separate the traffic into two different switch ports. One Port for GUI, ADMIN, and one port for VMs.
I don't want internal Networks in proxmox. The cluster has to be in my LAN (behind a firewall). sadly, I can only have one subnet.
We do not use the VLAN Number, but we have one. Switches are Cisco Fex.
This is a part of my /etc/network/interfaces
auto enp35s0f0np0
iface enp35s0f0np0 inet static
address 192.168.64.XX/XX
#ceph public
auto enp68s0f1
iface enp68s0f1 inet static
address 192.168.64.XXX/XX
#ceph cluster
auto enp68s0f0
iface enp68s0f0 inet manual
#vmbr0
auto enp35s0f1np1
iface enp35s0f1np1 inet manual
#vmbr1
auto vmbr0
iface vmbr0 inet static
address 192.168.64.XXX/XX
gateway 192.168.64.XXX
bridge-ports enp68s0f0
bridge-stp off
bridge-fd 0
#GUI, Backup, Admin
auto vmbr1
iface vmbr1 inet static
address 192.168.68.XXX/XX
bridge-ports enp35s0f1np1
bridge-stp off
bridge-fd 0
mtu 1500
#VMs
I have traffic on tcpdump -i enp35s0f1np1 ... but my VMs could not go out.
Someone told me, that Proxmox could only have e Bridge pro Subnet. I didn't understand so in der Documentation if I do not want internal networks in proxmox cluster?
Is that so?
Thank you in advance,
Gio
Last edited: