First, I would just like provide my most sincere and utmost level of gratitude and appreciation to the members of this community for the support and assistance they provide to fellow users. It is truly priceless and invaluable.
I am a college sophomore, Networking major, and have a fundamental understanding of what I am reading here.
My Proxmox Virtual Environment 5.0-10/0d270679 web interface is running on:
I have these IPv4 addresses remaining that I lease with my dedicated server and I wish to allocate one per virtual machine and additionally contain each Windows VM guest within its own VLAN.
Here is my /etc/network/interfaces
Obviously this isn't complete, is unfinished, "wrong", etc and isn't anywhere close to what I need for my use case as described above.
Everything I have been taught in my Networking I course aside from a fundamental understanding of computer networking & infrastructure, was related to Windows & VMWare. I have an independent and proficient understanding of linux, and have used proxmox in the past; but this is my first time setting it all up on my own and I'm in a little bit over my head.
I would appreciate it so much if someone could "hold my hand" through this first configuration of my first proxmox installation, I will likely pick up on how to do this myself in the future if I can see this scenario set up correctly first.
Thank you and Best Regards,
Victor Chang
I am a college sophomore, Networking major, and have a fundamental understanding of what I am reading here.
My Proxmox Virtual Environment 5.0-10/0d270679 web interface is running on:
- Primary IPv4 Address:: 218.37.77.73
- Subnet Mask: 255.255.255.0
- Gateway: 218.37.77.1
- (not my real IP don't worry)
I have these IPv4 addresses remaining that I lease with my dedicated server and I wish to allocate one per virtual machine and additionally contain each Windows VM guest within its own VLAN.
- IPv4 Address Range: 218.37.77.127-130
Here is my /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 218.37.77.73
netmask 255.255.255.0
gateway 218.37.77.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 218.37.77.73
netmask 255.255.255.0
gateway 218.37.77.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
Everything I have been taught in my Networking I course aside from a fundamental understanding of computer networking & infrastructure, was related to Windows & VMWare. I have an independent and proficient understanding of linux, and have used proxmox in the past; but this is my first time setting it all up on my own and I'm in a little bit over my head.
I would appreciate it so much if someone could "hold my hand" through this first configuration of my first proxmox installation, I will likely pick up on how to do this myself in the future if I can see this scenario set up correctly first.
Thank you and Best Regards,
Victor Chang
Last edited: