Looks good on 1.4-rolling-202103100218:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Mar 10 2021
The fix submitted is not working as intended.. both - and _ are allowed characters in dns, so this this break dns names with _ in them. Before anyone complains, rfc952 that sets the name definition disallows use of underscore in hostnames and top level domains, not subdomains where the use is fully valid
@mpueschel will be fixed in the next rolling 1.4 release, after 2021-03-10
Can you check it out?
This is still an issue.
Here is my current configuration. If I add any configuration to this and commit, it would not commit. It seems like there is something holding the commit from committing the new configuration.
PR for "equuleus" https://github.com/vyos/vyos-1x/pull/765
@Dmitry @a952637635. It seems that, I changed the handle address to avoid conflict. I don't know if it will conflict
@jack9603301 it looks like this issue related to your patch https://github.com/vyos/vyatta-cfg-qos/commit/6391325271be489d29f0b7aa2982952068c6a53c
T3089
We can't reproduce/fix it without any provided information/configuration.
Mar 9 2021
Did they also loose their IPv4 assignment?
Fixed in next rolling release.
A very nice test, I always tested with USB to serial adapters and not with a real serial port.
Also, add some overhead netplug
top - 19:14:34 up 26 min, 1 user, load average: 10.29, 13.17, 8.57 Tasks: 568 total, 5 running, 228 sleeping, 0 stopped, 335 zombie %Cpu0 : 5.0 us, 10.6 sy, 0.0 ni, 84.4 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st %Cpu1 : 9.8 us, 15.2 sy, 0.0 ni, 75.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st %Cpu2 : 40.7 us, 3.0 sy, 0.0 ni, 56.2 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st %Cpu3 : 9.6 us, 86.4 sy, 0.0 ni, 4.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3870.9 total, 1375.2 free, 1499.9 used, 995.8 buff/cache MiB Swap: 0.0 total, 0.0 free, 0.0 used. 1716.8 avail Mem
PR for "current" https://github.com/vyos/vyos-1x/pull/764
Expected format @[2001:db8::2]:514
1.1.8 configuration
set system syslog host [2001:db8::2]:514 facility all level 'all'
Looks good on 1.4-rolling-202103090218:
Try one of them options
I kill the vm 80+ times.
All works fine.
@c-po can we "cherry-pick" it to 1.3.0?
Same problem here in version1.4.
Mar 8 2021
Related task https://phabricator.vyos.net/T2362
A maybe better solution in this case to create interfaces like bridge and interfaces with an option which block adding link-local address.
i just tested that solution and it worked too. thanks!
@marcomuskus as a temporary solution try to use CLI sysctl param
configure set system sysctl custom net.ipv6.conf.default.addr_gen_mode value 0 commit
Looks good on 1.4-rolling-202103080218:
Looks good on 1.4-rolling-202103080218:
Mar 7 2021
vrf detected even it not created
https://github.com/vyos/vyos-1x/blob/dd35eb76153191bc487e3ea23c3e73c753ec1d4b/src/etc/dhcp/dhclient-enter-hooks.d/03-vyos-ipwrapper#L55-L59
root@r-roll01:/home/vyos# basename /sys/class/net/eth1/upper_* | sed -e 's/upper_//' eth1v1
Wrong behavior
Original task https://phabricator.vyos.net/T3377
Original task https://phabricator.vyos.net/T3377
Original task https://phabricator.vyos.net/T3377
Original task https://phabricator.vyos.net/T3377
@Viacheslav , thanks for improving, now it works properly. I found one interesting moment, it looks like we cant configure via CLI listen to PPPoE clients on interfaces eth1 and eth1.50 or eth1.something at the same time.
vyos@vyos# run show configuration commands | match "pppoe-server interface" set service pppoe-server interface eth1 vlan-id '50' set service pppoe-server interface eth1.1000 vlan-range '1-4095' [edit] vyos@vyos# set service pppoe-server interface eth1
@trystan attach please configuration with sets, how to reproduce it.
For example
set param xxx option xxx.. set param2 xxx .option xxx..
And after commit... tc error..