Unable to authenticate on my ubuntu server wireless router

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I have ubuntu 17.10 server edition installed to act as a router. Everything works just fine. The only problem I'm having is with setting up the wireless part of the router. I can see the AP on my client computers and mobile devices, but I can't authenticate. Clients keep saying there is an authentication problem.
When I don't set a password for the AP everything works just fine but then ofcourse my AP has no encryption, which I don't want. My devices get an IP and can access the LAN and WAN. I have configured the network using netplan.
This is my netplan config file
network:
version: 2
renderer: NetworkManager
ethernets:
#wan interface
ens17:
dhcp4: no
dhcp6: yes
addresses: [192.168.1.2/24]
gateway4: 192.168.1.1
nameservers:
addresses: [195.130.130.3,195.130.131.3]
#lan interface
ens18:
dhcp4: no
dhcp6: no
addresses: [192.168.0.1/24]
#interface for wifi bridge
ens19:
dhcp4: true
wifis:
#wifi-lan interface
wls16:
access-points:
"Valhalla":
mode: ap
password: "ImTestingThis"
bridges:
#virtual bridge for wifi-ethernet connection
br0:
interfaces: [wls16, ens19]
dhcp4: true
Here's a screenshot of the AP showing up and that I'm using the correct password ;)
Message saying it can't connect to the network
Hope someone can help me out.
networking network-manager wireless-access-point netplan
add a comment |Â
up vote
1
down vote
favorite
I have ubuntu 17.10 server edition installed to act as a router. Everything works just fine. The only problem I'm having is with setting up the wireless part of the router. I can see the AP on my client computers and mobile devices, but I can't authenticate. Clients keep saying there is an authentication problem.
When I don't set a password for the AP everything works just fine but then ofcourse my AP has no encryption, which I don't want. My devices get an IP and can access the LAN and WAN. I have configured the network using netplan.
This is my netplan config file
network:
version: 2
renderer: NetworkManager
ethernets:
#wan interface
ens17:
dhcp4: no
dhcp6: yes
addresses: [192.168.1.2/24]
gateway4: 192.168.1.1
nameservers:
addresses: [195.130.130.3,195.130.131.3]
#lan interface
ens18:
dhcp4: no
dhcp6: no
addresses: [192.168.0.1/24]
#interface for wifi bridge
ens19:
dhcp4: true
wifis:
#wifi-lan interface
wls16:
access-points:
"Valhalla":
mode: ap
password: "ImTestingThis"
bridges:
#virtual bridge for wifi-ethernet connection
br0:
interfaces: [wls16, ens19]
dhcp4: true
Here's a screenshot of the AP showing up and that I'm using the correct password ;)
Message saying it can't connect to the network
Hope someone can help me out.
networking network-manager wireless-access-point netplan
After you runnetplan applycan you see anything interesting in/var/log/syslog?
â dpb
Feb 23 at 23:55
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have ubuntu 17.10 server edition installed to act as a router. Everything works just fine. The only problem I'm having is with setting up the wireless part of the router. I can see the AP on my client computers and mobile devices, but I can't authenticate. Clients keep saying there is an authentication problem.
When I don't set a password for the AP everything works just fine but then ofcourse my AP has no encryption, which I don't want. My devices get an IP and can access the LAN and WAN. I have configured the network using netplan.
This is my netplan config file
network:
version: 2
renderer: NetworkManager
ethernets:
#wan interface
ens17:
dhcp4: no
dhcp6: yes
addresses: [192.168.1.2/24]
gateway4: 192.168.1.1
nameservers:
addresses: [195.130.130.3,195.130.131.3]
#lan interface
ens18:
dhcp4: no
dhcp6: no
addresses: [192.168.0.1/24]
#interface for wifi bridge
ens19:
dhcp4: true
wifis:
#wifi-lan interface
wls16:
access-points:
"Valhalla":
mode: ap
password: "ImTestingThis"
bridges:
#virtual bridge for wifi-ethernet connection
br0:
interfaces: [wls16, ens19]
dhcp4: true
Here's a screenshot of the AP showing up and that I'm using the correct password ;)
Message saying it can't connect to the network
Hope someone can help me out.
networking network-manager wireless-access-point netplan
I have ubuntu 17.10 server edition installed to act as a router. Everything works just fine. The only problem I'm having is with setting up the wireless part of the router. I can see the AP on my client computers and mobile devices, but I can't authenticate. Clients keep saying there is an authentication problem.
When I don't set a password for the AP everything works just fine but then ofcourse my AP has no encryption, which I don't want. My devices get an IP and can access the LAN and WAN. I have configured the network using netplan.
This is my netplan config file
network:
version: 2
renderer: NetworkManager
ethernets:
#wan interface
ens17:
dhcp4: no
dhcp6: yes
addresses: [192.168.1.2/24]
gateway4: 192.168.1.1
nameservers:
addresses: [195.130.130.3,195.130.131.3]
#lan interface
ens18:
dhcp4: no
dhcp6: no
addresses: [192.168.0.1/24]
#interface for wifi bridge
ens19:
dhcp4: true
wifis:
#wifi-lan interface
wls16:
access-points:
"Valhalla":
mode: ap
password: "ImTestingThis"
bridges:
#virtual bridge for wifi-ethernet connection
br0:
interfaces: [wls16, ens19]
dhcp4: true
Here's a screenshot of the AP showing up and that I'm using the correct password ;)
Message saying it can't connect to the network
Hope someone can help me out.
networking network-manager wireless-access-point netplan
networking network-manager wireless-access-point netplan
asked Feb 3 at 22:32
Ward Vanlerberghe
64
64
After you runnetplan applycan you see anything interesting in/var/log/syslog?
â dpb
Feb 23 at 23:55
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58
add a comment |Â
After you runnetplan applycan you see anything interesting in/var/log/syslog?
â dpb
Feb 23 at 23:55
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58
After you run
netplan apply can you see anything interesting in /var/log/syslog?â dpb
Feb 23 at 23:55
After you run
netplan apply can you see anything interesting in /var/log/syslog?â dpb
Feb 23 at 23:55
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58
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%2f1002783%2funable-to-authenticate-on-my-ubuntu-server-wireless-router%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
After you run
netplan applycan you see anything interesting in/var/log/syslog?â dpb
Feb 23 at 23:55
Please file a bug on Launchpad; and add the configuration generated by netplan (you can find it in /run/NetworkManager/system-connections). This may be a bug in the way we generate the configuration. You can use the 'ubuntu-bug network-manager' command to make the bug reporting easy.
â Mathieu Trudel-Lapierre
Mar 14 at 2:58