removido
(usa Nenhuma)
Enviado em 30/06/2017 - 04:10h
Estou seguindo novas pistas. Estão me levando ao tal connmand (olhando parece que alguém escreveu command errado). Fui parar na Arch Wiki.
https://wiki.archlinux.org/index.php/Connman
Lá aparece o seguinte conteúdo:
Unknown route on connection
A log entry for an unknown route appears each time a connect is done. For example:
...
connmand[473]: wlp2s0 {add} route 82.165.8.211 gw 10.20.30.4 scope 0 <UNIVERSE>
connmand[473]: wlp2s0 {del} route 82.165.8.211 gw 10.20.30.4 scope 0 <UNIVERSE>
...
It likely is Connman performing a connectivity check to the ipv4.connman.net host (which resolves to the IP address 82.165.8.211 at current). See the Connman README for more information on why and what - apart from the connecting IP - it transmits.
While there is no option to configure the destination host of the check, the connection itself is functional (unless behind a captive portal) if the check is blocked by a firewall rule:
# ip6tables -A OUTPUT -d ipv6.connman.net -j REJECT
# iptables -A OUTPUT -d ipv4.connman.net,ipv6.connman.net -j REJECT
Agora a pista é connman.net e é só dar um ping para ver o que aparece:
$ ping -c 7 ipv4.connman.net
PING ipv4.connman.net (82.165.8.211) 56(84) bytes of data.
--- ipv4.connman.net ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6151ms
Pelo jeito o site que deu a pista do tal inferninho era furado. Devia ser algum tipo de propaganda rasteira. Começo a ficar um pouco mais tranquilo. É intrusivo o sistema ficar conectando esse site a cada desconexão desse jeito. É uma forma de marcar onde a pessoa está. Pode isso Arnaldo? Sinceramente, quantos de vocês já conheciam ou viram algo igual a esta
mer da que é feita?
Eu deveria ter criado este tópico numa comunidade de segurança, redes ou algo assim. É um assunto mais técnico. Ainda falta descobrir o que é esse tal Connman:
https://en.wikipedia.org/wiki/ConnMan
ConnMan is an internet connection manager for embedded devices running the Linux operating system.
The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaption and modification for various use cases.
Originally created as part of Intel's Moblin effort, it's now used by OpenELEC as well as Mer and therefore by Sailfish OS and Jolla, which are based on it.
É por isso que não há Network Manager ou WICD e as coisas funcionam aqui. É outro sistema de gerenciamento de rede.
<ADD>
Resolvi brincar com o perigo e meter um escaneamento de portas sem autorização neles (não é justo?):
$ nmap -p1-65535 ipv4.connman.net
Starting Nmap 7.40 ( https://nmap.org ) at 2017-06-30 04:34 -03
Stats: 0:03:02 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
Nmap scan report for ipv4.connman.net (82.165.8.211)
Host is up (0.26s latency).
Not shown: 65531 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp closed https
587/tcp closed submission
7778/tcp closed interwise
Nmap done: 1 IP address (1 host up) scanned in 317.00 seconds
</ADD>
Site do tal projeto:
https://git.kernel.org/pub/scm/network/connman/connman.git/
Falta saber se ele é mais um produto com a qualidade SystemD de sempre. Voltamos a qualquer momento com novas informações.