Re: Tunneling in NetBSD

2020-11-16 Thread Greg Troxel
"Francisco Valladolid H." writes: > I need setup a NetBSD for tunneling (VPN) to my clients, notebooks (windows > or MacBook) maybe cellphone (android). > I’m thinking using L2TP(maybe more standard) or OpenVPN. > > Maybe, ikev2 can be a good choice. Is NetBSD ready for ikev2 (aka > racoon2) ?

firefox52 core dump on RPI2 NetBSD9.1

2020-11-16 Thread Mayuresh
This is using binary packages from http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/earmv7hf/9.1/All on NetBSD armv7 9.1_STABLE NetBSD 9.1_STABLE (GENERIC) #0: Tue Nov 10 11:45:35 UTC 2020 mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm #/usr/pkg/bin/firefox52

Re: Tunneling in NetBSD

2020-11-16 Thread Francisco Valladolid H.
I had a basic setup, a ARM board. ¿Is OpenVPN suitable for this? Thank you. On Mon 16 Nov 2020 at 6:29 Brad Spencer wrote: > "Francisco Valladolid H." writes: > > > [1:text/plain Hide] > > > > Hi friends. > > > > I need setup a NetBSD for tunneling (VPN) to my clients, notebooks > (windows >

Re: Tunneling in NetBSD

2020-11-16 Thread Andreas Gustafsson
Greg Troxel wrote: > My suggestion is openvpn. [...] > You do need to set up certificates Not if you use the static key encryption mode. -- Andreas Gustafsson, g...@gson.org

Re: Tunneling in NetBSD

2020-11-16 Thread Vincent DEFERT
Of course, all clients have to install the VPN client of their choice, as well as well as any certificate or complementary authentication SW/HW tools (e.g. smartcard, OTP tokens). In my experience, small companies often use OpenVPN and large ones (e.g. banks) prefer proprietary solutions such

Re: Tunneling in NetBSD

2020-11-16 Thread Andy Ruhl
Just a general question to this thread: How do clients use OpenVPN? Do you have to install it, and is it widely available? My basic research suggests that most clients will have to install it. What about built in VPN clients? Isn't L2TP pretty much standard? Thanks. Andy

Re: Tunneling in NetBSD

2020-11-16 Thread Greg Troxel
Andy Ruhl writes: > How do clients use OpenVPN? Do you have to install it, and is it > widely available? My basic research suggests that most clients will > have to install it. You are right that most clients need to install something. I installed OpenVPN on Android, available from f-droid

Re: Tunneling in NetBSD

2020-11-16 Thread Andy Ruhl
On Mon, Nov 16, 2020 at 7:29 AM Greg Troxel wrote: > There is another big issue lurking, which is how VPN approaches interact > with firefwall traversal. There are a lot of firewalls that block a lot > of things out there. Yes, very much true. I like a layer 4 methods on clients for this

Bump - Non-functional xfreerdp2 on 8.1 STABLE - missing POSIX timer_create?

2020-11-16 Thread Bodie
Hi all, original questions is now nearly one year old https://mail-index.netbsd.org/pkgsrc-users/2019/12/10/msg029983.html There was no response and I can confirm that problem still exists on 9.1 stable amd64 and evbarm. Are developers at least aware that there is such problem and freerdp2 is

Re: firefox52 core dump on RPI2 NetBSD9.1

2020-11-16 Thread Mayuresh
On Mon, Nov 16, 2020 at 05:33:55PM +0530, Mayuresh wrote: > BFD: /usr/pkg/lib/libdbus-glib-1.so.2: invalid string offset 9426 >= 2737 for > section `.strtab' How critical is dbus as far as firefox on RPI is concerned? As a quick fix will switching dbus off solve above problem? -- Mayuresh