VLAN creation

  • Thread starter Thread starter geekslinux
  • Start date Start date
G

geekslinux

Guest
Hi,


I have a proxmox server with Ip address 10.30.11.2, with two virtual machines 10.30.11.3 & 10.30.11.4.
Now I got a requirement to create a new linux VM with IP 10.29.1.50.
The server is HS 23 blade server with 4 ethernet ports. I haven't created VLANs before. Can anyone please help me how to create VLAN, so that I can have this VM 10.29.1.50 in my proxmox server.


The blade server management IP is 10.29.1.15 & switch IP is 10.29.1.13
Switch is BNT Layer 2/3 GbE.


My /etc/network/interfaces file is as follows, It is a simple setup.


auto lo
iface lo inet loopback


auto vmbr0
iface vmbr0 inet static
address 10.30.11.2
netmask 255.255.255.0
gateway 10.30.11.1
bridge_ports eth0 eth1 eth2 eth3
bridge_stp off
bridge_fd 0
 
Hi, ***Kindly ignore the above thread***


I have a proxmox server with Ip address 10.30.11.2, with two virtual machines 10.30.11.3 & 10.30.11.4.
Now I got a requirement to create a new linux VM with IP 10.30.11.5. The criteria is 10.30.11.3 & 4 shouldn not communicate with
10.30.11.5.
The server is HS 23 blade server with 4 ethernet ports. I haven't created VLANs before. Can anyone please help me
how to create VLAN so that I can have this VM 10.29.1.50 in my proxmox server.


The blade server management IP is 10.29.1.15 & switch IP is 10.29.1.13
Switch is BNT Layer 2/3 GbE.


My /etc/network/interfaces file is as follows, It is a simple setup.


auto lo
iface lo inet loopback


auto vmbr0
iface vmbr0 inet static
address 10.30.11.2
netmask 255.255.255.0
gateway 10.30.11.1
bridge_ports eth0 eth1 eth2 eth3
bridge_stp off
bridge_fd 0