Hello Everyone,
I have a pretty complex network for a HomeLAB but the reason I do it is because I am in forever learning mode. So the other day my second router crapped out on me and instead of buying a new unit I saw a video on installing pfSense/OPNsense and OpenWRT in a VM and using that for my router on my Office/Computer Room/Upstairs network. So I went to the shell to look and the interfaces file after I added a second nic to the mix. So what happend I got it installed and I was able to configure it and I thought it was working, to no avail lol That's what I get for thinkin'.......
Here is the contents of the interfaces file:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto enx00e04c680150
iface enx00e04c680150 inet manual <- Noticed this
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/24
gateway xxx.xxx.xxx.xxx
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr1
iface vmbr1 inet manual <- Noticed this as well. Is this right? The one above and this one both being manual?
bridge-ports enx00e04c680150
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
The reason I ask is the vmbr0 is getting the proper WAN addy and I changed the LAN (vmbr1) to be the same as my vlan aware switch. So my question is do I have this config wrong or is my switch config wrong? Is the is vmbr0 set up as a trunk and should I make the port it's connected on a trunk port? I have no clue I am not a network guy unfortunately.
Thanks,
Michael
I have a pretty complex network for a HomeLAB but the reason I do it is because I am in forever learning mode. So the other day my second router crapped out on me and instead of buying a new unit I saw a video on installing pfSense/OPNsense and OpenWRT in a VM and using that for my router on my Office/Computer Room/Upstairs network. So I went to the shell to look and the interfaces file after I added a second nic to the mix. So what happend I got it installed and I was able to configure it and I thought it was working, to no avail lol That's what I get for thinkin'.......
Here is the contents of the interfaces file:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto enx00e04c680150
iface enx00e04c680150 inet manual <- Noticed this
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/24
gateway xxx.xxx.xxx.xxx
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr1
iface vmbr1 inet manual <- Noticed this as well. Is this right? The one above and this one both being manual?
bridge-ports enx00e04c680150
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
The reason I ask is the vmbr0 is getting the proper WAN addy and I changed the LAN (vmbr1) to be the same as my vlan aware switch. So my question is do I have this config wrong or is my switch config wrong? Is the is vmbr0 set up as a trunk and should I make the port it's connected on a trunk port? I have no clue I am not a network guy unfortunately.
Thanks,
Michael
Last edited: