- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 6 2021
Dec 2 2021
It is working only for TCP right now
set system syslog host 192.168.122.1 facility all protocol 'tcp' set system syslog host 192.168.122.1 format octet-counted set system syslog host 192.168.122.1 port '1514'
Config:
vyos@r4-epa2# cat /etc/rsyslog.d/vyos-rsyslog.conf ## generated by syslog.py ## ## file based logging $outchannel global,/var/log/messages,262144,/usr/sbin/logrotate /etc/logrotate.d/vyos-rsyslog *.info;local7.debug :omfile:$global ## console logging ## remote logging *.err @@(o)192.168.122.1:1514;RSYSLOG_SyslogProtocol23Format [edit] vyos@r4-epa2#
@fetzerms Thanks, Could you test the crux build?
>>> from vyos.ifconfig import Section
>>> Section.interfaces('geneve')
[]
>>>@fetzerms Is xe-guest-utilities is present in iso image?
I'll look at it soon.
It's just a warning message, as ppp+ it is a regex, exactly interface with such name not exist.
But rule applied
Dec 1 2021
I opened an issue https://github.com/FRRouting/frr/issues/10160
@FileGo It does not require such configuration in the server section.
As user interfaces creates dynamically "ppp0 ppp5 ppp23" etc
Your zone should look like:
@anthr76 Try vyos-1.4-rolling-202112010318-amd64.iso
Nov 30 2021
After disable/enable interface ethX the routes reappear
vyos@r11-roll:~$ sudo ip link set dev eth0 down vyos@r11-roll:~$ sudo ip link set dev eth0 up
Nov 29 2021
PR https://github.com/vyos/vyos-1x/pull/1090
vyos@r11-roll:~$ show configuration json pretty
{
"interfaces": {
"ethernet": {
"eth0": {
"address": [
"192.168.122.11/24"
],
"hw-id": "52:54:00:48:a0:c6"
},
"eth1": {
"hw-id": "52:54:00:fc:50:0b"
},
"eth2": {
"hw-id": "52:54:00:e5:2f:51"
}
},
"loopback": {
"lo": {}
}
},
"protocols": {
"static": {
"route": {
"0.0.0.0/0": {
"next-hop": {
"192.168.122.1": {}
}
}
}
}
},
"service": {
"ssh": {
"disable-host-validation": {}
}
},
"system": {
"config-management": {
"commit-revisions": "100"
},
"conntrack": {
"modules": {
"ftp": {},
"h323": {},
"nfs": {},
"pptp": {},
"sip": {},
"sqlnet": {},
"tftp": {}
}
},
"console": {
"device": {
"ttyS0": {
"speed": "115200"
}
}
},
"host-name": "r11-roll",
"login": {
"user": {
"vyos": {
"authentication": {
"encrypted-password": "$45OXXXX",
"plaintext-password": "",
"public-keys": {
"vyos@vyos": {
"key": "AAXXXXk=",
"type": "ssh-rsa"
}
}
}
}
}
},
"name-server": [
"1.1.1.1"
],
"ntp": {
"server": {
"time1.vyos.net": {},
"time2.vyos.net": {},
"time3.vyos.net": {}
}
},
"syslog": {
"global": {
"facility": {
"all": {
"level": "info"
},
"protocols": {
"level": "debug"
}
}
}
},
"time-zone": "Europe/Madrid"
}
}PR https://github.com/vyos/vyos-build/pull/206
vyos@vyos:~$ show version all | match cloud ii amazon-cloudwatch-agent 1.247349.0b251399-1 amd64 Amazon CloudWatch Agent ii cloud-init 20.4-404-g0a9f4841-1~bddeb all Init scripts for cloud instances vyos@vyos:~$
Nov 26 2021
Require rewriting vyatta-config-mgmt to XML/Python
Nov 25 2021
@NikolayP Can you play with it?
Already implemented in FRR 8.x, so for first, we should migrate to FRR 8.x if it is possible T3753
We try not to use "raw options" of commands.
But I don't see another universal solution for it.
Nov 23 2021
As the first step:
Nov 22 2021
Nov 21 2021
Nov 18 2021
I don't think that it is a bug.
If you don't set any value, it gets default value ikev1
https://github.com/vyos/vyatta-cfg-vpn/blob/d2d4361bffaa0b99c85c7fbf46ddd760ae6512f0/templates/vpn/ipsec/ike-group/node.tag/key-exchange/node.def#L3
Nov 16 2021
@daniil Can you provide the output of json format?
Nov 15 2021
By the way, mikrotik IPoE format doesn't compatible with VyOS
https://github.com/vyos/vyos-1x/blob/1353757247c027f6352000a9450b502c25c460c8/src/utils/vyos-hostsd-client#L123-L139
entry['address']] expect list
Zebra configuration:
root@r11-roll:/home/vyos# cat foo.txt ! frr version 7.5.1-20210619-12-g3f8a74e70 frr defaults traditional hostname r11-roll log syslog log facility local7 service integrated-vtysh-config ! vrf blue vni 2000 exit-vrf ! vrf red vni 3000 exit-vrf ! line vty ! end
Still reproducible VyOS 1.3-beta-202111150443
After reboot
For 1.4 it was implemented in T645
IPSec was completely rewritten in 1.4
Fixed VyOS 1.3-beta-202111150443
Duplicate T1292
Nov 12 2021
Note, the host was upgraded from 1.2.8
Nov 11 2021
Certificates can be wound there:
loaded certificate from '/etc/swanctl/x509/R1.pem' loaded certificate from '/etc/swanctl/x509ca/CA.pem' loaded RSA key from '/etc/swanctl/private/x509_R1.pem'
Nov 10 2021
Try to restart vyos-configd after changing script file
@anastrophe Describe please how to reproduce it?
Can be related to this commit d9b1c3df T2683
Nov 9 2021
FRR doesn't support it.
Nov 8 2021
I don't see any option like "source address"
https://manpages.debian.org/testing/isc-dhcp-relay/dhcrelay.8.en.html
In this case, there is no difference, the bug/feature is the same.
Duplicate T1375
Nov 7 2021
It is better to use containers for it: