I think you need to share a bit more about your network setup. You’ve obviously got another router in the mix?
@crankylooks like port forward works. something with reply (routes, reply-to or some)I join @Greelan's question about routes and another question: where is the connection checked from?
ISP -> MODEM(Bridge) -> Opnsense -> Switch -> Client
1 = cable to opnsense (this should be tagged 15 right?)
Quote1 = cable to opnsense (this should be tagged 15 right?)trunk native vlan 1trunk allowed vlan add 1,15
@cranky "native VLAN" means untagged. So you get untagged frames for VLAN 1 and tagged ones for VLAN 15 on that port. For OPNsense/FreeBSD that means VLAN 1 is in the parent interface and VLAN 15 on the VLAN interface.Unfortunately from what I read on the forum some things don't quite work as intended when you mix untagged and tagged frames on the same interface and try to use different firewall rules or DHCP server settings on both.IMHO (30 years of practice as a network engineer) the concept of a "native VLAN" and untagged frames on a trunk port at all is a huge design mistake and I always avoid them. In my data centre as well as at home. If I implement VLANs then on the trunks everything is tagged and the "native VLAN" - if the switch in question insists on using that concept like e.g. Cisco does - is set to some dummy value that is not used anywhere else.HTH,Patrick
On the trunk I would run everything as tagged and not use VLAN 1 at all - correct. That's exactly what I do in my setup here.But "remove untagged on all ports" as you put it won't work for end systems that do not participate in trunking. A port based VLAN 15 port will still be untagged so you can connect a system you want in that particular VLAN and nowhere else."Remove untagged for all trunk ports" is what I recommend.
So i just tested forwarding, im not getting anything opened, i'm going to capture local traffic on the client tomorow, see if the ports get to the client or not.
So i just removed all the forwards, installed upnp, and let that take care of it, sadly this doesnt open require ports either?Im really lost here, maybe im running into hardware issues? maybe my nic isnt tagging vlan properly? i have no idea what to do here.Port forwards did work when i wasnt using vlan's