Re: VMs as real hosts on the same network

2018-12-10 Thread Stuart Henderson
On 2018-12-07, mabi wrote: > ‐‐‐ Original Message ‐‐‐ > On Friday, December 7, 2018 12:40 PM, Mischa wrote: > >> The VLAN does require an IP address as far as I am aware. > > Thanks that worked. I now have network connectivity on my public VM VLAN. I > saw that adding an IP to my VLAN in

Re: VMs as real hosts on the same network

2018-12-07 Thread mabi
‐‐‐ Original Message ‐‐‐ On Friday, December 7, 2018 12:57 PM, Martin Sukany wrote: > could you post here your /etc/pf.conf rules? Sure, it's actually the default OpenBSD 6.4 one as you can see below: # $OpenBSD: pf.conf,v 1.55 2017/12/03 20:40:04 sthen Exp $ # # See pf.conf(5) an

Re: VMs as real hosts on the same network

2018-12-07 Thread mabi
‐‐‐ Original Message ‐‐‐ On Friday, December 7, 2018 12:40 PM, Mischa wrote: > The VLAN does require an IP address as far as I am aware. Thanks that worked. I now have network connectivity on my public VM VLAN. I saw that adding an IP to my VLAN interface automatically set the trunk int

Re: VMs as real hosts on the same network

2018-12-07 Thread Martin Sukany
could you post here your /etc/pf.conf rules? Dne 07. 12. 18 v 12:40 Mischa napsal(a): On 7 Dec 2018, at 12:32, mabi wrote: ‐‐‐ Original Message ‐‐‐ On Friday, December 7, 2018 11:43 AM, Mischa wrote: It might be as easy as adding: up cat /etc/hostname.bridge6 ===

Re: VMs as real hosts on the same network

2018-12-07 Thread Mischa
> On 7 Dec 2018, at 12:32, mabi wrote: > > ‐‐‐ Original Message ‐‐‐ > On Friday, December 7, 2018 11:43 AM, Mischa wrote: > >> It might be as easy as adding: up >> >> cat /etc/hostname.bridge6 >> >> == >> >> add vlan6 >> up >> >> By default the bridge inte

Re: VMs as real hosts on the same network

2018-12-07 Thread mabi
‐‐‐ Original Message ‐‐‐ On Friday, December 7, 2018 11:43 AM, Mischa wrote: > It might be as easy as adding: up > > cat /etc/hostname.bridge6 > > == > > add vlan6 > up > > By default the bridge interface is not brought up. > You can also run: ifconfig bridge6 up

Re: VMs as real hosts on the same network

2018-12-07 Thread Mischa
> On 7 Dec 2018, at 11:35, mabi wrote: > > Hello, > > I am trying out VMM on an OpenBSD 6.4 server which has the following network > interfaces defined: > > [bnx0]+[bnx1]-->[trunk0]-->[vlan2] > [bnx0]+[bnx1]-->[trunk0]-->[vlan6]-->[bridge6] > > The vlan2 is for the internal (management) net

VMs as real hosts on the same network

2018-12-07 Thread mabi
Hello, I am trying out VMM on an OpenBSD 6.4 server which has the following network interfaces defined: [bnx0]+[bnx1]-->[trunk0]-->[vlan2] [bnx0]+[bnx1]-->[trunk0]-->[vlan6]-->[bridge6] The vlan2 is for the internal (management) network and vlan6 for the public (internet) network. I manage my