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

#1
Ok thank you i create alias network with all lan networks, and then create a rule like this and it works!!!
#2
Hi Patrick
I have attached the current firewall rules that I have on the interfaces vmbr0 up to vmbr6 excluding vmbr1 which is the wan.
With the following two rules I can surf the internet so it's fine. But I would like to create a rule where it can only go to the internet but can't go to the other networks which are on the other interfaces.
What rule should I create? Can you give some examples? Thanks.
#3
23.7 Legacy Series / Block traffic between interface LAN
February 27, 2024, 04:01:25 PM
HI all
I attach my network diagram so you can understand what i want to achieve
Basically i want only the interface lan vmbr0,vmbr2,vmbr3,vmbr4,vmbr5,vmbr6 have access only on wan interface to go out and reach internet, i don't want vmbro can talk to vmbr2 and viceversa.
Thanks
#4
i don't have thies field like your screenshoot i think...

#5
Ok but in my case what type of dashboard i need for my scenario?

InfluxDB o Graphite?
#6
HI @pmhausen

Any good news?

I can't understand how to configure dashboard to receive data...
#7
23.1 Legacy Series / Re: Problem with Airprint
April 04, 2023, 08:57:09 AM
Hi i resolved enable this option in Unifi Controller:
Global Network Settings > Multicast DNS
#8
23.1 Legacy Series / Problem with Airprint
April 03, 2023, 11:54:58 AM
Hi

After install OPNSense my customer can't print to airprint printers, what should i do?
Thanks
#9
Hi

I don't know how to configure dashborad to receive data(see screenshoots)
#10
Hi

I import a dashboard for OPNSense by searching in "https://grafana.com/grafana/dashboards/"
see the screenshoot for details

Anyway if you have a nice dashboard for opnsense can you send me the code for import :)

Thanks
#11
Hi

The command you tell me to use working correcty (see the screenshoot)
#12
Off course is not related to OPNSense, so don't worry :)
This is the actual file /etc/influxdb/influxdb.conf:
[meta]
  dir = "/var/lib/influxdb/meta"

[data]
  dir = "/var/lib/influxdb/data"
  engine = "tsm1"
  wal-dir = "/var/lib/influxdb/wal"

[[graphite]]
  enabled = true
  database = "opnsense"
  retention-policy = ""
  bind-address = ":2003"
  protocol = "tcp"
  consistency-level = "one"

  separator = "."

  templates = [
    "servers.* .hostname.resource.instance.measurement*",
  ]

I attach screenshoot about OPNSense CollectD Configuration and Grafana Dashboard, as you can see i don't receive data from collectd.
#13
UPDATE:
I see one problem after edit the infludb container for mapping port 2003/tcp now the configuration file in /etc/influxdb/influxdb.conf lost the changes for graphite connector.
How to make persistant if i need to edit the container?
#14
Hi

I've mapping both ports on the host running docker port tcp/8086 and tcp/2003 on influxdb container, on my opnsense firewall in collectd i have configure like the screenshoot you send me, i download a dashboard for opnsense in grafana dashboard website and import the dashboard but i don't receive data from OPNSense Firewall.
#15
Hi i have add the database (see screenshoots), but this server has to be reach external, in portainer as you can see the port exposed to the host is only the 8086, i need to redeploy the container influxdb choose port 2003/tcp instead 8086/tcp?