You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to allow DNS requests to the firewall for each subnet. In the Web UI, I can select “This Firewall” as the destination and everything works.
I have now created the following Ansible task for this
- name: Allow DNS requests to the firewallansibleguy.opnsense.rule:
interface: LANaction: passprotocol: TCPdestination_net: This Firewalldestination_port: 53description: Allow DNS-Queriesmatch_fields: ["description"]firewall: <host>api_key: <key>api_secret: <secret>
But now I get the error message This Firewall is not a valid source IP address or alias..
Does anyone have a solution for this or what am I doing wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to allow DNS requests to the firewall for each subnet. In the Web UI, I can select “This Firewall” as the destination and everything works.
I have now created the following Ansible task for this
But now I get the error message
This Firewall is not a valid source IP address or alias.
.Does anyone have a solution for this or what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions