Commit Graph

1067 Commits (master)
 

Author SHA1 Message Date
Stephan 9c2bfce61f Unbound: update 'Advanced' documentation
Closes https://github.com/opnsense/docs/issues/430
1 year ago
Daniel Melzak 106cf9fc0e
Some warnings and an example for clarity (#444)
* Some warnings and an example for clarity 

Added a warning about overlapping networks for the LAN and Wireguard interfaces, as doing so will cause the clients not to be able to communicate with each other properly. Added an example to request another PD from your ISP, as ATT only hands out /64s and one will not be enough to subnet the networks properly.

* Clarification and briefness

Tried to add just enough information to clarify that it is a completely separated network that requires routing to reach the LAN interface.
1 year ago
Ad Schellevis 1c8f849bd3 VPN/IPsec - add NAT before IPsec example. 1 year ago
Ad Schellevis 37acfd706b Development / API / ACL - fix compile issue 1 year ago
Ad Schellevis 24781a0bce VPN/IPsec - add a note about upstream documentation for new module 1 year ago
Ad Schellevis 4f62577488 VPN: IPsec - VTI, add a warning about dynamic ip addresses. We currently don't exepect them as input, nor should we probably due to the validations in if_ipsec 1 year ago
Stephan 4aee329fa8 Hardware / BIOS: add newest A20 BIOS
This commit provides two new images for the Netboard A20 BIOS.

Note: the flashtool firmware has changed in such a way that installing
the latest BIOS (version 10) will prevent a user from reverting to
version 9. Therefore two new images for the old version 9 are also
updated here so as to not break backwards compatibility. The checksums
have been updated accordingly
1 year ago
Ad Schellevis 19310b18bd VPN: IPsec - add example (23.1) 1 year ago
Ad Schellevis ac814e6b56 VPN: IPsec - add new VTI example 1 year ago
Ad Schellevis e49ea160b2 Firewall: Diagnostics - add documentation for states and sessions, closes https://github.com/opnsense/docs/issues/440 1 year ago
Ad Schellevis ad65d8fe04 Firewall/Aliases - add overview for https://github.com/opnsense/docs/issues/440 1 year ago
Ad Schellevis 9434789845 development/examples/api_enable_services - explain the use of invokeInterfaceRegistration to plugin interfaces when applicable. 1 year ago
Ad Schellevis 14077164d7 VPN: IPsec - change tuning considerations. 1 year ago
asmolero 0bb87bd734
Fix grammar (#434) 1 year ago
Ad Schellevis 20f9b77a9d VPN: IPsec - add some context about upcoming changes and highlight known quirks when using VTI 1 year ago
Ad Schellevis 6aa29ff96b VPN: IPsec - reformat section, split generic logic and legacy/mvc parts. 1 year ago
Klaus Zerwes 65390e986d
added warning about high priority of nat rules (#445) 1 year ago
Ad Schellevis 073d1e8cc9 Development / API / ACL - make people aware of access constraints and cleanup the old ACL page a bit. closes https://github.com/opnsense/docs/pull/438 1 year ago
Ad Schellevis 80f2f225c4 VPN / IPsec - tuning consideration when using IPsec 1 year ago
Ad Schellevis b5ea9dce07 troubleshooting/performance - fix compile error 1 year ago
Ad Schellevis ac65639dc9 BE22.10 - upload report 1 year ago
Ad Schellevis 7f97170acb IPsec - custom configuration files, explain both 23.1 and pre 23.1 locations. doesn't hurt to upload this already 1 year ago
Ad Schellevis a826a23182 changelogs 1 year ago
Bogdan A efd7d10d19
docs: fixed documentation related to GDrive backup (#443) 1 year ago
Ad Schellevis 614fa6e3d5 changelogs 2 years ago
Nic Biddell 74b13d12d5
Fix spelling (#439)
dounting -> daunting
2 years ago
Ad Schellevis b337e4b85c update API docs 2 years ago
Ad Schellevis 45e1b74f36 Development Manual / API reference - Firewall and firewall plugin additions.
o point people seeking for an API to manage rules to the os-firewall plugin
o in the plugin, remove the quote about future plans as these might change and doesn't add much to the topic
o explain general plugin usage in case anyone missed that
o provide a general tip on how to debug issues with API's while explaining the scope of the work at hand.

closes https://github.com/opnsense/docs/pull/437
2 years ago
Ad Schellevis 7b934c9dc5 OpenVPN / client specific overwrites - better explain valid choices for the tunnel network 2 years ago
Ad Schellevis 74fec6ba1c add 22.7/22.10 default configs 2 years ago
Ad Schellevis 5f5bcbc0ae changelogs 2 years ago
zenarmor e764edd361
Zenarmor Documentation Changes (#435) 2 years ago
Marcus Zurhorst af35265136
Explain automatic nightly remote backup in cloud_backup.rst (#420)
* Explain automatic nightly remote backup in cloud_backup.rst
2 years ago
Ad Schellevis cbc3e88185 changelog 2 years ago
Ad Schellevis e9423b75a2 LINCE - references to standard documentation 2 years ago
Ad Schellevis fb9f46a98f BE22.10 2 years ago
Ad Schellevis caf84c6b2b security.rst - fix typo's 2 years ago
Ad Schellevis 2574773e67 Development / JS form control - alhough not in stable yet, it doesn't hurt to document 528474372b in advance. closes https://github.com/opnsense/docs/issues/433 2 years ago
Ad Schellevis 0f94ce005a rearrange security section and add an explanation around our third party security verification process. 2 years ago
Ad Schellevis 0549395c2d API docs - update using script 2 years ago
Ad Schellevis 6e5b6fda56 collect_api_endpoints.py - minor bug fixes (incorrect method) 2 years ago
Ad Schellevis 06c1202fe2 changelogs: 2 years ago
Franco Fichtner b6089f6a66 note about "src" tree required by some ports; closes #432
"tools" is automatic these days so remove it.
2 years ago
Ad Schellevis aaecd7aad8 Interfaces: Other Types: VLAN - make a note about QinQ 2 years ago
Ad Schellevis b6686e507c manual/ips - dead link 2 years ago
Franco Fichtner 2d0a150af7 README: we are on 3.9 in FreeBSD now 2 years ago
Franco Fichtner a8ca640c59 plugins: document device hooks 2 years ago
Stephan 1b888f7233 Update Unbound general, overrides and forwarding documentation 2 years ago
Ad Schellevis bd2d008ef2 Interfaces / Diagnostics / Packet capture - describe new funcitonality. closes https://github.com/opnsense/docs/issues/428
Although this isn't in a release yet, it will likely be in the near future so let's publish this in advance.
2 years ago
Ad Schellevis 49851b542d Vendor/hardware - ship default configs 2 years ago