Hello,
I've a question and I hope someone could help with it:
I've a Proxmox server for study. Every virtual machine (VM) that I create inside Proxmox has access to internet and to my home network (I use 192.168.1.0 /24 network).
No, I would like to create a lab network (10.10.10.0 /24) inside proxmox (like in the picture).
For that I've created a second bridge (vmbr1), but I'm getting access to internet from ubuntu server 2.
My Configs:
vmbr0:
IP 192.168.1.20 (with is my proxmox physical NIC address)
Mask 255.255.255.0
gateway 192.168.1.1 (my router address)
autostart yes
Bridge Ports eth1
vmbr1:
IP 10.10.10.1
Mask 255.255.255.0
gateway <left blank>
autostart yes
Bridge Ports <left blank>
ubuntu server 1 (will be my virtual network gateway)
has 2 NIC's
eth0 --- connects to vmbr0 to have access to internet and home LAN
eth1 --- connets to vmbr1 to have access to 10.10.10.0 /24 virtual LAN inside Proxmox
eth0
IP 192.168.1.90 /24
GW 192.168.1.1
eth1
IP 10.10.10.1 /24
route table
default via 192.168.1.0/24 dev eth0
10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.90
ubuntu server 2 (will have ubuntu server 1 as gateway, and access internet through it)
has 1 NIC
eth0 --- connets to vmbr1 to have access to 10.10.10.0 /24 virtual LAN inside Proxmox
eth0
IP 10.10.10.2 /24
route table
default via 10.10.10.1/24 dev eth0
10.10.10.0/24 dev eth0 proto kernel scope link src 10.10.10.2
I hope someone could help me.
Thank you in advance.
I've a question and I hope someone could help with it:
I've a Proxmox server for study. Every virtual machine (VM) that I create inside Proxmox has access to internet and to my home network (I use 192.168.1.0 /24 network).
No, I would like to create a lab network (10.10.10.0 /24) inside proxmox (like in the picture).
For that I've created a second bridge (vmbr1), but I'm getting access to internet from ubuntu server 2.
My Configs:
vmbr0:
IP 192.168.1.20 (with is my proxmox physical NIC address)
Mask 255.255.255.0
gateway 192.168.1.1 (my router address)
autostart yes
Bridge Ports eth1
vmbr1:
IP 10.10.10.1
Mask 255.255.255.0
gateway <left blank>
autostart yes
Bridge Ports <left blank>
ubuntu server 1 (will be my virtual network gateway)
has 2 NIC's
eth0 --- connects to vmbr0 to have access to internet and home LAN
eth1 --- connets to vmbr1 to have access to 10.10.10.0 /24 virtual LAN inside Proxmox
eth0
IP 192.168.1.90 /24
GW 192.168.1.1
eth1
IP 10.10.10.1 /24
route table
default via 192.168.1.0/24 dev eth0
10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.90
ubuntu server 2 (will have ubuntu server 1 as gateway, and access internet through it)
has 1 NIC
eth0 --- connets to vmbr1 to have access to 10.10.10.0 /24 virtual LAN inside Proxmox
eth0
IP 10.10.10.2 /24
route table
default via 10.10.10.1/24 dev eth0
10.10.10.0/24 dev eth0 proto kernel scope link src 10.10.10.2
I hope someone could help me.
Thank you in advance.
Last edited: