Hi Thank you both for the hints. I got it running by specifying the “vlan_id” and “allow_*”. (Haven’t checked if “allow_unfiltered_promisc” is necessary yet).
One mistake was also that I had OPNSense tag the vlan itself. It worked after using the virtio interface directly (SmartOS handles the vlan tagging instead). Best wishes Manuel > On 10. Jul 2018, at 01:03, gtreanto <[email protected]> wrote: > > I am running Opnsense in KVM with 3 vlans through 1 nic. Search the archives > for my json. > On Mon, Jul 09, 2018 at 09:01:59PM +0000, Daniel Plominski wrote: >> Hi, >> >> use (for example): >> >> { >> "nic_tag": "vlan", >> "ip": "10.0.0.254", >> "netmask": "255.255.252.0", >> "gateway": "10.0.0.1", >> "vlan_id": 100, >> "model": "virtio", >> "allow_dhcp_spoofing": true, >> "allow_ip_spoofing": true, >> "allow_mac_spoofing": true, >> "allow_restricted_traffic": true, >> "allow_unfiltered_promisc": true >> }, ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125 Powered by Listbox: https://www.listbox.com
