123 Commits

Author SHA1 Message Date
Nicolas Fort
0893ca769b dhcp-server: update docs for op-mode command <show dhcp server leases> 2023-12-27 06:52:57 -03:00
Christian Breunig
0ed155b055 snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" 2023-12-25 09:14:05 +01:00
aapostoliuk
1096cbcf95 accel-ppp: T5688: Changing CLI to create client address pool
Changing CLI to create client address pool
2023-12-05 17:30:16 +02:00
rebortg
d4d3efe7fb fix build and ref warnings 2023-11-30 10:26:50 +01:00
Robert Göhler
9a7daff149
Merge pull request #1160 from tooeffayy/circinus-mdns-example-fix
Fix mDNS documentation to correct Example issue
2023-11-23 20:48:26 +01:00
Christian Breunig
2e3510f988 http: T5762: rename "virtual-host listen-port" -> "virtual-host port" 2023-11-22 11:05:25 +01:00
tooeffayy
9cec1113fd Fix mDNS documentation to correct Example issue 2023-11-21 18:05:15 -05:00
Christian Breunig
12ffd3e638 http: T5762: api: make API socket backend communication the one and only default
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-21 08:22:39 +01:00
Indrajit Raychaudhuri
510485fd14 mdns: T5227, T5615, T5719: Update mDNS documentation for additional options
Add mdns repeater docs for additional conf-mode and op-mode options.
2023-11-09 22:00:25 -06:00
JeffWDH
6b2d50c755
Add "monitor log ssh" and "monitor log ssh dynamic-protection" 2023-10-29 10:26:45 -04:00
JeffWDH
c9a06800f9
Update ssh.rst
Added:
show log ssh
show log ssh dynamic-protection
show ssh fingerprints
show ssh fingerprints ascii
show ssh dynamic-protection
2023-10-19 12:32:06 -04:00
Dibins
fa84bc4b35
Second update dns.rst
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 16:53:29 -05:00
Shnoobins
cf1c7eb76d
Update dns.rst
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-10-02 12:40:37 -05:00
Christian Breunig
5e4eadf0a1 T5445: dyndns: add possibility to specify update interval (timeout) 2023-08-06 14:34:35 +02:00
Ricardo Figueiredo
75634be59b
pppoe-server: T5418: remove nonexistent restriction (#1052) 2023-07-31 15:50:54 +01:00
Nicolas Fort
0e2fae9551 dhcp-relay: add <disable> command for dhcp and dhcpv6 realys 2023-07-17 12:40:05 -03:00
bri
1df6ac0d2e
Fix spelling error 2023-05-10 23:41:55 -04:00
Jerome Bollinger
de87e498ec
fix: domain forwarder name-server in example 2023-05-03 15:43:07 +02:00
Jerome Bollinger
6d37206f7b
fix: command name-server instead of server
In sagitta, the proper option for domain forwarding is name-server.
2023-05-03 15:10:48 +02:00
Robert Göhler
191bb86a0a
Merge pull request #971 from indrajitr/patch-1
ntp: T5112: NTS support in chrony
2023-03-27 22:18:57 +02:00
Indrajit Raychaudhuri
cff9f7a291
dns: T5113: Support custom port for name-server forwarders
Support optional custom port for name-server forwarders.
2023-03-27 01:59:06 -05:00
Indrajit Raychaudhuri
f69e9d8c74
ntp: T5112: NTS support in chrony
Add `nts` option for NTP server.
2023-03-25 04:56:49 -05:00
srividya0208
a5cb791f22 dhcpv6:operational command to check the current status of dhcpv6 server is not
available.
2023-02-19 13:04:13 -05:00
Christian Breunig
5148845f92 T4995: pppoe, wwan and sstp-client - rename user -> username on authentication 2023-02-10 20:45:40 +01:00
Robert Göhler
38d3d3cff3
Merge pull request #951 from nicolas-fort/dhcp-relay-interface
T2408: dhcp relay interface: add docs for new listen-interface and up…
2023-02-06 20:59:34 +01:00
Nicolas Fort
86422eef63 T2408: dhcp relay interface: add docs for new listen-interface and upstream-interface commands 2023-02-06 12:08:32 -03:00
bri
b24f0d7cbf
Update dhcp-server.rst
fixed static mapping example client name
2023-02-04 22:49:21 -05:00
rebortg
c48702f5ec tftp: sync branches 2023-01-31 15:54:55 +01:00
rebortg
71fbb370c3 ssh: sync branches 2023-01-30 15:55:30 +01:00
rebortg
2923800d7d dns: sync branches 2023-01-30 15:40:14 +01:00
rebortg
ae627cc8a2 dhcp-relay: sync branches 2023-01-28 21:47:17 +01:00
rebortg
87eb478622 conntrack-sync: fix indent 2023-01-28 21:37:19 +01:00
rebortg
4f88fbdbce console-server: sync branches 2023-01-27 13:48:34 +01:00
rebortg
65ccd6f2e6 conntrack-sync: sync branches 2023-01-27 13:42:20 +01:00
Christian Breunig
a16ce50b45 ipoe: adjust to CLI changes 2023-01-23 06:11:19 +01:00
erkin
5edfbeee62 loadkey is to be completely removed from 1.4 2023-01-18 19:38:52 +03:00
Christian Breunig
a499724dbb T3008: migrate from ntpd to chrony 2023-01-14 15:30:28 +01:00
Christian Poessinger
54d30b775b router-advert: wirelessmodem is not called wwan 2023-01-04 20:06:16 +01:00
William Hughes
78dbc71354 conserver: T4717: Support for setting a name for console-server devices 2022-09-28 17:36:54 +13:00
Christian Poessinger
392a14de57 pppoe-server: T4703: combine vlan-id and vlan-range into single CLI 2022-09-17 08:50:06 +02:00
Robert Göhler
656cc5732a
Merge pull request #833 from evie404/patch-2
Update generate public-key-command user subcommand for sagitta
2022-08-16 15:25:17 +02:00
Robert Göhler
0599c6cb41
Merge pull request #834 from evie404/static-mapping
Add ipv4 DHCP static mapping example and fix ipv6 DHCP static mapping show output
2022-08-16 15:24:16 +02:00
Ricky Pai
e3c911777f fix ipv6 dhcp mapping codeblock 2022-08-12 10:09:07 -07:00
Ricky Pai
1b65bcf2f7 ipv4 static mapping example 2022-08-12 10:08:35 -07:00
Evelyn Pai
47f9effb16
Update generate public-key-command user subcommand 2022-08-12 09:37:04 -07:00
Nicolas Fort
aa476d6ea3 T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_ports 2022-08-12 08:26:43 -03:00
Robert Göhler
7751786660
Merge pull request #822 from srividya0208/dhcp-server
dhcp-server: correction in the page
2022-07-28 19:46:20 +02:00
srividya0208
00fd196df2 dhcp-server: correction in the page
Added description about listen-address parameter and corrected syntax
2022-07-27 10:06:42 -04:00
Yuxiang Zhu
8e9ce7ed36 router-advert: Add deprecate-prefix & decrement-lifetimes
for PR https://github.com/vyos/vyos-1x/pull/1421
2022-07-23 16:12:43 +00:00
KyleM
44c495b7fd
Update https.rst
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"
2022-07-13 22:20:48 -04:00