Settings — OPNsense documentation (2024)

  • »
  • System »
  • Settings

Besides the configuration options that every component has, OPNsense also contains a lot of general settingsthat you can tweak. This page contains an overview of them.

Administration

The settings on this page concerns logging into OPNsense. The “Secure Shell” settings are described under.

Listen interfaces

Warning

Before considering the use of manual selected interfaces, make sure to read this chapter so you are awareof the pitfalls upfront. Misconfigurations likely lead to a non accesible web interface and/or missing ssh access.

Both the WebUI and the Secure Shell server support the option to only listen on specific interfaces, the use of this optionhowever comes with clear warnings which you do need to be aware of before deciding to use this option.

By default (our recommended settings), these services listen on all addresses (interfaces).

If for whatever reason, you do need to listen only on specific interfaces, the following rules apply:

  • The interface must always be available, so do not try to bind to vpn instances of any kind (OpenVPN, Wireguard, …)

  • The addressing must be fully static, so no IPv6 tracking configured for example

As the webgui is not able to predict with 100% certainty that these rules do apply, it is possible to select interfacesthat don’t support binding for these services.

Note

When facing issues with the webgui (and/or ssh) and the above rules are not met, please do not bother to open a ticketas these are unsupported scenario’s.

Tip

In case (for any service) one would like to prevent binding on all interfaces, it is possible to add aloopback interface (Interfaces->Other Types->Loopback), assign an ip address and bind to that.

If traffic is being routed through the firewall, the “loopback ip” (some private addres, not in the loopback range)should be directly accessible from the network behind it. For example use an address like 192.192.192.192/32to access the web interface while your own network is using 192.168.1.0/24.

Technologies like Network Address Translation can also be combined if the other end is not aware of the route tothis single address.

Web GUI

Protocol

It is strongly recommended to leave this on “HTTPS”

SSL Certificate

By default, a self-signed certificate is used. Certificates can beadded via System ‣ Trust ‣ Certificates.

SSL Ciphers

Can be used to limit SSL cipher selection in case the system defaultsare undesired. Note that restrictive use may lead to an inaccessibleweb GUI.

HTTP Strict Transport Security

Enforces loading the web GUI over HTTPS, even when the connectionis hijacked (man-in-the-middle attack), and do not allow the user totrust an invalid certificate for the web GUI.

TCP port

Can be useful if there are other services that are reachable via port80/443 of the external IP, for example.

HTTP Redirect

If you change the port, a redirect rule from port 80/443 will becreated. Check this option to disable the creation this automatic redirect rule.

Login Messages

If checked, disable the successful login messages in the web GUI.

Session Timeout

Time in minutes to expire idle management sessions.

DNS Rebind Check

OPNsense contains protection againstDNS rebinding byfiltering out DNS replies with local IPs. Check this box to disablethis protection if it interferes with web GUI access or nameresolution in your environment.

Alternate Hostnames

Alternate, valid hostnames (to avoid false positives inreferrer/DNS rebinding protection).

HTTP Compression

Reduces size of transfer, at the cost of slightly higher CPU usage.

Access log

Log all access to the Web GUI for debugging/analysis.

Server Log

Display all web GUI errors in the main system log.

Listen interfaces

Can be used to limit interfaces on which the Web GUI can be accessed.This allows freeing the interface for other services, such as HAProxy.

HTTP_REFERER enforcement check

The origins of requests are checked in order to provide someprotection against CSRF. You can turn this off of it interferes withexternal scripts that interact with the Web GUI.

Secure Shell

User accounts can be used for logging in to the web frontend, as well as for logging in to the console (via VGA,serial or SSH). The latter will only work if the user shell is not set to /sbin/nologin.

In order to access OPNsense via SSH, SSH access will need to be configured via System ‣ Settings ‣ Administration.Under the “Secure Shell” heading, the following options are available:

Secure Shell Server

Enable a secure shell service

Login Group

Select the allowed groups for remote login. The “wheel” group isalways set for recovery purposes and an additional local group can beselected at will. Do not yield remote access to non-administratorsas every user can access system files using SSH or SFTP.

Permit Root Login

Root login is generally discouraged. It is advised to log in viaanother user and switch to root afterwards.

Permit password login

When disabled, authorized keys need to be configured for each Userthat has been granted secure shell access.

SSH port

Port to listen on, default is 22

Listen Interfaces

Only accept connections from the selected interfaces.Leave empty to listen globally. Use with extreme care.

Key exchange algorithms

The key exchange methods that are used to generate per-connectionkeys

Ciphers

The ciphers to encrypt the connection

MACs

The message authentication codes used to detect traffic modification

Host key algorithms

Specifies the host key algorithms that the server offers

Public key signature algorithms

The signature algorithms that are used for public key authentication

Console

In case of an emergency, it’s always practical to make sure to configure a console to be able to access the firewallwhen network connectivity is not possible.

Tip

After initial installation, always make sure to test if the console actually works. When concluding the consoleis not functional when you need it can be very unpractical.

Use the virtual terminal driver (vt)

When unchecked, OPNsense will use the older sc driver. |

Primary Console

The primary console will show boot script output. All consoles display|OS boot messages, console messages, and the console menu. |

Secondary Console

See above. |

Serial Speed

Allows adjusting the baud rate. 115200 is the most common. |

Use USB-based serial ports

Listen on /dev/ttyU0, /dev/ttyU1, … instead of /dev/ttyu0.|

Password protect the console menu

Can be unchecked to allow physical console access without password. |This can avoid lock-out, but at the cost of attackers being able to |do anything if they gain physical access to your system. |

Authentication

The authentication section of the Administrationm settings offers general security settings for users logging into thefirewall.

Server

Select one or more authentication servers to validate user |credentials against. Multiple servers can make sense with remote |authentication methods to provide a fallback during connectivity |issues. When nothing is specified the default of “Local Database” |is used. |

Disable integrated authentication

When set, console login, SSH, and other system services can only use |standard UNIX account authentication. |

Sudo

Permit sudo usage for administrators with shell access. |

User OTP seed

Select groups which are allowed to generate their own OTP seed on the |password page. |

Cron

Cron is a service that is used to execute jobs periodically. Cron jobs can be viewed by navigating toSystem ‣ Settings ‣ Cron. New jobs can be added by click the + button in the lower rightcorner.

When adding a new job or modifying an existing one, you will be presented with fields that directly reflect thecron file syntax and that mostly speak for themselves. A job needs a name, a command, command parameters (ifapplicable), a description (optional, but recommend) and most importantly, a schedule. All time-related fieldsshare the same syntax:

  • An asterisk (*) can be used to mean “any”

  • Specifying multiple values is possible using the comma: 1,4,9

  • Ranges can be specified using a dash: 4-9

Available cron jobs are registered in the backend to prevent command injection and privilege escalation. These can be found underCommand and may allow an additional Parameter. Restart and reload actions are self-explanatory. They take no parameters andwill restart (usually slower stop and start of a process) or reload (usually a faster SIGHUP) the respective service. The availabilityof restart and reload is subject to their respective services as not all software will support a reload for implementational reasons.

The most common core commands are as follows:

Command in GUI

Command in shell

Supported parameters

Background information

Automatic firmware update

configctl firmware auto-update

No parameters

Perform a minor update if applicable.

Download and reload external proxy ACLs

configctl proxy fetchacls

No parameters

Fetch and activate the external ACL filesfor configured blocklists.

Firmware changelog update

configctl firmware changelog cron

No parameters

Refresh current changelog status fromauthoritative firmware location to previewchangelogs for new versions. Note thisutilizes a skew interval of 25 minutes andis also performed by the firmware updatecheck.

Firmware update check

configctl firmware poll

No parameters

Refresh current update status from firmwaremirror for e.g. remote status check viaAPI. Note this utilizes a skew interval of25 minutes.

HA update and reconfigure backup

configctl system ha_reconfigure_backup

No parameters

Synchronize the configuration to the backupfirewall and restart its services to applythe changes.

Issue a reboot

configctl system reboot

No parameters

Perform a reboot at the specified time.

Manual gateway switch

configctl interface routes alarm

No parameters

Perform a manual gateway switch ifapplicable. Malfunctioning gatewaymonitors will be restarted as well

Periodic interface reset

configctl interface reconfigure[identifier]

identifier: Internalname of the interfaceas shown in assignmentsor overview page, e.g.“lan”, “wan”, “optX”.

Cycle through an interface reset thatremoves all connectivity and reactivatesit cleanly.

Remote backup

configctl system remote backup

No parameters

Trigger the remote backup at the specifiedtime as opposed to its nightly default.

Update and reload firewall aliases

configctl filter refresh_aliases

No parameters

Updates IP aliases for DNS entries and MACaddresses as well as URL tables.

Update and reload intrusion detection rules

configctl ids update

No parameters

Fetches remote rules and reloads the IDSinstance to make use of newly fetched rules.

Update Unbound DNSBLs

configctl unbound dnsbl

No parameters

Update the the DNS blocklists and apply thechanges to Unbound.

ZFS pool trim

configctl zfs trim [pool]

pool: ZFS pool name toperform the action on

Initiates an immediate on-demand TRIMoperation for all of the free space in apool. This operation informs the underlyingstorage devices of all blocks in the poolwhich are no longer allocated and allowsthinly provisioned devices to reclaim thespace.

ZFS pool scrub

configctl zfs scrub [pool]

pool: ZFS pool name toperform the action on

Begins a scrub or resumes a paused scrub.The scrub examines all data in the specifiedpools to verify that it checksums correctly.For replicated (mirror, raidz, or draid)devices, ZFS automatically repairs anydamage discovered during the scrub.

General

The general settings mainly concern network-related settings like the hostname. The general setting can be set bygoing to System ‣ Settings ‣ General. The following settings are available:

Setting

Explanation

System

Hostname

Hostname without domain, e.g.: firewall

Domain

The domain, e.g. mycorp.com, home, office, private, etc. Do notuse ‘local’ as a domain name. It will cause local hosts running mDNS (avahi,bonjour, etc.) to be unable to resolve local hosts not running mDNS.

Time zone

Set the time zone closest to you.

Language

Default language. Can be overridden by users.

Theme

More themes can be installed via plug-ins.

Networking

Prefer to use IPv4 evenif IPv6 is available

By default if a hostname resolves IPv6 and IPv4 addresses, the IPv6 will be used.If checked, then IPv4 addresss will be used instead of IPv6.

DNS servers

A list of DNS servers, optionally with a gateway. These DNS servers are also usedfor the DHCP service, DNS services and for PPTP VPN clients. When using multipleWAN connections there should be at least one unique DNS server per gateway.

Allow DNS server list to beoverridden by DHCP/PPP on WAN

If this option is set, DNS servers assigned by a DHCP/PPP server on the WAN willbe used for their own purposes (including the DNS services). However, they willnot be assigned to DHCP and PPTP VPN clients.

Do not use the local DNSservice as a nameserver forthis system

When enabling local DNS services such as Dnsmasq and Unbound, OPNsense will usethese as a nameserver. Check this option to prevent this.

Allow default gateway switching

If the link where the default gateway resides fails switch the default gateway toanother available one.

Tunables

Tunables are the settings that go into the loader.conf and sysctl.conf files, which allows tweaking of low-level systemsettings. They can be set by going to System ‣ Settings ‣ Tunables.

Here, the currently active settings can be viewed and new ones can be created.A list of possible values can be obtained by issuing sysctl -a on an OPNsense shell.Additional tunables may exist depending on boot loader capabilities and kernel module support.

Miscellaneous

As the name implies, this section contains the settings that do not fit anywhere else.

Setting

Explanation

Cryptography settings

Hardware acceleration

Select your method of hardware acceleration, if present. Check the full help for hardware-specific advice.

Thermal Sensors

Hardware

Select between No/ACPI thermal sensor driver and processor-specific drivers.

Periodic Backups

Periodic RRD Backup

Periodically backup Round Robin Database.

Periodic DHCP Leases Backup

Periodically backup DHCP leases.

Periodic NetFlow Backup

Periodically backup Netflow state.

Periodic Captive Portal Backup

Periodically backup Captive Portal state.

Power Savings

Use PowerD

PowerD allows tweaking power conservation features. The modes are maximum (high performance), minimum (maximum power saving), adaptive (balanced), hiadaptive (balanced, but with higher performance).

On AC Power Mode

Set power mode when on AC (on grid). Default option is: hiadaptive.

On Battery Power Mode

Set power mode when on battery. Default option is: hiadaptive.

On Normal Power Mode

Set power mode the power utility can not determine the power state. Default option is: hiadaptive.

Disk / Memory Settings

Swap file

Create a 2 GB swap file. This can increase performance, at the cost of increased wear on storage, especially flash.

/var RAM disk

This can be useful to avoid wearing out flash storage. Everything in /var, including logs will be lost upon reboot.

/tmp RAM disk

See above.

System Sounds

Disable the startup/shutdown beep

Disable beeps via the built-in speaker (“PC Speaker”)

Logging

Local log settings can be found at System ‣ Settings ‣ Logging, tab “Local”.

The regular log files will use the following standard pattern on disk /var/log/<application>/<application>_[YYYYMMDD].log (one file per day).Our user interface provides an integrated view stitching all collected files together. Available settings may change the appearance on disk dependingon space and time constraints for log rotation.

Many plugins have their own logs. In the UI, they are grouped with the settings of that plugin.They mostly log to /var/log/ in text format, so you can view or follow them with tail.

An overview of the local settings:

Setting

Explanation

Enable local logging

Disable to avoid wearing out flash memory when applicable and set up remote logging instead.

Maximum preserved files

Configures the number of days to keep logs or the number of files if “maximum file size” option is used.

Maximum file size

Limit the file size of the logs instead of keeping one log per day.

Tip

When using (very) small file size limits, it is possible to schedule the rotate action more frequently using cron(System ‣ Settings ‣ Cron). Seek for an action named Rotate log files in the list in that case.

Remote log settings can be found at System ‣ Settings ‣ Logging, tab “Remote”.

Add a new Destination to set up a remote target destination.

Setting

Explanation

Enabled

Master on/off switch.

Transport

Protocol to use for syslog.

Applications

Select a list of applications to send to remote syslog. Leave empty for all.

Levels

Choose which levels to include, omit to select all.

Facilities

Choose which facilities to include, omit to select all.

Hostname

Hostname or IP address where to send logs to.

Port

Port to use, usually 514.

Certificate

Client certificate to use (when selecting a tls transport type)

Description

Set a description for you own use.

Note

When using syslog over TLS, make sure both ends are configured properly (certificates and hostnames), certificateerrors are quite common in these type of setups. On OPNsense the general system log usually contains more details.When it comes to tracking syslog-ng messages, thisis usually a good resource.

A reconfigure doesn’t always apply the new tls settings instantly, if that’s not the case best stop and startsyslog in OPNsense (using the gui).

To activate any changed settings use the “Apply” button below.

To clear all the logs on the system use the “Reset Log Files” button.

Settings — OPNsense  documentation (2024)
Top Articles
5 Things to Know About the Lane Bryant Credit Card - NerdWallet
3 Ways to Deal With Beggars Asking You for Money - wikiHow
Television Archive News Search Service
Fat People Falling Gif
Best Team In 2K23 Myteam
Goodbye Horses: The Many Lives of Q Lazzarus
Wizard Build Season 28
Top Financial Advisors in the U.S.
Chuckwagon racing 101: why it's OK to ask what a wheeler is | CBC News
Chase Claypool Pfr
Lqse-2Hdc-D
Gmail Psu
Payment and Ticket Options | Greyhound
Images of CGC-graded Comic Books Now Available Using the CGC Certification Verification Tool
Invert Clipping Mask Illustrator
Vanessawest.tripod.com Bundy
How to Watch the Fifty Shades Trilogy and Rom-Coms
Clare Briggs Guzman
Play It Again Sports Norman Photos
MyCase Pricing | Start Your 10-Day Free Trial Today
Integer Division Matlab
Vivaciousveteran
Manuela Qm Only
fft - Fast Fourier transform
Pulitzer And Tony Winning Play About A Mathematical Genius Crossword
3 Ways to Drive Employee Engagement with Recognition Programs | UKG
Santa Barbara Craigs List
101 Lewman Way Jeffersonville In
Springfield.craigslist
Metro By T Mobile Sign In
Jr Miss Naturist Pageant
Metra Schedule Ravinia To Chicago
Sams La Habra Gas Price
Bitchinbubba Face
How to Draw a Sailboat: 7 Steps (with Pictures) - wikiHow
Paperless Employee/Kiewit Pay Statements
Sabrina Scharf Net Worth
Dee Dee Blanchard Crime Scene Photos
Craigslist Com Panama City Fl
Miami Vice turns 40: A look back at the iconic series
3 Zodiac Signs Whose Wishes Come True After The Pisces Moon On September 16
18006548818
Leland Nc Craigslist
R: Getting Help with R
Jammiah Broomfield Ig
CrossFit 101
25 Hotels TRULY CLOSEST to Woollett Aquatics Center, Irvine, CA
Advance Auto.parts Near Me
Craigslist Marshfield Mo
Madden 23 Can't Hire Offensive Coordinator
Basic requirements | UC Admissions
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 5853

Rating: 4.7 / 5 (57 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.