How to make tun0 appear after openvpn installation without rebooting?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am installing openvpn on Ubuntu 18.04. The installation and setup goes smoothly. I start the systemd service and it succeeds. But, there is no tun0 interface in ip a
.
If I reboot, then tun0 is there.
I tried modprobe tun
before rebooting but that didn't change anything.
What does tun0 need to appear without a reboot?
systemd openvpn
add a comment |
up vote
0
down vote
favorite
I am installing openvpn on Ubuntu 18.04. The installation and setup goes smoothly. I start the systemd service and it succeeds. But, there is no tun0 interface in ip a
.
If I reboot, then tun0 is there.
I tried modprobe tun
before rebooting but that didn't change anything.
What does tun0 need to appear without a reboot?
systemd openvpn
1
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
1
Please post more information to allow us to troubleshoot this. For instance, output ofsystemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines fromjournalctl -e
that you think might be relevant, snippets fromip a
,lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!
– Filipe Brandenburger
12 hours ago
1
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am installing openvpn on Ubuntu 18.04. The installation and setup goes smoothly. I start the systemd service and it succeeds. But, there is no tun0 interface in ip a
.
If I reboot, then tun0 is there.
I tried modprobe tun
before rebooting but that didn't change anything.
What does tun0 need to appear without a reboot?
systemd openvpn
I am installing openvpn on Ubuntu 18.04. The installation and setup goes smoothly. I start the systemd service and it succeeds. But, there is no tun0 interface in ip a
.
If I reboot, then tun0 is there.
I tried modprobe tun
before rebooting but that didn't change anything.
What does tun0 need to appear without a reboot?
systemd openvpn
systemd openvpn
edited 12 hours ago
asked 15 hours ago
user1371264
1396
1396
1
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
1
Please post more information to allow us to troubleshoot this. For instance, output ofsystemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines fromjournalctl -e
that you think might be relevant, snippets fromip a
,lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!
– Filipe Brandenburger
12 hours ago
1
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago
add a comment |
1
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
1
Please post more information to allow us to troubleshoot this. For instance, output ofsystemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines fromjournalctl -e
that you think might be relevant, snippets fromip a
,lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!
– Filipe Brandenburger
12 hours ago
1
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago
1
1
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
1
1
Please post more information to allow us to troubleshoot this. For instance, output of
systemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines from journalctl -e
that you think might be relevant, snippets from ip a
, lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!– Filipe Brandenburger
12 hours ago
Please post more information to allow us to troubleshoot this. For instance, output of
systemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines from journalctl -e
that you think might be relevant, snippets from ip a
, lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!– Filipe Brandenburger
12 hours ago
1
1
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f481287%2fhow-to-make-tun0-appear-after-openvpn-installation-without-rebooting%23new-answer', 'question_page');
);
Post as a guest
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
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
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
1
Enabling and starting a service is not the same. All enabling does is making sure the service is started on every boot. Just start the service (replace "enable" with "start") and tun0 should appear.
– Fang
14 hours ago
I start the service, I edited the post.
– user1371264
12 hours ago
1
Please post more information to allow us to troubleshoot this. For instance, output of
systemctl status openvpn.service
(or whatever the exact service name you're starting is), perhaps some lines fromjournalctl -e
that you think might be relevant, snippets fromip a
,lsmod
, etc. You need to provide more information in your question to get an useful answer to it. Thanks!– Filipe Brandenburger
12 hours ago
1
To add to what @FilipeBrandenburger said: There's no way the start of the service is successful if tun0 doesn't appear.
– Fang
11 hours ago