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

#1
Configured a site-to-site IPSec tunnel between OPNsense and Linux. OPNsense is the initiator.
When some interruption occur between, OPNsense don't get online.
Need to restart IPSec.
#2
Hello,

After configuration and click on 'Setup/Test Google Drive' generate a new backup in Drive Folder, however the automatically subsequent backups is not getting generated.
#3
Hello,

- In System: Access: Servers, when adding a LDAP server. In the section Search scope, 'Base DN:' must be mandatory or 'OU' and users enumeration will not work;
- Also the 'import users' assistant is permiting import Group in the User Manager;
#4
Hello,

When creating group with space, we got an error in System Logs:

opnsense: /system_groupmanager.php:
The command '/usr/sbin/pw 'groupadd' 'Domain Admins' -g '2000' -M ''' returned
exit code '65', the output was 'pw: invalid character ` ' at position 6 in userid/group name'
#5
16.7 Legacy Series / Re: Firewall rules error
July 13, 2016, 11:00:12 PM
Yes, this was a feedback to prevent user from doing this and maybe add validation logic in GUI.

/tmp/rules.debug:
nat on em0 proto tcp from 192.168.1.0/24 to 2001:4xxx:x:xxx::1 port 53 -> (em0)

#6
16.7 Legacy Series / Firewall rules error
July 13, 2016, 09:20:37 PM
Hello,

Invalid configuration when creating Firewall rule. The intention was to redirect all IPv6 DNS queries to internal DNS forwarders, since some device came with DNS fixed.

Firewall Logs:
There were error(s) loading the rules: /tmp/rules.debug:66: rule expands to no
valid combination - The line in question reads [66]: nat on em0 proto tcp from 192.168.0.1/24 to
2001:xxx:x:8xx::1 port 53 -> (em0)
#7
16.7 Legacy Series / [SOLVED] HAProxy issue
July 13, 2016, 09:13:58 PM
Hello,

Version 16.7RC1.
After publish a simple website with ssl offload, all settings disappeared in HAProxy configuration.

System Logs:

Inline action failed with OPNsense.HAProxy OPNsense/HAProxy/haproxy.conf '
collections.OrderedDict object' has no attribute 'HAProxy' at Traceback (most recent call last):
File "/usr/local/opnsense/service/modules/processhandler.py", line 505, in execute return
ph_inline_actions.execute(self, inline_act_parameters) File "/usr/local/opnsense/service/modules
/ph_inline_actions.py", line 52, in execute filenames = tmpl.generate(parameters)
File "/usr/local/opnsense/service/modules/template.py", line 322, in generate
raise render_exception Exception: OPNsense.HAProxy OPNsense/HAProxy/haproxy.conf
'collections.OrderedDict object' has no attribute 'HAProxy'