129 Commits

Author SHA1 Message Date
Christian Breunig
4263ff840a ipv6: improve PPPoE and RA examples
(cherry picked from commit 62b36a812a922ad6fc17f636bba029e463f35d49)
2024-03-03 10:01:23 +01:00
aapostoliuk
e4d66ef8e3 Fixing IPoE and PPPoE documentation
Fixing IPoE and PPPoE documentation

(cherry picked from commit 7f9b031aeffeeb48201c7d51df71fc58191b4138)
2024-02-28 21:28:26 +00:00
aapostoliuk
7952a12917 Rewritten the IPoE server documentation
Fully rewritten IPoE server documentation.

(cherry picked from commit 2c3553ef8828748fdbd4938f758e6bfb6170f869)
2024-02-27 20:22:27 +00:00
aapostoliuk
bb1abfb3fb Rewritten the PPPoE server documentation
Fully rewritten PPPoE server documentation.

(cherry picked from commit f4ca88a7b02865f6a7edb7cc73d526d78da6456e)
2024-02-26 21:32:01 +00:00
aapostoliuk
c07b6d69f1 Changed IPv6 pool documentation in accel-ppp services
Changed IPv6 pool documentation in accel-ppp services
to named IPv6 pools.
https://vyos.dev/T5865

(cherry picked from commit f5b79621d0c841ee9a596543a05ad1acc9130c1d)
2024-02-02 08:03:57 +00:00
khramshinr
6f9d52dcb3 dns forwarding: T5687: Implement ECS settings for PowerDNS recursor
(cherry picked from commit ce0b62678f791a18dcc58defc209fbe71b868fca)
2024-02-01 19:26:55 +00:00
Nicolas Fort
e2d80596eb Adding first documentation regarding IDS and FastNetMon. Also a brief configuration example is provided.
(cherry picked from commit 57cdbe065b89ec38a779ddb7530cda3ac240caf2)
2024-01-30 20:00:53 +00:00
Christian Breunig
5447c0509f ntp: T5692: add support to configure leap second behavior
(cherry picked from commit 2443622964b476bfbcf88b05322fd27b55406fad)
2024-01-21 20:48:45 +01:00
Christian Breunig
1431c3736b https: add latest CLI changes
(cherry picked from commit cecc0f3c32afb455ddb006b35faf343877061443)
2024-01-11 06:32:08 +00:00
Bubun Das
98e93c7c6f Update monitoring.rst
Updated docs for influxdb

(cherry picked from commit 8628ad46eb25d5e165cf2e03f52c2b7c7bc7b6ca)
2024-01-08 20:19:16 +00:00
Christian Breunig
ca8b793cff dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns features
(cherry picked from commit 9ca5e9dd89eabda161d974e7359ab2716fe56464)
2024-01-06 20:55:30 +01:00
aapostoliuk
c72e0d8f9a accel-ppp: T5688: Changing CLI to create client address pool
Changing CLI to create client address pool

(cherry picked from commit 1096cbcf95f96334d773ab98cce9d26d311f9e51)
2023-12-30 22:16:53 +01:00
Nicolas Fort
4b14c6c749 dhcp-server: update docs for op-mode command <show dhcp server leases>
(cherry picked from commit 0893ca769b1796d2d61dc26a0c0c13d1eda56f5e)
2023-12-28 10:37:55 +00:00
Christian Breunig
e5571ffdbf snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
(cherry picked from commit 0ed155b05523c755a9eb777c49a3a0fd4b56149e)
2023-12-25 11:01:31 +01:00
rebortg
5fb241c9ae fix some build warnings 2023-11-24 10:48:09 +01:00
Christian Breunig
841cf147ec http: T5762: rename "virtual-host listen-port" -> "virtual-host port"
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5)
2023-11-22 11:05:37 +01:00
Christian Breunig
2c61e8fa88 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.

(cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01)
2023-11-21 08:23:54 +01:00
JeffWDH
a98dc001a8 Add "monitor log ssh" and "monitor log ssh dynamic-protection"
(cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc)
2023-11-07 20:29:24 +00:00
JeffWDH
beb1af052e Update ssh.rst
Added:
show log ssh
show log ssh dynamic-protection
show ssh fingerprints
show ssh fingerprints ascii
show ssh dynamic-protection

(cherry picked from commit c9a06800f999f6e68883ec7d3ae7fd97e3b6e4d5)
2023-11-07 20:29:24 +00: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