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

#1
any news about? on the dashboard are still public-keys instead of names visible.

names would be very very nice :):)
#2
another way to go, would be (even if ugly), to go via API, e.g. like here:
https://docs.opnsense.org/development/api/plugins/firewall.html

so I can now read (get) this one nat-rule via curl-call. So it should be possible on schedule add/delete this one nat-rule...

but it seems to be very ugly and not reliable.

Another question, if you consider the config.xml and an firewall(filter) rule with an activated schedule inside, we do see an such definition:

<sched>tst_tmp_rule1</sched>

If I would now inject this line into a nat-rule rule (e.g. by hijacking the /conf/config.xml), would the schedule work for my nat-rule?
#3
@franco

is it meanwhile possible to add a schedule for nat-rules (port forwarding)?
cause, I need a tmp (dynamic) nat-rule, that does redirect do a specific dns (in separated vlan) for some days or some hours in a day, otherwise (normal operating) it is using a "normal" dns (without any nat-redirects).

How can I do this? because the your mentioned above way would not work here
#4
Development and Code Review / Re: mdns-repeater
September 04, 2019, 11:22:23 AM
any news about working mdns-repeater with OpenVPN devices (tun)?

would be very nice..