multiple interfaces (PPPoE & tunnel) traffic shaped over single ADSL

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Physical setup:



LAN-(eth0/eth1-br0) Linux (eth2) - ADSL_bridge - WAN



  • ADSL_bridge connected to ~13Mbit down, ~1Mbit up ADSL link

  • eth2 100Mbit ethernet

  • br0 gigabit LAN and WiFi router connected

  • Linux: gateway and a secondary file server

On the linux gateway, I have:



  • PPP1 - default route cost 10

  • PPP7 - default route cost 70 fail-over and specific site access

  • PPP8 - default route cost 80 fail-over and specific site access

  • HE IPv6 tunnel (routed over active default route)

  • OpenVPN tunnel (routed over active default)

  • tinc "mess" network (routed over active default)

Problem statement:



Whenever I have heavy uploads (dropbox/hubic/googledrive/icloud/smtp/sftp/etc.) the downloads are just about non-existent.



For the initial issue, I'll just need to throttle/QoS any big non-ACK packets, that goes out over the HE & the PPP1 interfaces, but I haven't yet see how to "merge" the traffic from the HE interface into the bandwidth of the PPP1 interface.



Should I perhaps setup an extra routing "hop"/link/table to have a single throttling interface for the Linux gateway? A minimum VM to do the routing/tunnels over Eth2, and the gateway to then do shaping/etc. on the link between VM & host?










share|improve this question



























    up vote
    0
    down vote

    favorite












    Physical setup:



    LAN-(eth0/eth1-br0) Linux (eth2) - ADSL_bridge - WAN



    • ADSL_bridge connected to ~13Mbit down, ~1Mbit up ADSL link

    • eth2 100Mbit ethernet

    • br0 gigabit LAN and WiFi router connected

    • Linux: gateway and a secondary file server

    On the linux gateway, I have:



    • PPP1 - default route cost 10

    • PPP7 - default route cost 70 fail-over and specific site access

    • PPP8 - default route cost 80 fail-over and specific site access

    • HE IPv6 tunnel (routed over active default route)

    • OpenVPN tunnel (routed over active default)

    • tinc "mess" network (routed over active default)

    Problem statement:



    Whenever I have heavy uploads (dropbox/hubic/googledrive/icloud/smtp/sftp/etc.) the downloads are just about non-existent.



    For the initial issue, I'll just need to throttle/QoS any big non-ACK packets, that goes out over the HE & the PPP1 interfaces, but I haven't yet see how to "merge" the traffic from the HE interface into the bandwidth of the PPP1 interface.



    Should I perhaps setup an extra routing "hop"/link/table to have a single throttling interface for the Linux gateway? A minimum VM to do the routing/tunnels over Eth2, and the gateway to then do shaping/etc. on the link between VM & host?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Physical setup:



      LAN-(eth0/eth1-br0) Linux (eth2) - ADSL_bridge - WAN



      • ADSL_bridge connected to ~13Mbit down, ~1Mbit up ADSL link

      • eth2 100Mbit ethernet

      • br0 gigabit LAN and WiFi router connected

      • Linux: gateway and a secondary file server

      On the linux gateway, I have:



      • PPP1 - default route cost 10

      • PPP7 - default route cost 70 fail-over and specific site access

      • PPP8 - default route cost 80 fail-over and specific site access

      • HE IPv6 tunnel (routed over active default route)

      • OpenVPN tunnel (routed over active default)

      • tinc "mess" network (routed over active default)

      Problem statement:



      Whenever I have heavy uploads (dropbox/hubic/googledrive/icloud/smtp/sftp/etc.) the downloads are just about non-existent.



      For the initial issue, I'll just need to throttle/QoS any big non-ACK packets, that goes out over the HE & the PPP1 interfaces, but I haven't yet see how to "merge" the traffic from the HE interface into the bandwidth of the PPP1 interface.



      Should I perhaps setup an extra routing "hop"/link/table to have a single throttling interface for the Linux gateway? A minimum VM to do the routing/tunnels over Eth2, and the gateway to then do shaping/etc. on the link between VM & host?










      share|improve this question















      Physical setup:



      LAN-(eth0/eth1-br0) Linux (eth2) - ADSL_bridge - WAN



      • ADSL_bridge connected to ~13Mbit down, ~1Mbit up ADSL link

      • eth2 100Mbit ethernet

      • br0 gigabit LAN and WiFi router connected

      • Linux: gateway and a secondary file server

      On the linux gateway, I have:



      • PPP1 - default route cost 10

      • PPP7 - default route cost 70 fail-over and specific site access

      • PPP8 - default route cost 80 fail-over and specific site access

      • HE IPv6 tunnel (routed over active default route)

      • OpenVPN tunnel (routed over active default)

      • tinc "mess" network (routed over active default)

      Problem statement:



      Whenever I have heavy uploads (dropbox/hubic/googledrive/icloud/smtp/sftp/etc.) the downloads are just about non-existent.



      For the initial issue, I'll just need to throttle/QoS any big non-ACK packets, that goes out over the HE & the PPP1 interfaces, but I haven't yet see how to "merge" the traffic from the HE interface into the bandwidth of the PPP1 interface.



      Should I perhaps setup an extra routing "hop"/link/table to have a single throttling interface for the Linux gateway? A minimum VM to do the routing/tunnels over Eth2, and the gateway to then do shaping/etc. on the link between VM & host?







      linux networking tc traffic-shaping






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 2 '17 at 6:51

























      asked Oct 2 '17 at 6:24









      Hvisage

      1719




      1719

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f395572%2fmultiple-interfaces-pppoe-tunnel-traffic-shaped-over-single-adsl%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f395572%2fmultiple-interfaces-pppoe-tunnel-traffic-shaped-over-single-adsl%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay