hi there, is it possible to setup a physical eth interface to be an “extension” of another?
I have a device that for some unknown reason doesn’t work when connected to my PoE switch, but does on an ancient router (support mentions it could be related to signal fluctuations or speed, I’m trying to figuring it out).
Anyway, since I have additional physical ports on the VyOS machine, I thought I could use that.
However, since I’d only ever connect a single device, I wonder if there is a simple way to do so without adding too much config complexity (e.g. VLAN or bridge interface)? Is it possible? e.g. simply setting a fixed address to the interface and then including eth2 amongst the LAN interface group
for firewalling?
Here’s a visual reference of my topology to help:
┌─────┐ eth0┌─────┐eth1 ┌────────────┐ ┌────┐
│ ISP ├───────┤VyOS ├───────┤ PoE Switch ├────┤PCs │
└─────┘ └──┬──┘ └────────────┘ └────┘
│eth2
│ ┌──────┐
└──────────┤Device│
└──────┘