native VLAN 10 and tagged VLAN 99 configured.Client can reach OPNsense on VLAN 10Client fails to reach OPNsense on VLAN 99
A bit of a strange issue here that I fail to understand.
A bit of a strange issue here that I fail to understand.Client is a MacBook which I mainly use for all kinds of admin stuff.Client is connected via a switch port that has untagged/native VLAN 10 and tagged VLAN 99 configured.
en7: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=6467<RXCSUM,TXCSUM,VLAN_MTU,TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM> ether 80:6d:97:2b:1b:a6 inet6 fe80::94:1c33:8678:aba9%en7 prefixlen 64 secured scopeid 0xd inet 10.0.11.168 netmask 0xfffffe00 broadcast 10.0.11.255 nd6 options=201<PERFORMNUD,DAD> media: autoselect (1000baseT <full-duplex>) status: activevlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=6063<RXCSUM,TXCSUM,TSO4,TSO6,PARTIAL_CSUM,ZEROINVERT_CSUM> ether 80:6d:97:2b:1b:a6 inet6 fe80::77:1d43:f194:879d%vlan0 prefixlen 64 secured scopeid 0xf inet 10.0.99.50 netmask 0xffffff00 broadcast 10.0.99.255 nd6 options=201<PERFORMNUD,DAD> vlan: 99 parent interface: en7 media: autoselect (1000baseT <full-duplex>) status: active
curl -vvv http://10.0.99.1:80* Trying 10.0.99.1:80...* Connected to 10.0.99.1 (10.0.99.1) port 80 (#0)> GET / HTTP/1.1> Host: 10.0.99.1> User-Agent: curl/7.87.0> Accept: */*> * Mark bundle as not supporting multiuse< HTTP/1.1 301 Moved Permanently< Location: https://10.0.99.1/< Content-Length: 0< Date: Tue, 04 Apr 2023 14:32:29 GMT< Server: OPNsense< * Connection #0 to host 10.0.99.1 left intact
curl -vvv https://10.0.99.1:443* Trying 10.0.99.1:443...* Connected to 10.0.99.1 (10.0.99.1) port 443 (#0)* ALPN: offers h2* ALPN: offers http/1.1* CAfile: /etc/ssl/cert.pem* CApath: none* [CONN-0-0][CF-SSL] (304) (OUT), TLS handshake, Client hello (1):* Recv failure: Connection reset by peer* LibreSSL/3.3.6: error:02FFF036:system library:func(4095):Connection reset by peer* Closing connection 0curl: (35) Recv failure: Connection reset by peer