OpenVPN still opening login page after uninstalling it

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I installed OpenVPN from .deb package. Now I have uninstalled it with
dpkg --purge openvpn
and also tried
apt purge openvpn
but when I visit my server address via browser it still opens the OpenVPN login page and I can't access any other folders on my server e.g. serverip/example
uninstall openvpn
add a comment |Â
up vote
0
down vote
favorite
I installed OpenVPN from .deb package. Now I have uninstalled it with
dpkg --purge openvpn
and also tried
apt purge openvpn
but when I visit my server address via browser it still opens the OpenVPN login page and I can't access any other folders on my server e.g. serverip/example
uninstall openvpn
1
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed OpenVPN from .deb package. Now I have uninstalled it with
dpkg --purge openvpn
and also tried
apt purge openvpn
but when I visit my server address via browser it still opens the OpenVPN login page and I can't access any other folders on my server e.g. serverip/example
uninstall openvpn
I installed OpenVPN from .deb package. Now I have uninstalled it with
dpkg --purge openvpn
and also tried
apt purge openvpn
but when I visit my server address via browser it still opens the OpenVPN login page and I can't access any other folders on my server e.g. serverip/example
uninstall openvpn
edited Apr 24 at 14:00
NerdOfLinux
1,499830
1,499830
asked Apr 24 at 13:10
Firmus
1
1
1
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35
add a comment |Â
1
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35
1
1
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1027805%2fopenvpn-still-opening-login-page-after-uninstalling-it%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
OpenVPN doesn't have a login page that comes with its package. AnyConnect-like things do, but not OpenVPN. If you are getting a login page for OpenVPN when you are attempting to access your server via Web Browser, then start by clearing your internet cache before pointing fingers at OpenVPN. If you are still getting such a login page, then your remote server may be misconfigured.
â Thomas Wardâ¦
Apr 24 at 14:02
Tried clearing internet cache, not working. I use apache but don't know how to fix this since I didn't do any manual config. If some part of OpenVPN wasn't left I'm sure I wouldn't be getting this. Tried using find command to find OpenVPN leftovers but nothing. Here is my server: klincic.com.
â Firmus
Apr 24 at 17:35