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;
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
add a comment |
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
add a comment |
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
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
iptables openvpn docker
asked May 3 at 10:57
Abel ChunAbel Chun
1012
1012
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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