Re: bsd.mp doesn't boot

2019-01-28 Thread drozdow
Hello, I have found that intel-firmware is the root cause. Uninstalling it on 6.3/6.4 makes .mp work. How do I proceed with debugging this and what am I really missing without this firmware? (I read man intel) Best Regards Hubert Inviato da ProtonMail mobile Messaggio originale --

vlan problem

2019-01-28 Thread johnw
hi, I want create vlan network, I create two files hostname.vio0 up hostname.vlan0 inet 10.10.10.101 255.255.255.0 10.10.10.255 parent vio0 vnetid 10 then reboot I can not ping 10.10.10.1 If I create bridge0, and add vio0 and vlan0 to bridge0, then I can ping 10.10.10.1 Or if I just use vio0

Re: vlan problem

2019-01-28 Thread johnw
My system is: OpenBSD 6.4-current (GENERIC.MP) #639: Sun Jan 27 14:27:05 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Thanks. On 2019年1月28日 19:57:01 [GMT+08:00], johnw wrote: >hi, I want create vlan network, I create two files > >hostname.vio0 >up > >hostname.v

Re: vlan problem

2019-01-28 Thread Josh Grosse
On Mon, Jan 28, 2019 at 07:57:01PM +0800, johnw wrote: > hi, I want create vlan network vlan(4) **REQUIRES** switching equipment that supports 802.1Q Ethernet tagging. These are known as "managed switches".

Re: vlan problem

2019-01-28 Thread Stuart Henderson
On 2019-01-28, johnw wrote: > hi, I want create vlan network, I create two files > > hostname.vio0 > up > > hostname.vlan0 > inet 10.10.10.101 255.255.255.0 10.10.10.255 parent vio0 vnetid 10 > > then reboot > > I can not ping 10.10.10.1 > > If I create bridge0, and add vio0 and vlan0 to bridge0,

Re: vlan problem

2019-01-28 Thread Stuart Henderson
On 2019-01-28, Josh Grosse wrote: > On Mon, Jan 28, 2019 at 07:57:01PM +0800, johnw wrote: >> hi, I want create vlan network > > vlan(4) **REQUIRES** switching equipment that supports > 802.1Q Ethernet tagging. These are known as "managed > switches". > > At the risk of adding confusion, but

Cannot ping local IPv6 traffic on seperate lo1 interface

2019-01-28 Thread Mark
Hello everyone, I've set up another interface for local services, as I would like to have internal firewall rules. Using lo0 is problematic as it's what everything else uses. I can't, however, ping the IPv6 addresses I added: # ping6 ::2 PING ::2 (::2): 56 data bytes ^ this hangs So does this: #

Re: vlan problem

2019-01-28 Thread Radek
This works for me: $cat /etc/hostname.vr1 up $cat /etc/hostname.vlan2 inet 10.0.2.254 255.255.255.0 NONE vlan 2 vlandev vr1 $cat /etc/hostname.vlan100 inet 10.0.100.254 255.255.255.0 NONE vlan 100 vlandev vr1 OpenBSD 6.3 (GENERIC) #3: Thu Dec 20 09:35:15 MST 2018 t...@syspatch-63-i386.openbs

Re: vlan problem

2019-01-28 Thread johnw
Hi, thank you first, and I think I totally misunderstand vlan. I want create vlan network, because minidlna / wifi. My openbsd system have 4nics(em0-3), and em2 is connected a wifi rounter(tplink), which already setup as bridge, and the wifi client(sony tv/mobile) can request dhcp/ip from open