summaryrefslogtreecommitdiff
path: root/docs/configuration/service
AgeCommit message (Collapse)Author
2024-02-23Rewritten the PPPoE server documentationaapostoliuk
Fully rewritten PPPoE server documentation.
2024-02-01Merge pull request #1256 from HollyGurza/T6578Christian Breunig
dns forwarding: T5687: Implement ECS settings for PowerDNS recursor
2024-01-30dns forwarding: T5687: Implement ECS settings for PowerDNS recursorkhramshinr
2024-01-23Adding first documentation regarding IDS and FastNetMon. Also a brief ↵Nicolas Fort
configuration example is provided.
2024-01-21ntp: T5692: add support to configure leap second behaviorChristian Breunig
2024-01-19Changed IPv6 pool documentation in accel-ppp servicesaapostoliuk
Changed IPv6 pool documentation in accel-ppp services to named IPv6 pools. https://vyos.dev/T5865
2024-01-14dhcp: T3316: Update documentation for changes in PR vyos/vyos-1x#2650sarthurdev
2024-01-13Update syntax for Kea option changesarthurdev
2024-01-11Merge pull request #1228 from vyos/httpsChristian Breunig
https: add latest CLI changes
2024-01-11dhcp: dhcpv6: T3316: Update documentation for inclusion of `subnet-id`sarthurdev
2024-01-10dhcp: T3316: Update documentation for Kea implementationsarthurdev
2024-01-08https: add latest CLI changesChristian Breunig
2024-01-08Update monitoring.rstBubun Das
Updated docs for influxdb
2024-01-06dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns ↵Christian Breunig
features
2023-12-27dhcp-server: update docs for op-mode command <show dhcp server leases>Nicolas Fort
2023-12-25snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"Christian Breunig
2023-12-05accel-ppp: T5688: Changing CLI to create client address poolaapostoliuk
Changing CLI to create client address pool
2023-11-30fix build and ref warningsrebortg
2023-11-23Merge pull request #1160 from tooeffayy/circinus-mdns-example-fixRobert Göhler
Fix mDNS documentation to correct Example issue
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
2023-11-21Fix mDNS documentation to correct Example issuetooeffayy
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian Breunig
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy.
2023-11-09mdns: T5227, T5615, T5719: Update mDNS documentation for additional optionsIndrajit Raychaudhuri
Add mdns repeater docs for additional conf-mode and op-mode options.
2023-10-29Add "monitor log ssh" and "monitor log ssh dynamic-protection"JeffWDH
2023-10-19Update ssh.rstJeffWDH
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection
2023-10-02Second update dns.rstDibins
Based on the discussion here: https://forum.vyos.io/t/dynamic-dns-not-wollowing-web-options/12309 it seems necessary to note that setting the web-options on a given interface is not sufficient for determining the IP address when behind NAT. I've added some additional detail, which I think will make that more clear, as well as listed the commands as required to set up DDNS behind NAT. Further I updated the section on RFC2136 to accurately show address instead of interface
2023-10-02Update dns.rstShnoobins
Updated command syntax for dynamic dns - changed set service dns dynamic interface to set service dns dynamic address. Changed the login option from 'login' to 'username' Changed the web options from 'use-web' to 'web-options' Changed because I ran into the command syntax change on a 1.4 install. Updating documents to match.
2023-08-06T5445: dyndns: add possibility to specify update interval (timeout)Christian Breunig
2023-07-31pppoe-server: T5418: remove nonexistent restriction (#1052)Ricardo Figueiredo
2023-07-17dhcp-relay: add <disable> command for dhcp and dhcpv6 realysNicolas Fort
2023-05-10Fix spelling errorbri
2023-05-03fix: domain forwarder name-server in exampleJerome Bollinger
2023-05-03fix: command name-server instead of serverJerome Bollinger
In sagitta, the proper option for domain forwarding is name-server.
2023-03-27Merge pull request #971 from indrajitr/patch-1Robert Göhler
ntp: T5112: NTS support in chrony
2023-03-27dns: T5113: Support custom port for name-server forwardersIndrajit Raychaudhuri
Support optional custom port for name-server forwarders.
2023-03-25ntp: T5112: NTS support in chronyIndrajit Raychaudhuri
Add `nts` option for NTP server.
2023-02-19dhcpv6:operational command to check the current status of dhcpv6 server is notsrividya0208
available.
2023-02-10T4995: pppoe, wwan and sstp-client - rename user -> username on authenticationChristian Breunig
2023-02-06Merge pull request #951 from nicolas-fort/dhcp-relay-interfaceRobert Göhler
T2408: dhcp relay interface: add docs for new listen-interface and up…
2023-02-06T2408: dhcp relay interface: add docs for new listen-interface and ↵Nicolas Fort
upstream-interface commands
2023-02-04Update dhcp-server.rstbri
fixed static mapping example client name
2023-01-31tftp: sync branchesrebortg
2023-01-30ssh: sync branchesrebortg
2023-01-30dns: sync branchesrebortg
2023-01-28dhcp-relay: sync branchesrebortg
2023-01-28conntrack-sync: fix indentrebortg
2023-01-27console-server: sync branchesrebortg
2023-01-27conntrack-sync: sync branchesrebortg
2023-01-23ipoe: adjust to CLI changesChristian Breunig
2023-01-18loadkey is to be completely removed from 1.4erkin