Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kubatron

#1
Quote from: Kinerg on February 06, 2026, 03:50:28 PM
Quote from: kubatron on February 06, 2026, 08:57:46 AMI forgot mention that on the screeen from Proxmox -> pve -> Network , there is no setup any IP and gateway on the vmbr1 (VLANs_ETH0) - I setup IP and gateway for VLANs_ETH0 on the OPNsense and on WAN the same, so only is setup on the MAGMT_ETH1 setup 192.168.1.178/24.

This is confusing. You should only have IP and gateway on vmbr2 MAGMT (and not the same as LAN 192.168.1.1/24, as others have said), leave the other two blank.

It is also not clear how many DHCP servers you have on the network.

Is the TP Link SG108PE port towards Fujitsu S920 set up as trunk?

How are your interfaces set up in OPNsense?



The other two ports in Proxmox is blank, only a MGMT port is setup.

ISP Modem (WAN) is going cable to Fujitsu S920 to port vmbr0 (WAN - blank in Proxmox, setup in OPNsense)
From Fujitsu S920 via cable is going vmbr1 (LAN - blank in Proxmox, setup in OPNsense + DHCP server) to TP Link SG108PE
In TP Link SG108PE I have disabled all VLAN's option, I can enable VLAN and TAG/UNTAG specified port.

I try many things and now I am stuck...I don't know where is issue.
I disable in OPNsense (VM) firewall option, I try with NAT outbound and switch to hybrid, I try pfctl -d. I try allow any traffic rules in OPNsense firewall.

This is very weird, I watch many videos/read articles and...

auto lo
iface lo inet loopback

iface enp2s0 inet manual
#FUJITSU BUILD-IN-ETH

iface enp1s0f0 inet manual
#Intel [EXT-ETH0]

iface enp1s0f1 inet manual
#Intel [EXT-ETH1]

iface wlp3s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.200/24
        gateway 192.168.1.1
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
#[ETH0-F] MGMT

auto vmbr1
iface vmbr1 inet manual
        bridge-ports enp1s0f0
        bridge-stp off
        bridge-fd 0
#WAN

auto vmbr2
iface vmbr2 inet manual
        bridge-ports enp1s0f1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4096
#LAN

source /etc/network/interfaces.d/*
ISP Modem -> Fujitsu S920 (Proxmox + OPNsense as a DHCP on vmbr1 (LAN) and vmbr0 (WAN - static IP from ISP (10.0.x.xxx/24, 10.0.x.1) ) -> vmbr1 (LAN) -> TP Link SG108PE port, and vmbr0 (WAN) is connected to Fujitsu S920
#2
Quote from: meyergru on February 05, 2026, 03:55:48 PMFor starters, both MGMT and LAN have 192.168.1.0/24 according to your report.
I forgot mention that on the screeen from Proxmox -> pve -> Network , there is no setup any IP and gateway on the vmbr1 (VLANs_ETH0) - I setup IP and gateway for VLANs_ETH0 on the OPNsense and on WAN the same, so only is setup on the MAGMT_ETH1 setup 192.168.1.178/24.

If someone can explain me how should I setup that ports, when I try many options no works...

Is there any point that I am stupid and don't understand how this works ? Or I do some stupid mistakes that is so easy to fix...

I try remove all IP's from Proxmox, but then I lose access to Proxmox via eth cable...I try only with IP on the managment port for accessing Proxmox, but then I cannot property configure OPNsense and switch.
#3
Hello,

I have a Fujitsu S920 device with a built-in 1x1GB Ethernet card and an additional PCI Express card with 2x1Gb ports. I installed Proxmox on the Fujitsu S920 to manage all services, and I have set up OPNsense as the main firewall that should handle all traffic from the internet to the LAN.

I configured bridges in Proxmox associated with all ports without assigning them IP addresses. The configuration for OPNsense is as follows:


  •     enp0s0 -> vmbr0 as WAN -> vtnet0 (OPNsense)
    This connection goes from my fiber modem (RJ45) to the Fujitsu S920.

  •     enp1s0f1 -> vmbr1 as VLAN (LAN) -> vtnet1 (OPNsense)
    This connection goes from the Fujitsu S920 (RJ45) to the TP Link SG108PE switch (management) with DHCP enabled.

  •     enp0s0f1 -> vmbr2 as MGMT -> vtnet2 (OPNsense)
    This is set up in Proxmox with IP 192.168.1.2/24 and gateway: 192.168.1.1.

---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  • WAN (vtnet0) in OPNsense received an address from my ISP:

    IP: 10.0.xxx.90/24
    Gateway: 10.0.xxx.1

  • LAN (vtnet1) in OPNsense received DHCP and has the address:

    192.168.1.1/24

  • MGMT (vtnet2) in OPNsense is currently not receiving any address.
Network Topology Diagrams
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----

Diagram 1: Proxmox + OPNsense (without LAGG)


Diagram 2: Proxmox Bridges - OPNsense (in Proxmox)

FIREWALL is not disabled



My problem is that I cannot configure Proxmox and OPNsense correctly to work like my current simple setup:
ISP Modem -> TP Link ER605v2 (OpenWRT) -> TP Link SG108PE Switch -> IoT, PC, WiFi
In this setup, everything works without any issues.

In OPNsense, I diagnosed the problem through ping and was able to access WAN at some point, but only through ping. I checked NAT, firewall rules, and gateways, but I do not know where the problem lies.

I have read many threads on the OPNsense forum, Proxmox forum, and other services, as well as watched instructional videos on configuring, but unfortunately, nothing seems to work.

When connecting without OPNsense and only the MGMT cable with the assigned address of 192.168.1.2/24 in Proxmox, an IP address is assigned by the TP Link SG108PE and the TP Link ER605v2 (OpenWRT). However, when I disconnect the TP Link ER605v2 and replace it with the Fujitsu S920, the configuration does not work. It seems like the TP Link SG108PE switch treats the Fujitsu S920 as a PC and tries to assign it an IP address, while Proxmox with OPNsense does not function as a router or DHCP server.

I apologize in advance if I have frustrated anyone or if this issue has been covered elsewhere, but I genuinely appreciate any help you can provide.
Screenshots from Proxmox


Additionally, I would like the port labeled VLAN to function as a VLAN in the future, but I won't address that yet, even though I considered enabling VLAN on the TP Link SG108PE switch.