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 - hermanlf

#1
@EricPerl

Thanks so much for your reply. Sorry for the late response but I was on an off-roading trip with my friends.

Anyway, I have enabled the VLAN02 interface.


But the DHCP IP assignment area looks strange to me. It's not like what I have seen in screenshots.


Any ideas?
#2
Thanks @EricPerl

- Now my only problem is that I just can't seem to get the VLAN02 interface to show up in ISC DHCPv4.

So far I have:
1. Created the vlan02



2. Assigned vlan02 to VLAN02 Interface



3. Only the LAN interface shows up under Services > ISC DHCPv4







 
#3
I have a Proxmox 8.3.0 host with two network interfaces:
vmbr0 is the LAN/management interface
vmbr1 is the WAN interface.

On the Proxmox host I've installed opnsense 25.1 with two virtual nics:
vtnet0 is the WAN interface that is connected to vmbr1
vtnet1 is the LAN interface that is connected to vmbr0
opnsense is accessed via 172.16.2.1 on vtnet1

Two issues:
1 - How do I tag the "default" management subnet with a VLAN ID in opnsense? Is it even possible to do? I'd like to be able to handout an IP based on the VLAN id the switchport is tagged with.
2 - After creating a VLAN in opnsense, the interface does not appear in services for me to setup a DHCP range. Only the "LAN" interface is available for DHCP. I think I'm most likely missing a step. I've been able to do this before but completely forgot.

## My Proxmox Settings ##
auto lo
iface lo inet loopback

iface enp3s0 inet manual

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 172.16.2.11/24
        gateway 172.16.2.1
        bridge-ports enp3s0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
#LAN

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

source /etc/network/interfaces.d/*

The only thing I did on opnsense was to create the VLANs.