Turkcell Superonline Infrastructure PPPoE Analysis
- Run MPTCP over 5 links to achieve 500 Mbps
Hardware Configuration
- Switch for carrying VLANs
- 5x cat6 cable
- 1x rj45 extender
VLAN Configuration
- Plug home router to wan, other ports to lan1-4
- Reach router interface
- Superonline links
- lan1 untagged, pvid 10 & wan
- lan2 untagged, pvid 11 & wan
- lan3 untagged, pvid 12 & wan
- lan4 untagged, pvid 13 & wan
- Set up VLAN configuration on home router
- wan, vid 9-13
- lan4, vid 9-13
Linux for Testing
Set up Linux subinterfaces
ip link add link enp9s0 name enp9s0.9 type vlan id 9
ip addr add 192.168.1.2/30 dev enp9s0.9
ip link set up enp9s0.9
ip link add link enp9s0 name enp9s0.10 type vlan id 10
ip link add link enp9s0 name enp9s0.11 type vlan id 11
ip link add link enp9s0 name enp9s0.12 type vlan id 12
ip link add link enp9s0 name enp9s0.13 type vlan id 13
ip link set up enp9s0.10
ip link set up enp9s0.11
ip link set up enp9s0.12
ip link set up enp9s0.13
Set up WAN interfaces with working PPPoE accounts