Am 31.05.2017 um 16:39 schrieb kp kirchdoerfer:
> Hi Boris;
> 
> Am Mittwoch, 31. Mai 2017, 11:12:01 schrieb Boris:
>> Hej Leaflist,
>>
>>
>> does anybody use a leafbox connected to a Telekom BNG - Account?
>>
>> One of my locations lost connection a few days ago - without any notice
>> from Telekom but the account was changed from DSL/ISDN to DSL/VoIP
>> around christmas 2016.
>> I changed almost every component and still have no success starting pppoe.
>> Possibly Telekom switched to BNG !?
> 
> If the account has been switched can be detected on the Telekom KundenCenter
> 
> https://telekomhilft.telekom.de/t5/Telefonie-Internet/BNG-Anschluss-erkennen/m-p/1783045#M567199
> 
>> With BNG the router shall tag the WAN interface with VLAN 7. Is there
>> any knowledge about that??
> 
> This is something T-Entertain users needs anyway.
> 
> Add 
> vlan
> 
> to /etc/modules so it will loaded (don't know if "8021q"  is also needed in 
> this case, but if so, add it /etc/modules as well)
> 
> Change /etc/network/interfaces
> 
> auto eth0.7                                                                   
>   
> iface eth0.7 inet manual                                                      
>   
> post-down vconfig rem eth0.7                                                  
>   
> vlan_raw_device eth0  
> 
> auto ppp0                                                                     
>   
> iface ppp0 inet ppp                                                           
>   
>         pre-up ip link set eth0 up                                            
>   
>         pre-up ip link set eth0.7 up                                          
>   
>         pre-up ip link set eth0.8 up                                          
>   
>         provider dsl-provider     
> 
> Change /etc/ppp/peers/dsl-provider to use VLAN 7 on eth0
> 
> plugin /usr/lib/pppd/rp-pppoe.so eth0.7
> 
> 
> hth
> kp
> 

Hej KP,

thanks very much for this hint! Next beer is on my bill!

Boris


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to