Re: Openbsd VMM with VLAN

2021-06-07 Thread Irshad Sulaiman
Thank you David Gwynne Irshad > On 2 Jun 2021, at 3:00 AM, David Gwynne wrote: > > Hi Irshad, > > Assuming I understand your layout correctly, you should be able to use > hostname.if configurations files like the following: > > $ cat hostname.em0: > up > > $ cat hostname.vlan20 >

Re: openrsync manpage error

2021-05-14 Thread Irshad Sulaiman
error: unexpected end of file irshad:/home/irshad/test# rsync ksh: rsync: not found irshad:/home/irshad/test# uname -a OpenBSD openbsd.local 6.9 GENERIC.MP#473 amd64 irshad:/home/irshad/test# > On 14-May-2021, at 12:02 PM, Claudio Jeker wrote: > > On Fri, May 14, 2021 at 12:44:45AM +0300, I

openrsync manpage error

2021-05-13 Thread Irshad Sulaiman
Hi I have modified error in openrsync(1) manpage in Example section isn’t that ‘openrsync -t' instead of 'rsync -t ‘ And without --rsync-path= it gives an following error 'openrsync: error: unexpected end of file’ Apologize if Iam wrong Thanks Irshad Index: rsync.1 =

Curious about errata patches

2021-05-13 Thread Irshad Sulaiman
Hi everybody Just to know about errata patches : how openbsd developers Generates errata patches Like , I know (diff -upf ) generates diff How you ppl generate patches like below , is there any tool or scripts to do that OpenBSD 6.9 errata 001, May 4, 2021: vmd guests can trigger exces

Re: Openbsd 6.9 Default gateway

2021-05-08 Thread Irshad Sulaiman
Thank you You are right Irshad > On 8 May 2021, at 11:55 AM, Stuart Henderson wrote: > > On 2021-05-07, Irshad Sulaiman wrote: >> Hi >>How to set only one default gateway if I have multiple interface , one is >> in DHCP and other in Static ip

Re: Openbsd 6.9 Default gateway

2021-05-07 Thread Irshad Sulaiman
Both in different Network , Just added route to hostname.if with -priority lower than other interface , it worked Thank you > On 08-May-2021, at 5:08 AM, Daniel Jakots wrote: > > On Sat, 8 May 2021 02:37:41 +0300, Irshad Sulaiman > wrote: > >> Th

Re: Openbsd 6.9 Default gateway

2021-05-07 Thread Irshad Sulaiman
Thank you for the reply I could do by Delete and adding route with route command manually But is there any better way to do this > On 08-May-2021, at 2:28 AM, wrote: > >> How to set hostname.iwn0 as default gateway > > Probably there is a better solution. Maybe someon

Openbsd 6.9 Default gateway

2021-05-07 Thread Irshad Sulaiman
Hi How to set only one default gateway if I have multiple interface , one is in DHCP and other in Static ip I have set /etc/mygate 192.168.100.1 and hostname.em0 (DHCP) and hostname.iwn0 (static 192.168.100.163 255.255.255.0) But when I sh /etc/netstart it sets multiple gateway with follow

[no subject]

2021-05-01 Thread Irshad Sulaiman
Hi is it possible to change from passphrase to key disk in bictl (8) , or do I need to recreate whole RAID again Thank you Etchers