186 Commits

Author SHA1 Message Date
Christian Breunig
8af0791e2c
Merge pull request #1256 from HollyGurza/T6578
dns forwarding: T5687: Implement ECS settings for PowerDNS recursor
2024-02-01 20:26:20 +01:00
khramshinr
ce0b62678f dns forwarding: T5687: Implement ECS settings for PowerDNS recursor 2024-01-30 21:02:23 +07:00
Nicolas Fort
57cdbe065b Adding first documentation regarding IDS and FastNetMon. Also a brief configuration example is provided. 2024-01-23 06:57:42 -03:00
Christian Breunig
2443622964 ntp: T5692: add support to configure leap second behavior 2024-01-21 20:48:33 +01:00
aapostoliuk
f5b79621d0 Changed IPv6 pool documentation in accel-ppp services
Changed IPv6 pool documentation in accel-ppp services
to named IPv6 pools.
https://vyos.dev/T5865
2024-01-19 13:38:40 +02:00
sarthurdev
e6ade0470d dhcp: T3316: Update documentation for changes in PR vyos/vyos-1x#2650 2024-01-14 17:40:18 +01:00
sarthurdev
3b50e4600a Update syntax for Kea option change 2024-01-13 00:53:52 +01:00
Christian Breunig
9ccf8010ad
Merge pull request #1228 from vyos/https
https: add latest CLI changes
2024-01-11 07:31:26 +01:00
sarthurdev
3864aa6aaf dhcp: dhcpv6: T3316: Update documentation for inclusion of subnet-id 2024-01-11 02:12:07 +01:00
sarthurdev
ad7eaafed5 dhcp: T3316: Update documentation for Kea implementation 2024-01-10 22:42:05 +01:00
Christian Breunig
cecc0f3c32 https: add latest CLI changes 2024-01-08 21:29:11 +01:00
Bubun Das
8628ad46eb
Update monitoring.rst
Updated docs for influxdb
2024-01-08 23:48:19 +05:30
Christian Breunig
9ca5e9dd89 dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns features 2024-01-06 20:54:08 +01:00
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