- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 20 2021
To disable shared-network at least one shared network should be working. The second can be disabled without issues.
Oct 19 2021
An interesting thing that I get the error with that configuration:
As an option it is possible this workaround:
Install tshark and use this script https://george.mibloving.net/nivex/d6rm/raw/commit/701d49cce3a308aed0c3d89d47be7601178ea4c4/d6rm.py
All subnets that share the same physical network should be declared within a shared-network declaration
Oct 18 22:24:01 r1-roll dhcpd[4985]: Interface eth2 matches multiple shared networks
Oct 18 2021
@mickvav You can use ". Can you re-check it?
Tested on node VyOS 1.4-rolling-202110130217
Oct 17 2021
As I know, iptables works only in UTC time. And any workaround with recalculate Datetime will be affected incorrect behavior.
As for me we shouldn’t allow to downgrade images. So there are no “downgrade migration scripts”. Each downgrade - good point to get a brick.
At least we should generate a warning.
PR for "crux": https://github.com/vyos/vyos-1x/pull/1029
Oct 15 2021
@artooro Will be available in the next rolling release
Let us know, if you want some other capabilities
Maybe be added to gether with T1229
@maznu Can you create a PR?
Initial bug was Fixed, VyOS 1.4-rolling-202110130217
vyos@r1-roll# compare
[edit container]
+name dns02 {
+ image ubuntu:focal
+ network dnsnet {
+ address 10.0.72.253
+ }
+}
+network dnsnet {
+ prefix 10.0.72.0/24
+}
-network net01 {
- prefix 10.0.72.0/24
-}Oct 14 2021
@c-po Is it already implemented with commit https://github.com/vyos/vyos-1x/commit/ae2dc55aa68679e828d4bb133fc515172c081d0f ?
Fixed, VyOS 1.4-rolling-202110130217
vyos@r1-roll:~$ show nat source rules Rule Source Translation Outbound Interface ---- ------ ----------- ------------------ 3 192.168.0.0/24 masquerade eth0
As for me, it should be configured in the global firewall log level, not per rule.
set firewall log-level x
The real bug is it shouldn't allow port-range values as it is not implemented.
Or just add this feature T2798
Oct 12 2021
@foxbox Will be fixed in the next rolling release.
@BiMW Can you re-check it?
Not reproducible, VyOS 1.4-rolling-202109300217
set service ipoe-server authentication radius dynamic-author key 'ssss' set service ipoe-server authentication radius dynamic-author server '192.168.122.11' set service ipoe-server authentication radius nas-ip-address '192.168.122.11' set service ipoe-server authentication radius server 192.168.122.11 key 'ciscoradiuskey' set service ipoe-server interface eth1 client-subnet '192.0.2.0/24'
@FileGo Can you replace double-quotes with single-quotes?
Fixed
sever@sever:~$ ssh vyosuser@192.168.122.11
Oct 11 2021
Present in 1.4 and 1.3.0-epa1
set service pppoe-server authentication radius server 192.0.2.1 acct-port Possible completions: <1-65535> Numeric IP port (default: 1813)
@c-po in 1.3.0-epa1 works fine.
Re-opened, the same bug in VyOS 1.4-rolling-202109300217
sever@sever:~/docker$ ssh user@192.168.122.11
@SquirePug Can you share more details, which templates and parameters did you edit?
Oct 8 2021
@RyVolodya can you check a new image and close this task if it was fixed?
Oct 7 2021
@francis It is not clear. Can you provide an example of configuration? What do you get and what do you expect?
Oct 5 2021
Oct 4 2021
The same bug described there T2845
Not sure why we should check the primary ip address, but to fix it possible to change:
if is_subnet_connected(subnet, primary=False)
It was described there T3610 and requires more tests.
Oct 1 2021
Sep 30 2021
Sep 29 2021
Sep 28 2021
Sep 27 2021
@danielpo Will be fixed in the next rolling release.