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 - Dayve

#1
Thank you.

I will set it up when I get home today.
#2
Update:

I found that I was not monitoring the WAN. So i unchecked the box and set a monitor IP to google.

Will this work then?
#3
General Discussion / WAN went down. Reboot fixed it.
August 27, 2020, 06:31:05 PM
Today I had my internet go down. Was not home so I had my daughter reboot Opnsense. Then the internet was back up.

Is there a way to have it reboot or reset the WAN if it is lost?
#4
I installed the test kernel. The only interface I have selected in the UI is the LAN.

                    if (strpos(strtolower($interface), "lagg") !== false && strpos(strtolower($interface), "vlan") == false) {
                        $filterflag = true;
                    }

                    if (strpos(strtolower($interface), "vmx") !== false && strpos(strtolower($interface), "vlan") == false) {
                        $filterflag = true;


This is what I see in the ToolsController.php

Not sure which one would be my VLAN20 and do I just edit the "$filterflag" to be false?
#5
Quote from: sorano on August 21, 2020, 08:13:54 PM
Quote from: Dayve on August 21, 2020, 07:02:04 PM
Is there a way to have Sensei not block when I'm connected to one of my VLAN's?

Yes you can use Exempted VLANs & Networks

Guess I need to pay for that option.
#6
Is there a way to have Sensei not block when I'm connected to one of my VLAN's?
#7
I have migrated from Pfsense to Opnsense over the last week. Pfsense has very nice graphs showing the the traffic on the all interfaces. Does Opnsense have something like that?

Also on firewall rules is there a way to enable to see bites sent and received for each rule?
#8
Thanks for the information. I was able to get my VPN Interface to the VPN. All I was missing was setting the DNS in the interface and a allow rule to the DNS.

Cheers
#9
Tutorials and FAQs / How to setup VPN client to Vlan?
August 12, 2020, 01:50:12 PM
I just switched over to opnsense from Pfsense. With Pfsense I setup a VPN to my Vlan20. I just cannot figure it out with Opnsense. I do not want to have my LAN traffic on the VPN. Just the clients on the Vlan20.

Would anyone have some info on how to do this?