Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - HarfTarf

#1
17.1 Legacy Series / Re: Boot nanobsd from USB
August 08, 2017, 05:25:19 PM
Thanks all, I will take another look at what im doing, and how/what my hardware is, thanks!
#2
17.1 Legacy Series / Boot nanobsd from USB
August 03, 2017, 12:00:26 AM
I am used to running pfsense. But I want to migrate towards opnsense for many reasons (im sure most of you understand).

Although I am having severe difficulty getting this damned thing to boot.

When I setup a pfsense machine, I typically grab a usb flash drive, flash the embedded nanobsd image, and it boots without issue, and pretty much works perfectly for the most part.

I cant be the only one to experience this, has anyone else worked through an issue like this?
#3
General Discussion / Re: Tinc available?
September 01, 2016, 11:33:25 PM
This has helped a ton.
I have tinc up and running, but not working quite right.
I can ping out to any device on the vpn, but nothing can contact my opnsense box. I have suspision that opnsense is blocking all traffic going to my tun0 interface.

How do I enable rules for my tun0 interface?

Quote from: HarfTarf on September 01, 2016, 05:37:31 PM
I'm passingly familiar with the tinc docs, as I use it at home, on my phone, and in my VPSs.
But your github link is exactly what I needed!

Thanks!


Quote from: franco on September 01, 2016, 10:20:16 AM
Hi there,

Take a look here:

https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20

Actual file contents for /etc/rc.conf could be this to autostart for vpn0:

tincd_enable="YES"
tincd_cfg="vpn0"

This is also important to set up a vpn0 NETNAME config:

https://www.tinc-vpn.org/documentation/tinc.conf.5

Someone else will hopefully be able to help with the details as I don't use tinc.


Cheers,
Franco
#4
General Discussion / Re: Tinc available?
September 01, 2016, 05:37:31 PM
I'm passingly familiar with the tinc docs, as I use it at home, on my phone, and in my VPSs.
But your github link is exactly what I needed!

Thanks!


Quote from: franco on September 01, 2016, 10:20:16 AM
Hi there,

Take a look here:

https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20

Actual file contents for /etc/rc.conf could be this to autostart for vpn0:

tincd_enable="YES"
tincd_cfg="vpn0"

This is also important to set up a vpn0 NETNAME config:

https://www.tinc-vpn.org/documentation/tinc.conf.5

Someone else will hopefully be able to help with the details as I don't use tinc.


Cheers,
Franco
#5
General Discussion / Re: Tinc available?
September 01, 2016, 10:11:02 AM
I just got around to installing the nano amd64 to a usb, and its working wonderfully!

I installed tinc, but I am fairly new to freebsd, how do I ensure that tinc starts at boot?

Quote from: franco on July 08, 2016, 09:15:01 AM
Neat! In that case, install is like in FreeBSD:

# pkg install tinc

We do have some automatic hooks into /etc/rc.conf that should make services act like they are on FreeBSD (during start) and a separate framework for custom bootup scripts if that doesn't pan out. If you need those things, I can help explain.


Cheers,
Franco
#6
General Discussion / Re: Tinc available?
July 07, 2016, 06:46:09 PM
GUI plugin for tinc isn't necessary, pfsense didn't have their GUI for tinc working at all, and the configs had to be done in terminal, which is fine.

I'll test out opnsense and see how it works!
#7
General Discussion / [SOLVED] Tinc available?
July 05, 2016, 09:53:48 PM
Hi All,

I am considering moving from pfsense to opnsense. In the most recent update, pfsense has removed the "tinc" package, which I use for much of my VPN needs.

Does OPNsense support tinc? and how have been peoples experiences moving from pfsense to OPNsense?