[SOLVED] How to forward internet access between LAN ports to connected independent Proxmox node?

8192K

New Member
Apr 12, 2024
21
0
1
I am running a single node Proxmox machine (call it One) that is connected to the internet via a router at 192.168.178.1 (gateway).
Here's the /etc/network/interfaces file:

Code:
auto lo

iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.178.50/24
        gateway 192.168.178.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

iface enp69s0 inet manual

iface wlo2 inet manual

source /etc/network/interfaces.d/*

As you can see this is very boring regular stuff. What I wish to achieve now is this:

I wish to connect another machine (Two) to One (I can't connect Two to the router directly). Two will also run Proxmox and can be in the same network (192.168.178.xxx) or not, depending on what is better. Two does not have access to other networks.
Those two nodes will NOT form a cluster. Two will in fact only be used occasionally while One is always running. They are independent Proxmox nodes.

I wish to connect Two to One using One's eno69s0 LAN port since the board has 2 LAN ports. I don't have much experience configuring networks. I would assume I'd have to kind of forward data from eno1 to enp69s0. Since Two is a regular Proxmox node, its VMs and LXCs should also be able to obtain their own IP addresses.

How can I achieve that?

(I know I could just buy a switch, but for my high data rates this would too expensive for now)
 
Last edited:
remember answers are replied on free time users.
if you need fast support, you can purchase it.

afaik, you can simply add your second LAN port to vmbr0 to turn your LAN ports into a physical switch.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!