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

#1
filing a bug report will increase the change to be addressed.
#3
Did your recently update (or made suspicious changes) or started this out of the blue?
#4
From a more technical POV. OPNsense devs working years to move the codebase to MVC. How well is pfSense faring? Is that addressed at all, or are they refactoring (only?) in the "+" version? I did not follow that exactly, but my gut feeling was that they wanted to start from "scratch". (which is not bad per se).

Also it is still unclear to me what parts are "open" and "close source". Is it open source with some closed source modules (usually enterprise stuff). So more like "Untangle".
Anyway, pfsense did a terrible way communicating the road ahead.

#5
Quote from: tiermutter on March 13, 2023, 08:47:48 PM
Changing BE is also possible on OPNsense using bectl command. I always create BE before doing updates or minor config changes for simple rollbacks if needed. Using bemanager you can also export BE to other locations so that it can be use as full bare metal backup :)

Is there a guide for this?
#6
That sounds plausible! It is subtracting the currently read items. Will verify the next time.
#7
Question: More people with the same issue?

I regularly use the "Show unread posts since last visit." I notice that i get more pages than actually exists. So the 4th page are really the same items like page 3.
#8
General Discussion / Re: DNS to local address
March 08, 2023, 08:16:09 PM
note, your example is a external domain, like : forum.opnsense.org. So it tries to resolve on the internet (gateway).
Is a private domain also an option? like "opnsense.local"  or "opnsense.lan"?

In the other case i think you also have to take a look at  "reflection". (https://docs.opnsense.org/manual/nat.html)
#9
Sure you did not enable some DNSBL lists? (dns sinkhole).


nslookup googleadservices.com
Server:      192.168.1.1
Address:   192.168.1.1#53

Name:   googleadservices.com
Address: 0.0.0.0
#10
23.1 Legacy Series / Re: Cannot access whatsapp web
March 04, 2023, 12:38:00 PM
Sure you did not enable some DNSBL lists? (dns sinkhole)
#11
It is quite common to give network devices hard static ip's (outside of the DHCP range. Usually reserve .2-20 for this).
If you want DHCP *but* always the same IP's you can use MAC address mappings in OPNsense. (not really sure, but i do these also outside of the DHCP scope.

So, example
192.168.1.2   ->  192.168.1.20 (reserved static network devices)
192.168.1.20 - > 192.168.1.200 (my own MAC mappings)
192.168.1.201 ->  192.168.1.254 (random devices like guest devices)
#12
Well, we use a "free" product. The developers can only fix this if you figure out how to reproduce the issues. (or you can to inspect other reported bugs if someone else already did).
#13
It seems the regex is incorrect. You can file a bug here https://github.com/opnsense/core/issues
#14
Yes, you can enter multiple entries.
type: "googleadservices.com" followed by <ENTER> key.

It is crap user interface design. TrueNAS is also using this and this makes it crap to copy paste multiple entries.
#15
Add it to "Whitelist Domains" and make sure to restart the client (or do a dns flush)