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 - 5k7m4n

#16
Hardware and Performance / WiFi6 pcie card
August 10, 2020, 04:37:29 PM
I read the stickied topic and am ready for the rotten fruit.

My thought is that $300-400 is a lot to spend on a new router. Especially when the new cards are $40 and I won't use anything except passthrough on the wifi router. I also miss the convince it was having everything in one box, when I used to run tomato.

I understand the technical limitations and the philosophical too.  I know many people would like to do this. I also know people have just given up on having one box that does home networking. I have tried and failed many times. I just really would like to get faster wifi standard without spending a ton of money.

I don't see the new standard on the pfsense netbsd compatibility chart.  So...I realize this might be a long shot. I see openbsd has a driver but do not know about station mode.
#17
General Discussion / Re: Firewall Rules
July 21, 2020, 12:51:32 AM
Not sure what the right way is to get rid of the wireguard internal dynamic is.


  <wireguard>
      <internal_dynamic>1</internal_dynamic>
      <enable>1</enable>
      <if>wireguard</if>
      <descr>WireGuard</descr>
      <type>group</type>
      <virtual>1</virtual>
  </wireguard>
  <opt1>
      <if>wg0</if>
      <descr>WG</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
  </opt1>


Update:

I went in with vi and deleted that section then went back to the gui and the wireguard section was gone from the firewall rules.
#18
General Discussion / Firewall Rules - SOLVED
July 19, 2020, 07:52:45 PM
I started working on adding wireguard but ran into some trouble.

I was following this guide https://homenetworkguy.com/how-to/configure-wireguard-opnsense/ and when I added the interface I didn't select one. Now I have an extra category in my firewall rules that I can not delete.

The only forum post I found was this https://forum.opnsense.org/index.php?topic=13912.0 but it doesn't help. Because I did rename the existing WG and it rename one of the rules but not the one that doesn't seem to have an interface associated with it.

Is there a config file I can edit to remove the extra rule?
#19
Quote from: rene_ on March 16, 2020, 12:05:27 PM
Update:

i disabled Response/Request Buffering in the Location ...


Did you do this on the Nextcloud or the HAproxy? Could you post instructions?
#20
Web Proxy Filtering and Caching / HAProxy 2FA
July 19, 2020, 06:28:18 PM
I am currently using 2FA on opnsense and it is working for the webadmin. I am also successfully using HAProxy and Lets Encrypt for external websites.

I am wondering if it is possible to add user and 2fa password authentication to haproxied websites?

I haven't been able to find any examples yet on doing this, and I see that HAproxy plugin has its own users and groups, so I don't know if the 2fa would even work.

Anyone approached this?