"/bsd: cannot forward" ip6 traffic messages

2022-12-30 Thread Landy, Brian
I’m seeing messages like these frequently in /var/log/messages:

  /bsd: cannot forward from fd58:6af3:2ff6:aa:895:e4a:8bf9:5759 to
  fd58:6af3:2ff6:c8:97:5360:bd73:6a88 nxt 17 received on interface 9

The two hosts are on separate networks (one is the lan, the other a
vlan).  I’ve tracked it down to traffic on udp port 3722 between
Apple devices; the messages stop if I block traffic on that port.
When unblocked, I can see the traffic is passed successfully by using
tcpdump on both vlans. Maybe some packets are occsionally dropped?

I’m wondering if anyone knows why this message is logged, and if there
is anything I can tune with sysctl or pf to prevent it.  I’m on 7.2
with the latest patches.

Thanks,
Brian



equivalent to linux/serial.h?

2022-12-30 Thread Justin Muir
Hello,

Just attempting to compile SDRAngel from source and I'm getting some errors
in the process.

The latest is: "linux/serial.h"  missing. Is there an equivalent I can
point to on OpenBSD?

I'm also having difficulties with the dab-cmdline library. The compile goes
haywire with a bunch of mismatches in header definitions. Is there an
equivalent to dab-cmdline in OBSD??


Tia!


Re: Some NFS clients won't mount

2022-12-30 Thread Bodie
On Fri Dec 30, 2022 at 3:59 PM CET, vitmau...@gmail.com wrote:
> Thank you guys for the tips. I think naddy is right, which means I was
> wrong in thinking that I finally had a doubt that couldn't be solved
> by OpenBSD's manuals. I'll do some tests and report back on this
> thread soon.

Don't forget to check firewall as NFSv4 from your Fedora 34 has
way less requirements then NFSv3 served by OpenBSD

You can compare 'rpcinfo -p localhost' on your OpenBSD server
vs same command remotely from client (with proper hostname/IP)

And NFSv3 is by default UDP while NFSv4 is TCP

>
> Best,
> Vitor
>
> Em qui., 29 de dez. de 2022 às 16:55, Christian Weisgerber
>  escreveu:
> >
> > "vitmau...@gmail.com":
> >
> > > My /var/log/daemon regarding the issue:
> > > mountd[91001]: Refused mount RPC from host 192.168.1.4 port 57264
> >
> > The client's mount request didn't come from a reserved port, i.e. <1024.
> > OpenBSD's mountd(8) does not accept this.
> >
> > --
> > Christian "naddy" Weisgerber  na...@mips.inka.de



Re: Some NFS clients won't mount

2022-12-30 Thread vitmau...@gmail.com
Thank you guys for the tips. I think naddy is right, which means I was
wrong in thinking that I finally had a doubt that couldn't be solved
by OpenBSD's manuals. I'll do some tests and report back on this
thread soon.

Best,
Vitor

Em qui., 29 de dez. de 2022 às 16:55, Christian Weisgerber
 escreveu:
>
> "vitmau...@gmail.com":
>
> > My /var/log/daemon regarding the issue:
> > mountd[91001]: Refused mount RPC from host 192.168.1.4 port 57264
>
> The client's mount request didn't come from a reserved port, i.e. <1024.
> OpenBSD's mountd(8) does not accept this.
>
> --
> Christian "naddy" Weisgerber  na...@mips.inka.de