Re: ASUS PCE-AC88 AC3100 Supported?

2018-10-31 Thread Mark Raynsford via freebsd-net
On 2018-10-31T15:07:18 +0300 "Andrey V. Elsukov" wrote: > On 27.10.2018 14:08, Mark Raynsford via freebsd-net wrote: > >> "The bwn(4) driver supports Broadcom BCM43xx based wireless > >> devices..." > >> > >> But the actual card its

Re: ASUS PCE-AC88 AC3100 Supported?

2018-10-27 Thread Mark Raynsford via freebsd-net
On 2018-06-24T19:13:54 +0100 Mark Raynsford wrote: > > The device is listed here: > > https://wikidevi.com/wiki/ASUS_PCE-AC88 > > If that wiki page is to be trusted: > > "This device is using a Broadcom BCM4366 (4x4 11ac) for maximum PHY > rates of 2.1Gbps" > > The hardware notes for 11.

Re: ASUS PCE-AC88 AC3100 Supported?

2018-06-24 Thread Mark Raynsford via freebsd-net
On 2018-06-24T11:57:24 +0100 Mark Raynsford via freebsd-net wrote: > > I've looked in the supported hardware list for 11.1, and I don't see > this listed. However, I don't know what the chipset is, so I may be > looking right at it and not seeing it. The devi

ASUS PCE-AC88 AC3100 Supported?

2018-06-24 Thread Mark Raynsford via freebsd-net
Hello. I'm looking to replace a rather cheap and awful wifi access point with something that isn't cheap and awful. I have a machine running FreeBSD that does routing for the network here, so I thought the best thing to do would be to put a decent PCI wifi interface card in it. Does anyone have a

pf: Efficiently specifying discontinuous IPv6 ranges

2018-05-11 Thread Mark Raynsford via freebsd-net
Hello. Let's say I have a host and I want to restrict access to that host to a discontinuous range of IPv6 addresses. For example, let's say I want to allow access to a host from addresses [2a00:1450:400c::, 2a00:1450:400c::1000], [2a04:4e42:600::200, 2a04:4e42:600::400], and individually 2001:190

Re: Starting and stopping nfsd apparently results in permanently disabling it

2018-04-29 Thread Mark Raynsford via freebsd-net
On 2018-04-29T13:16:48 -0600 Alan Somers wrote: > First, you're starting stuff in the wrong order. /etc/rc.d/nfsd depends on > /etc/rc.d/mountd. It sounds like you're bypassing rc, but you still need > to start the daemons in the same order as rc does. Secondly, how did you > kill them? /etc/

Starting and stopping nfsd apparently results in permanently disabling it

2018-04-29 Thread Mark Raynsford via freebsd-net
Hello. I've never used NFS, so this has been my first time setting it up. I ran the following: /usr/sbin/rpcbind -d -h 10.2.8.8 -s /usr/sbin/nfsd --debug -n 4 -t -h 10.2.8.8 /usr/sbin/mountd -d -h 10.2.8.8 -l -p 9990 /local/etc/mountd/exports Note that I'm running the above under process supervi