Page MenuHomeVyOS Platform
Feed Advanced Search

Oct 5 2022

Unknown Object (User) added a comment to T4676: IPoE server with mac authentication generates a wrong dictionary.

Update: latest rolling has a bit different syntax. I think users just not migrated properly on update. After adding

set service ipoe-server authentication interface eth1.50 mac 00:50:79:66:68:03
set service ipoe-server authentication interface eth1.51 mac 00:50:79:66:68:04

I see that chap-secrets file generated properly and users getsIPs

vyos@vyos# sudo cat /run/accel-pppd/ipoe.chap-secrets 
# username  server  password  acceptable local IP addresses   shaper
eth1.50     * 00:50:79:66:68:03 * 
eth1.51     * 00:50:79:66:68:04
vyos@vyos# run show ipoe-server sessions 
ifname | username |    calling-sid    |     ip      | rate-limit | type | comp | state  |  uptime  
--------+----------+-------------------+-------------+------------+------+------+--------+----------
 ipoe0  | eth1.50  | 00:50:79:66:68:03 | 172.16.50.2 |            | ipoe |      | active | 00:05:21 
 ipoe1  | eth1.51  | 00:50:79:66:68:04 | 172.16.98.2 |            | ipoe |      | active | 00:03:43
Oct 5 2022, 11:05 AM · VyOS 1.4 Sagitta
Unknown Object (User) claimed T4676: IPoE server with mac authentication generates a wrong dictionary.
Oct 5 2022, 8:55 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4676: IPoE server with mac authentication generates a wrong dictionary.

This issue also present in 1.3.0-1.3.2. Latest rolling 1.4-rolling-202210040218 also affected, it has empty user list in chap-secrets

vyos@vyos:~$ sudo cat /run/accel-pppd/ipoe.chap-secrets 
# username  server  password  acceptable local IP addresses   shaper
vyos@vyos:~$
Oct 5 2022, 8:55 AM · VyOS 1.4 Sagitta

Oct 4 2022

Unknown Object (User) updated the task description for T4676: IPoE server with mac authentication generates a wrong dictionary.
Oct 4 2022, 2:15 PM · VyOS 1.4 Sagitta

Jul 18 2022

Unknown Object (User) added a comment to T4533: Radius clients don’t have simple permissions.

As I know we have not access by level for now, maybe we should keep shell:priv-lvl=15 by default?

Jul 18 2022, 10:21 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Jul 13 2022

Unknown Object (User) added a comment to T4529: Backtrace for config-archive when netwofrk is not configured.

The similar issue and for the 1.3.1-S1

vyos@vyos# run show version
Jul 13 2022, 9:50 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Unknown Object (User) created T4529: Backtrace for config-archive when netwofrk is not configured.
Jul 13 2022, 9:42 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Jul 12 2022

Unknown Object (User) added a comment to T3655: NAT doesn't work correctly with VRF.

Hi, but one more thing related NAT and VRF in 1.4 rolling. As you know it uses NF MAP, to isolate conntrack tables, so we need to create some design to fix this moment. Matbe with adding some mark

Jul 12 2022, 6:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Jul 11 2022

Unknown Object (User) renamed T4527: Prevent to create VRF name default from Preevent to create VRF name default to Prevent to create VRF name default.
Jul 11 2022, 4:44 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Unknown Object (User) created T4527: Prevent to create VRF name default.
Jul 11 2022, 4:44 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3655: NAT doesn't work correctly with VRF.

Today I tested VRF route leaking and NAT. It works on 1.3.1-S1. Simple configuration:

Jul 11 2022, 11:49 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Jul 9 2022

Unknown Object (User) closed T3353: PPPoE server wrong vlan-range generating config as Resolved.
Jul 9 2022, 10:44 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3353: PPPoE server wrong vlan-range generating config.

@Viacheslav, thanks.
Already fixed in roling

vyos@vyos# set service pppoe-server interface eth0 vlan-range 
Possible completions:
   start-end            VLAN monitor range for the automatic creation of vlans (e.g. 1-4094)
Jul 9 2022, 10:44 AM · VyOS 1.4 Sagitta