- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 30 2022
Mar 29 2022
Mar 24 2022
Mar 13 2022
Mar 12 2022
Mar 11 2022
In T4288#119770, @chesskuo wrote:I found the swanctl.conf.
The config does not match the vyso config.I set the close_action as restart, but config does not show this line.
Your configuration should be like:
Mar 10 2022
@zsdc Do you have any idea for CLI configuration mode?
Feb 22 2022
Adding priority >=615 should fix it
vyos@r11-roll# sudo cat /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/vif/node.tag/redirect/node.def type: txt priority: 615 help: Incoming packet redirection destination allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=input
VyOS 1.4
set interfaces input ifb042 set interfaces ethernet eth0 vif 42 address 203.0.113.47/32 set interfaces ethernet eth0 vif 42 redirect 'ifb042'
@Cheeze_It There is a task for op-mode T4265
Task for controller T4266
Feb 21 2022
Feb 20 2022
@SrividyaA Could you fix the old command help description?
Which version?
@SrividyaA Which configurations do you expect with option set vpn ipsec site-to-site peer 192.168.122.14 connection-type none ?
Feb 19 2022
It is used in keepalived Template
Feb 18 2022
@kirvio Could you check it on 1.3/1.4?
Feb 17 2022
@dutty Thanks for confirming.
CI job for re-build pkg ocserv should fix this issue.
Feb 16 2022
Install official pkg solve the issue
wget http://ftp.de.debian.org/debian/pool/main/o/ocserv/ocserv_0.12.2-3_amd64.deb dpkg -i *.deb `
Can be related
Found out some strange things, client address was banned:
ocserv[2072]: main: added 1 points (total 1) for IP '192.168.122.1' to ban list
I don't see any issues with LTS 1.3.0
Thanks
Is it required point of binding in a container?
For example:
podman run --rm -it --device=/dev/vdb:/dev/xvdc:rwm --net host ubuntu bash
You can get access to host netwoks with set container name foo allow-host-networks
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1224
@anthr76 we have ready telegraf exporter, maybe it will work for you?
https://docs.vyos.io/en/latest/configuration/service/monitoring.html
Feb 15 2022
PR for current https://github.com/vyos/vyos-1x/pull/1223
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1221
Feb 14 2022
In hosts we can see 2 entries:
vyos@r11-roll# run show conf com | match test set system static-host-mapping host-name test1.com inet '1.1.1.1' set system static-host-mapping host-name test2.com inet '2a00:1450:400f:802::200e'
Task for kea T3316
@Alexey.Kirillov it required more tests and responses from 1.4
Could you test it?
Feb 13 2022
Which version?
Feb 11 2022
@Scoopta Can you check your configuration with the next rolling release?
@hensur Could you create a PR for 1.3?