summaryrefslogtreecommitdiff
path: root/docs/configuration/system
AgeCommit message (Collapse)Author
2024-07-06Update Login with OTP UsageTim Harman
Make it clear the user has to append their OTP token to their password.
2024-06-12Firewall: Add prerouting informationNicolas Fort
2024-05-04system: Corrected spelling mistakesAlex W
2024-04-21Update host-name.rstAndré Luiz dos Santos
2024-03-05T2447: add configurable kernel boot option 'disable-power-saving'Christian Breunig
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1".
2024-02-17Merge pull request #1283 from vyos/login-T5972Christian Breunig
login: T5972: add possibility to disable individual local user accounts
2024-02-16login: T5972: add possibility to disable individual local user accountsChristian Breunig
2024-02-16T6001: add option to disable next-hop-tracking resolve-via-defaultChristian Breunig
2024-02-14Added information related to root-partition-auto-resizerebortg
2024-02-02T5979: add configurable kernel boot option 'disable-mitigations'Christian Breunig
2024-01-05updates: add system image latestViacheslav Hletenko
If we configure "update-check url" we can use `latest` option to update system image. ``` add system image latest ```
2023-12-30system: T5877: Shorten system domain-search config pathChristian Breunig
Documentation pdate for https://github.com/vyos/vyos-1x/pull/2718
2023-12-27System Conntrack: update commands for timeout rules; update commands for ↵Nicolas Fort
ignore rules, since both ipv4 and ipv6 rules are supported.
2023-12-25Add system update-check exampleViacheslav Hletenko
Add an example of online checking for updates ``` set system update-check auto-check set system update-check url <url> ```
2023-12-15frr: T4020: document multiple per daemon config knobsChristian Breunig
2023-12-07Merge pull request #1174 from srividya0208/minor_errorsRobert Göhler
"show ipv6 bgp" command is not available so replaced with show bgp ipv6
2023-12-04"show ipv6 bgp" command is not available so replaced with show bgp ipv6srividya0208
2023-11-30fix build and ref warningsrebortg
2023-09-22Update login.rstaslanvyos
RADIUS and TACACS configuration examples were added. Also mentioned if there is no connection between VyOS and RADIUS/TACACS servers users need to use local accounts for authentication.
2023-06-30Fixing of various errors with duplicate labelsrebortg
2023-06-22T141: add TACACS supportChristian Breunig
2023-05-11syslog: T2769: add VRF supportChristian Breunig
2023-04-25Add login limitsViacheslav Hletenko
2023-04-17fix duplicate labelsrebortg
2023-04-13T5150: Kernel/Zebra route-map supportChristian Breunig
2023-03-29Add sFlow documentation and an example of configuraitonViacheslav Hletenko
2023-02-05Change IPsec authentication PSK and examplesViacheslav Hletenko
2023-02-02sysctl: Add docs for sysctl commandNicolas Fort
2023-01-31contrack: sync branchesrebortg
2023-01-19Delete acceleration.disableRobert Göhler
2023-01-18loadkey is to be completely removed from 1.4erkin
2023-01-15Merge pull request #922 from b-/patch-1Robert Göhler
add reference to /etc/hosts
2023-01-14T3008: migrate from ntpd to chronyChristian Breunig
2023-01-13removed spurious commabri
2023-01-13oh, so THAT'S how you rstbri
2023-01-13Update host-name.rstbri
please don't manually edit /etc/hosts
2023-01-13add reference to /etc/hostsbri
This mainly for search engine optimization -- it took me too much effort to get the correct results I wanted by searching the Internet for `vyos hosts file`
2023-01-04ssh: T2651: document ssh-client CLI optionsChristian Poessinger
2022-12-19Conntrack: update docs with all conntrack commands supported so far. (#905)Nicolás Fort
2022-12-19system login: T4751: 2FA OTP key generator in VyOS CLI (#875)goodNETnick
Co-authored-by: Robert Göhler <github@ghlr.de>
2022-10-17correct 2fa/mfa defaultvalue syntaxRobert Göhler
2022-10-16login: add 2fa/mfa default valuesChristian Poessinger
2022-10-15login: 2fa: adjust to latest CLI commandsChristian Poessinger
2022-10-11system login: T874: add 2FA support for local and ssh authenticationgoodNETnick
2022-09-08ipsec-interface: syntax correctionsrividya0208
The command to set the vpn interface is changed in the rolling release which is not modified in many configuration examples, corrected syntax in all pages where it is mentioned
2022-07-12disable-directed-broadcast correct commandRobert Göhler
2022-07-12Add directed broadcast forwarding documentationYuxiang Zhu
2022-07-07Merge pull request #804 from aapostoliuk/eventhandlerdocsRobert Göhler
event handler: T3083: Created documentation for the new Event Handler
2022-07-05ipv6: adjust BGP neighbor reset commandChristian Poessinger
2022-07-04add QAT documentationrebortg