Docker swarm can't connect with openvpn tun0 interfacePort foreword + openVPN + iptables?Internet access via OpenVPNGateway between wireless network and wired network not routing packetsAllowing SSH on a server with an active OpenVPN clientConnect AWS and Azure via OpenVPNsite to site openvpn with Merlin and DD-WRTHow to get OpenVPN Client (Mikrotik RouterOS) <-> OpenVPN server (Debian/Linux) setup to workBIND9 private DNS server with OpenVPN config file errorsopenvpn: can't manage to control client-to-client connections with iptablesRouting trafffic from vpn tunnel source to other interface

Newly installed programs always appear with external drives in Finder

After Restoring Log Shipping to Secondary Server, First Stored Procedure Execution is Slow

Can only the master initiate communication in SPI whereas in I2C the slave can also initiate the communication?

complicated arrows in flowcharts

Could there be a material that inverts the colours seen through it?

A case where Bishop for knight isn't a good trade

Is it wrong to omit object pronouns in these sentences?

Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?

Fixed width with p doesn't work

Where to find every-day healthy food near Heathrow Airport?

The meaning of the Middle English word “king”

Did galley captains put corks in the mouths of slave rowers to keep them quiet?

Is Valonqar prophecy unfulfilled?

Motorola 6845 and bitwise graphics

Extract the characters before last colon

Is this possible when it comes to the relations of P, NP, NP-Hard and NP-Complete?

What information do scammers need to withdraw money from an account?

Immediately invoked function expression without using grouping operator

Polynomial division: Is this trick obvious?

Is there any way to adjust the damage type of Eldritch Blast to fire?

What information exactly does an instruction cache store?

Grep value of a specific key from a String, concatenated of key : value pairs

Is this a group? If so, what group is it?

Why can't I share a one use code with anyone else?



Docker swarm can't connect with openvpn tun0 interface


Port foreword + openVPN + iptables?Internet access via OpenVPNGateway between wireless network and wired network not routing packetsAllowing SSH on a server with an active OpenVPN clientConnect AWS and Azure via OpenVPNsite to site openvpn with Merlin and DD-WRTHow to get OpenVPN Client (Mikrotik RouterOS) <-> OpenVPN server (Debian/Linux) setup to workBIND9 private DNS server with OpenVPN config file errorsopenvpn: can't manage to control client-to-client connections with iptablesRouting trafffic from vpn tunnel source to other interface






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I'm running Traefik on docker swarm service. Traefik redirects to
local Apache server at port 88 which is worked last time without docker swarm.



My Traefik is running with network driver=overlay and scope=swarm.



My tun0 interface is OpenVPN on local apache2 without using Docker.



tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3036 (3.0 KB) TX bytes:0 (0.0 B)


ip route show



default via 167.99.64.1 dev eth0 onlink 
10.8.0.0/24 via 10.8.0.2 dev tun0
10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1
10.15.0.0/16 dev eth0 proto kernel scope link src 10.15.0.7
167.99.64.0/20 dev eth0 proto kernel scope link src my-machine-ip
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
172.19.0.0/16 dev br-1c5d58d7a9a8 proto kernel scope link src 172.19.0.1 linkdown
172.20.0.0/16 dev docker_gwbridge proto kernel scope link src 172.20.0.1
172.25.0.0/16 dev br-9390d0807dc8 proto kernel scope link src 172.25.0.1 linkdown


The problem



I think my tun0 is not link with my docker Traefik container










share|improve this question




























    0















    I'm running Traefik on docker swarm service. Traefik redirects to
    local Apache server at port 88 which is worked last time without docker swarm.



    My Traefik is running with network driver=overlay and scope=swarm.



    My tun0 interface is OpenVPN on local apache2 without using Docker.



    tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
    inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
    RX packets:23 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:3036 (3.0 KB) TX bytes:0 (0.0 B)


    ip route show



    default via 167.99.64.1 dev eth0 onlink 
    10.8.0.0/24 via 10.8.0.2 dev tun0
    10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1
    10.15.0.0/16 dev eth0 proto kernel scope link src 10.15.0.7
    167.99.64.0/20 dev eth0 proto kernel scope link src my-machine-ip
    172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
    172.19.0.0/16 dev br-1c5d58d7a9a8 proto kernel scope link src 172.19.0.1 linkdown
    172.20.0.0/16 dev docker_gwbridge proto kernel scope link src 172.20.0.1
    172.25.0.0/16 dev br-9390d0807dc8 proto kernel scope link src 172.25.0.1 linkdown


    The problem



    I think my tun0 is not link with my docker Traefik container










    share|improve this question
























      0












      0








      0








      I'm running Traefik on docker swarm service. Traefik redirects to
      local Apache server at port 88 which is worked last time without docker swarm.



      My Traefik is running with network driver=overlay and scope=swarm.



      My tun0 interface is OpenVPN on local apache2 without using Docker.



      tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
      inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
      UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
      RX packets:23 errors:0 dropped:0 overruns:0 frame:0
      TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:100
      RX bytes:3036 (3.0 KB) TX bytes:0 (0.0 B)


      ip route show



      default via 167.99.64.1 dev eth0 onlink 
      10.8.0.0/24 via 10.8.0.2 dev tun0
      10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1
      10.15.0.0/16 dev eth0 proto kernel scope link src 10.15.0.7
      167.99.64.0/20 dev eth0 proto kernel scope link src my-machine-ip
      172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
      172.19.0.0/16 dev br-1c5d58d7a9a8 proto kernel scope link src 172.19.0.1 linkdown
      172.20.0.0/16 dev docker_gwbridge proto kernel scope link src 172.20.0.1
      172.25.0.0/16 dev br-9390d0807dc8 proto kernel scope link src 172.25.0.1 linkdown


      The problem



      I think my tun0 is not link with my docker Traefik container










      share|improve this question














      I'm running Traefik on docker swarm service. Traefik redirects to
      local Apache server at port 88 which is worked last time without docker swarm.



      My Traefik is running with network driver=overlay and scope=swarm.



      My tun0 interface is OpenVPN on local apache2 without using Docker.



      tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
      inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
      UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
      RX packets:23 errors:0 dropped:0 overruns:0 frame:0
      TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:100
      RX bytes:3036 (3.0 KB) TX bytes:0 (0.0 B)


      ip route show



      default via 167.99.64.1 dev eth0 onlink 
      10.8.0.0/24 via 10.8.0.2 dev tun0
      10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1
      10.15.0.0/16 dev eth0 proto kernel scope link src 10.15.0.7
      167.99.64.0/20 dev eth0 proto kernel scope link src my-machine-ip
      172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
      172.19.0.0/16 dev br-1c5d58d7a9a8 proto kernel scope link src 172.19.0.1 linkdown
      172.20.0.0/16 dev docker_gwbridge proto kernel scope link src 172.20.0.1
      172.25.0.0/16 dev br-9390d0807dc8 proto kernel scope link src 172.25.0.1 linkdown


      The problem



      I think my tun0 is not link with my docker Traefik container







      iptables openvpn docker






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 3 at 10:57









      Abel ChunAbel Chun

      1012




      1012




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "2"
          ;
          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965731%2fdocker-swarm-cant-connect-with-openvpn-tun0-interface%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965731%2fdocker-swarm-cant-connect-with-openvpn-tun0-interface%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos