Skip to content

Instantly share code, notes, and snippets.

@rmoriz
Created March 31, 2022 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoriz/34317eae1e63ecb60e5153edabba0f67 to your computer and use it in GitHub Desktop.
Save rmoriz/34317eae1e63ecb60e5153edabba0f67 to your computer and use it in GitHub Desktop.
PPPoE ubiquity Deutsche Telekom VDSL Smart Home

Modem Smart Home 3

  • configure via web interfce as "modem only"
  • port 4 is tagged VLAN 7 for PPPoE ID 7

UBNT

  • assign VLAN 7 to incoming interface e.g. eth0

  • add PPPoE device with ID 7, account name = login, passord = password

  • fix mss for IPv4:

    source https://webcodr.io/2018/02/telekom-vdsl-mtu-und-mss-clamping-f%C3%BCr-ipv4-und-ipv6/

    configure
    set firewall options mss-clamp interface-type pppoe
    set firewall options mss-clamp mss 1452
    set interfaces ethernet eth0 vif 7 pppoe 7 mtu 1492
    commit
  • fix mss for IPv6:

    configure
    set firewall options mss-clamp6 interface-type pppoe
    set firewall options mss-clamp6 mss 1432
    commit
    save
    exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment