Config NM para portal cativo Artful 17.10

0

Artful 17.10 com instalação limpa do Network Manager atualizada via software atualizador. Tela inicial perdida do portal cativo para finalizar a conexão para a internet após a reinicialização. A tela inicial perdida é recorrente problema.

Eu verifiquei o driver

$ lspci -nnk | grep -iA3 net
01:00.0 Network controller [0280]: Intel Corporation Wireless 3165
[8086:3165] (rev 79) Subsystem: Intel Corporation Wireless 3165
[8086:3165]  Kernel driver in use: iwlwifi Kernel modules: iwlwifi

Eu então corri

$ sudo dpkg-reconfigure resolvconf
dpkg-query: package 'resolvconf' is not installed and no information is available

Verificando o / etc / resolvconf, o diretório contém apenas a subpasta update-libc.d que produz dois scripts quando abertos.

avahi-daemon

#!/bin/sh
#
# If we have an unicast .local domain, we immediately disable avahi to avoid
# conflicts with the multicast IP4LL .local domain

if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then   exec
/usr/lib/avahi/avahi-daemon-check-dns.sh fi

... e

 postfix

#!/bin/sh -e

# we only need to copy this in if the service is already running.
# if it's not running, it'll get picked up by the init script on start. /usr/sbin/service postfix status >/dev/null 2>&1 || exit 0 
QUEUEDIR="$(/usr/sbin/postconf -hx queue_directory 2>/dev/null ||
 true)" if [ -n "$QUEUEDIR" ]; then
     cp /etc/resolv.conf ${QUEUEDIR}/etc/resolv.conf
     /usr/sbin/service postfix reload >/dev/null 2>&1 || exit 0 fi

 exit 0

Pesquisando no diretório / etc /, encontrei o arquivo

resolv.conf 

# Generated by NetworkManager 
search mcd07682.bos.wayport.net 
nameserver 127.0.1.1

... e do meu cliente AirVPN Eddie

resolve.conf.eddie

# This file is managed by man:systemd-resolved(8). Do not edit.
#
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53

search mcd07682.bos.wayport.net

Verificando a integridade da instalação do NM ...

01-network-manager-all.yaml

# Let NetworkManager manage all devices on this system network:   version: 2   renderer: NetworkManager

O que estou perdendo e como resolver esse problema recorrente com um NM que reconhece a conexão Wi-Fi, mas não exibe a tela inicial do portal cativo.

Eu executei o script wireless.info e ele mostra uma boa conexão com o wifi. A discussão e os resultados estão aqui

Por favor, ajude um fã noob do Ubuntu.

    
por broken windows 17.12.2017 / 17:51

0 respostas