Feature #3263
VLAN-Tagged PPPoE
| Status: | CLOSED | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | nethserver-base | |||
| Target version: | ~FUTURE | |||
| Resolution: | REJECTED | NEEDINFO: | Yes |
Description
Allow creating a PPPoE connection on both Ethernet and VLAN interface types.
Thanks @jitkian for the input and initial testing:
http://community.nethserver.org/t/vlan-tagged-pppoe/1620
# db networks show
eth0=ethernet
bootproto=none
device=eth0
gateway=192.168.122.1
hwaddr=52:54:00:F5:C0:99
ipaddr=192.168.122.94
netmask=255.255.255.0
onboot=yes
role=green
eth1=ethernet
hwaddr=52:54:00:af:4d:35
role=
eth1.500=vlan
role=pppoe
eth2=ethernet
hwaddr=52:54:00:25:75:79
role=
ppp0=xdsl
AuthType=auto
Password=test
name=PPPoE
provider=xDSL provider
role=red
user=test
To configure the VLAN the commands should be:
# db networks set eth1.500 vlan role pppoe # db networks settype ppp0 xdsl # db networks setprop ppp0 role red user test Password test # signal-event interface-update
History
#1
Updated by Davide Principi almost 6 years ago
- Category set to nethserver-base
#2
Updated by Davide Principi almost 6 years ago
- Description updated (diff)
#3
Updated by Giacomo Sanchietti almost 6 years ago
- Target version changed from v6.6 to v6.7
#4
Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from NEW to TRIAGED
- % Done changed from 0 to 20
#5
Updated by Stefano Fancello almost 6 years ago
- NEEDINFO changed from No to Yes
To add this from interface, we need to:
· create a new role for vlans: pppoe or allow user to create a vlan interface with empty role. Both those roles differs from our guidelines
· modify pppoe interface to consider "pppoe" roled interfaces as free
· modify pppoe interface to list not only ethernet type interface, but also vlan
We can choose between: create a new pppoe role, allow empty role for vlan interfaces, hack interface to use as pppoe device also vlan interfaces with a different role or leave all as now and add documentation for creating a vlan pppoe using command line interface
#6
Updated by Giacomo Sanchietti over 5 years ago
- Target version changed from v6.7 to ~FUTURE
#7
Updated by Giacomo Sanchietti almost 5 years ago
- Status changed from TRIAGED to CLOSED
- % Done changed from 20 to 100
- Resolution set to REJECTED
This feature will not be implemented in NS 6. If needed, please reopen it for NS 7.