Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-25 | snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" | Christian Breunig | |
2023-12-05 | accel-ppp: T5688: Changing CLI to create client address pool | aapostoliuk | |
Changing CLI to create client address pool | |||
2023-11-30 | fix build and ref warnings | rebortg | |
2023-11-23 | Merge pull request #1160 from tooeffayy/circinus-mdns-example-fix | Robert Göhler | |
Fix mDNS documentation to correct Example issue | |||
2023-11-22 | http: T5762: rename "virtual-host listen-port" -> "virtual-host port" | Christian Breunig | |
2023-11-21 | Fix mDNS documentation to correct Example issue | tooeffayy | |
2023-11-21 | http: T5762: api: make API socket backend communication the one and only default | Christian 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-09 | mdns: T5227, T5615, T5719: Update mDNS documentation for additional options | Indrajit Raychaudhuri | |
Add mdns repeater docs for additional conf-mode and op-mode options. | |||
2023-10-29 | Add "monitor log ssh" and "monitor log ssh dynamic-protection" | JeffWDH | |
2023-10-19 | Update ssh.rst | JeffWDH | |
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection | |||
2023-10-02 | Second update dns.rst | Dibins | |
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-02 | Update dns.rst | Shnoobins | |
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-06 | T5445: dyndns: add possibility to specify update interval (timeout) | Christian Breunig | |
2023-07-31 | pppoe-server: T5418: remove nonexistent restriction (#1052) | Ricardo Figueiredo | |
2023-07-17 | dhcp-relay: add <disable> command for dhcp and dhcpv6 realys | Nicolas Fort | |
2023-05-10 | Fix spelling error | bri | |
2023-05-03 | fix: domain forwarder name-server in example | Jerome Bollinger | |
2023-05-03 | fix: command name-server instead of server | Jerome Bollinger | |
In sagitta, the proper option for domain forwarding is name-server. | |||
2023-03-27 | Merge pull request #971 from indrajitr/patch-1 | Robert Göhler | |
ntp: T5112: NTS support in chrony | |||
2023-03-27 | dns: T5113: Support custom port for name-server forwarders | Indrajit Raychaudhuri | |
Support optional custom port for name-server forwarders. | |||
2023-03-25 | ntp: T5112: NTS support in chrony | Indrajit Raychaudhuri | |
Add `nts` option for NTP server. | |||
2023-02-19 | dhcpv6:operational command to check the current status of dhcpv6 server is not | srividya0208 | |
available. | |||
2023-02-10 | T4995: pppoe, wwan and sstp-client - rename user -> username on authentication | Christian Breunig | |
2023-02-06 | Merge pull request #951 from nicolas-fort/dhcp-relay-interface | Robert Göhler | |
T2408: dhcp relay interface: add docs for new listen-interface and up… | |||
2023-02-06 | T2408: dhcp relay interface: add docs for new listen-interface and ↵ | Nicolas Fort | |
upstream-interface commands | |||
2023-02-04 | Update dhcp-server.rst | bri | |
fixed static mapping example client name | |||
2023-01-31 | tftp: sync branches | rebortg | |
2023-01-30 | ssh: sync branches | rebortg | |
2023-01-30 | dns: sync branches | rebortg | |
2023-01-28 | dhcp-relay: sync branches | rebortg | |
2023-01-28 | conntrack-sync: fix indent | rebortg | |
2023-01-27 | console-server: sync branches | rebortg | |
2023-01-27 | conntrack-sync: sync branches | rebortg | |
2023-01-23 | ipoe: adjust to CLI changes | Christian Breunig | |
2023-01-18 | loadkey is to be completely removed from 1.4 | erkin | |
2023-01-14 | T3008: migrate from ntpd to chrony | Christian Breunig | |
2023-01-04 | router-advert: wirelessmodem is not called wwan | Christian Poessinger | |
2022-09-28 | conserver: T4717: Support for setting a name for console-server devices | William Hughes | |
2022-09-17 | pppoe-server: T4703: combine vlan-id and vlan-range into single CLI | Christian Poessinger | |
2022-08-16 | Merge pull request #833 from evie404/patch-2 | Robert Göhler | |
Update generate public-key-command user subcommand for sagitta | |||
2022-08-16 | Merge pull request #834 from evie404/static-mapping | Robert Göhler | |
Add ipv4 DHCP static mapping example and fix ipv6 DHCP static mapping show output | |||
2022-08-12 | fix ipv6 dhcp mapping codeblock | Ricky Pai | |
2022-08-12 | ipv4 static mapping example | Ricky Pai | |
2022-08-12 | Update generate public-key-command user subcommand | Evelyn Pai | |
2022-08-12 | T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_ports | Nicolas Fort | |
2022-07-28 | Merge pull request #822 from srividya0208/dhcp-server | Robert Göhler | |
dhcp-server: correction in the page | |||
2022-07-27 | dhcp-server: correction in the page | srividya0208 | |
Added description about listen-address parameter and corrected syntax | |||
2022-07-23 | router-advert: Add deprecate-prefix & decrement-lifetimes | Yuxiang Zhu | |
for PR https://github.com/vyos/vyos-1x/pull/1421 | |||
2022-07-13 | Update https.rst | KyleM | |
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01" | |||
2022-07-11 | conntrack-sync: Changed commands syntax | aapostoliuk | |
Changed commands syntax to new new format |