Hey Community,
I was wondering if I could get some help setting up the correct networking config for my proxmox root server.. I am new new noobe, so it kinda like jumping in to a group of people speaking German (my German teacher would be so disappointed, she was so hot though) and you only know a few words. I cannot find an easy road map to follow. I just want to run 3 or 4 ubuntu vm's, and a PFsense firewall (since that is what i use at home)
Here is the mess I have created so far.
Hardware is AMD Ryzen 7 1700X
2X SSD SATA 512 GBX
4X RAM 16384 MB DD4
During installimage Debian buster with proxmox
created a vswitch vlan 4003 and linked to my server
I was wondering if I could get some help setting up the correct networking config for my proxmox root server.. I am new new noobe, so it kinda like jumping in to a group of people speaking German (my German teacher would be so disappointed, she was so hot though) and you only know a few words. I cannot find an easy road map to follow. I just want to run 3 or 4 ubuntu vm's, and a PFsense firewall (since that is what i use at home)
Here is the mess I have created so far.
Hardware is AMD Ryzen 7 1700X
2X SSD SATA 512 GBX
4X RAM 16384 MB DD4
During installimage Debian buster with proxmox
Code:
-Datacenter
-Nodes
-prox
-Virtual Machine
100 (Ubuntu1) (no network connection) I think I have to set this up with static
-Storage (shouldn’t this be nested under my Node its not)
created a vswitch vlan 4003 and linked to my server
- I dont understand if I can arbitrarily just set up a NIC, I kinda understand the naming convention en=ethernet pcibus=6 slot=0.
- How do I set up additional NICs?
- Should I purchase 4 additional IP's? or can I route to a private ip space?
- I only see the ability to purchase 1 additional IP or CIDR /29
- since there no DHCP CIDR/29 does that mean I could use all 8 ips? which I really dont need but I dont see away to just purchase 4 of the them.
Code:
###Hetzner Online GmbH installimage
Source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp6s0
iface enp6s0 inet static
address xxx.xxx.xxx.14
netmask 255.255.255.19
gateway xxx.xxx.x17.1
# route xxx.xxx.x17.0/26 via xxx.xxx.x17.
up route add -net xxx.xxx.x17.0 netmask 255.255.255.192 gw xxx.xxx.x17.1 dev enp6s0
iface enp6s0 inet6 static
address xxxx1:4f8:xxx:190::2
netmask 64
gateway fe80::1
iface enp6s0.4003 inet manual
vlan-raw-device enp6s0
mtu 1400
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1
netmask 255.255.255.0
bridge_ports enp6s0.4003
bridge_stp off
bridge_fd 0
Last edited: