Another willing to test.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Nov 1 2020
We need some expressions like
I see correct state "disabled"
Oct 31 2020
Hi guys, I decided to revive this thread because it seems better than to create a new one, the subject seems to be the same. Im running a Vyos in a R420 with 16gb of ram (no errors in my tests while preparing the machine for the Vyos) and 2 processors, and after some 30 days running flawlessly, it started failing partially. It started working fine again after a reboot. After some 5-7 days the same problem reoccurred. At the first time I managed to see some errors in its screens and they said basically:
which exact VyOS version are you using? Delegating from one interface to many should be doable and can be configured on the latest rolling version.
Oct 30 2020
Closing in favor of T2994 - please try tomorrows rolling release. If there are new bugs (which might always happen on rewrites) please file a new Bug report and I try to fix them ASAP.
In T1289#78883, @Viacheslav wrote:Like this?
vyos@r4-roll# set policy route-map FJFFJJF rule 10 set ip-next-hop Possible completions: <x.x.x.x> IP addresswhere x.x.x.x route to blackhole?
Like this?
In T1289#35636, @dmbaturin wrote:The usual procedure is to create a route-map that sets the nexthop to a blackholed address if the advertisment has a specific community string set.
So when a customer advertises an address (rather a /32 network) to you with that string set, it automatically ends up blackholed.Do you just want a shortcut for that, or you are having issues with community string-based approach?
This logic does not allow for the complete removal of the protocol.
https://github.com/vyos/vyatta-cfg-quagga/blob/32cbb1e5059c6c27449b7013f790aff1c50a9831/templates/protocols/ospf/passive-interface/node.def#L29-L35
@rizkidtn Update, please your request. Is the community works for you for blackholing?
I found some interesting information, it seems that inbound/outbound port mirroring can be achieved
Can you please share the entire configuration and version of the VyOS to reproduce the issue in the lab.
Oct 29 2020
set interfaces ethernet eth1 ipv6 address no-default-link-local is the right command, yes
Bug ;) will be fixed soon
Yes, but iptables tee seems to support packet copy of various rules
Do you mean that?
set interfaces ethernet eth1 mirror
- Not all interfaces can be used as "update-source"
Missed "vti | dum | lo" etc.
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/protocols-bgp.xml.in#L639
PR https://github.com/vyos/vyos-1x/pull/587
Fix the FRR template for new bgp implementation.
Pull request is up: https://github.com/vyos/vyos-1x/pull/586
How to do it?
Oct 28 2020
You actually can when setting ipv6 disable-link-local addressing on the particular interface.
vyos@vyos# set interfaces ethernet eth2 mtu 16000 [edit] vyos@vyos# commit [ interfaces ethernet eth2 ] Interface MTU too high, maximum supported MTU is 9000!
The root cause for this is the sha256 checksum file itself. It contains the hash and the filename. When running sha256 --check during the upgrade it expects the "real" filename when calculating and verifying the hash. The real filename differs when using the vyos-rolling-latest.iso symlink on the webserver as it will tell the running VyOS installation a different filename and the validation fails. This is now fixed by not depending on the filename when verifying the has. We simply calculate the hash of the downloaded file and compare it to the hash we saved inside the checksum file and totally ignore the filename itself.