Sorry for confusing with the status of the ticket , I wanted to put in pending . I was trying to replicate the issues in a lab environment but it wasn't possible , let me show :
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 4 2021
Jun 3 2021
I got it to work with version 1.4-rolling-202105291042. Here's the configuration that works:
@tuxis-ie found the issue. Used the wrong iptables chain. See https://github.com/vyos/vyos-1x/pull/864
@tuxis-ie thanks for testing this out. Will check this.
Please, backport it to 1.3 rolling https://phabricator.vyos.net/rVYOSONEX4b646c1fb31a1a9f9c9d1658734d478fed5f19f1
This bag is present in VyOS version 1.3-beta-202105271929
I tried to create a custom timeout rule for tcp port 80. First I assumed that everything was fine since the first commit succeeded without error messages. But when I wanted to alter the rule, it failed. Below you see an example where I first create a rule, and then try to delete it. Afterwards any commits regarding custom timeouts fails.
Yes, also this part will be migrated in the next couple of weeks as we plan to get rid of all legacy code in the 1.4 release cycle.
Will the custom timeout feature also be implemented in the python code? This is an option in the perl flavour (but doesn't actually work in 1.3 RC4).
Jun 2 2021
It seems after that commit
but it is not a root case
Extended scripts receive from PPPoE daemon the following variables:
$1 - Interface name $4 - Tunnel GW IP address $5 - Delegated IP address to the client $6 - Calling Station ID (MAC)
For example, how to get received RADIUS attributes
note: In this case, Filter-Id attribute used as an indicator for block user adding to ipset
configure set firewall group address-group blocked commit
Waiting for T3595 to clear up before I can test this on rolling release.
I cannot replicate this bug in a clean install of 1.4-rolling-202105291042.
vyos@vyos# set interfaces dummy dum0 address 192.168.201.1/24 [edit] vyos@vyos# commit [edit]
Either there's something in your config meddling with the interface creation or (most likely) this bug was solved in the main branch since then.
We upgraded to 1.3.0-rc4 last night and enabled enable-egress, which indeed sends out egress traffic as well. However, the macaddresses are all zero:
Jun 1 2021
I can reproduce the issue on our productive route in following way:
Why not use the mentioned method of sysctl`
@shaferstockton can you please post your entire generated openvpn.conf file?
I can not reproduce the issue using the following command sequence using VyOS 1.4-rolling-202106010417:
Why you closing the issue? Bug or issue is not resolved.
PR https://github.com/vyos/vyos-1x/pull/860
To provide the possibility to read RADIUS attribute by script, also need to define radattr=/run/radattr param
@Viacheslav
I can spin up a working example without VRF.
May 31 2021
@mTx87 Do you have a working example in Linux?
Maybe it also needs OpenVPN >= 2.5.0
https://blog.sdn.clinic/2018/12/openvpn-and-vrfs/
just wanting to chime in here, I think I've been bitten by what appears to be a similar cause.
In T3578#95246, @fernando wrote:Hi
I tried to replicate that issue with the same version but I couldn't , let me show
vyos@vipv6-lp# run show version
Version: VyOS 1.4-rolling-202104270417
Release Train: sagittaBuilt by: [email protected]
Built on: Wed 28 Apr 2021 01:17 UTC
May 30 2021
Turns out this was actually a very small change in the old framework - implemented also on 1.3 and backported to 1.2.8
thank you for the suggestion, I will work on this.
Maybe a completion helper could work here, too?
When the following command "set system syslog file <filename> facility <keyword> level <keyword>" is applied, then the files are stored in the /var/log/user directory. These files can be deleted using the command "delete log file <text>"