- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 6 2021
I believe that CLI should protect a user and deny him to shoot in his leg. In any case, we cannot guarantee a successful update if the script will not be migrated
We definitely have to delete enable_script_security from https://github.com/vyos/vyos-1x/blob/current/data/templates/vrrp/keepalived.conf.tmpl#L10
I think this actually inadvertently broke things even more, because now:
I have the same problem. I created a script, but it doesn't work. VRRP Log write that the skript is unsecure.
Dec 5 2021
Known issue with FRR 8.1.
Related bug report: https://phabricator.vyos.net/T4028
renamed the deprecated flag.
We have removed the option to reuse a raid partition, instead it will remove the old raid and check for configs and keys on the drives you selected for a raid1 installation.
We have removed the option to reuse a raid partition, instead it will remove the old raid and check for configs and keys on the drives you selected for a raid1 installation.
As both PRs have been merged now, I'm resolving this issue.
Dec 4 2021
Also, I propose to add missing 'space' to header
vyos@VyOS-BNG:~$ show pppoe-server sessions ifname | username | ip | ip6 | ip6-dp | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes ---------+----------+---------------+-----+--------+-------------------+------------+--------+----------+-----------+----------
Easy to fix here https://github.com/vyos/vyos-1x/blob/current/src/op_mode/ppp-server-ctrl.py#L63
replace to print(f' {output}')
Question is why it tells us: Redirecting to http://FQDN/ http and not https?
vyos@vyos:~$ add system image http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso Trying to fetch ISO file from http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso... Downloading... Redirecting to http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso The file is 436.000 MiB. [###__________________________________________________________________________________
cpo@LR1.wue3# compare
[edit protocols bgp]
>local-as 20
+neighbor 1.1.1.1 {
+ remote-as 2000
+}
[edit]
cpo@LR1.wue3# compare commands
set protocols bgp local-as '20'
set protocols bgp neighbor 1.1.1.1 remote-as '2000'KEY: nfprobe_source_ip DESC: Defines the local IP address from which NetFlow datagrams are exported. Only a numerical IPv4/ IPv6 address is expected. The supplied IP address is required to be already configured on one of the interfaces. This parameter is also required for graceful encoding of NetFlow v9 and IPFIX option scoping. DEFAULT: IP address is selected by the Operating System
It may be related to T4033 ???