[SOLVED] Net applet and network manager problems

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

[SOLVED] Net applet and network manager problems

Postby aselluza » Jan 1st, '18, 17:27

Hello, I'm having some problems to connect to Wifi in my two computers in Mageia 6. I was using net applet and not network manager to connect for a long time, with no problem, but suddenly it failed, it wouldn't show available wifis any more, so I tried with network manager. I was able to connect and available wifis appeared in net applet again, but if I try to connect from net applet it will always fail anyway. Now it's supposed to start network manager automatically, but it always asks me for admin password every time I reboot and open a new session, and it won't connect autimatically until I introduce that password. It's pretty annoying as all programs fail to connect until I introduce that password and I must restart some of them after it connects to wifi. I'd thank any help so I can start my sessions automatically connected again...
Last edited by aselluza on Jan 4th, '18, 00:52, edited 1 time in total.
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44

Re: Net applet and network manager problems

Postby doktor5000 » Jan 1st, '18, 23:28

Which desktop environment are you using? And please provide the output of the following commands:

Code: Select all
lspcidrake -v | grep -iE "wlan|wifi|wireless|net"
ps -ef | grep -v grep | grep -iE "net|wpa"


and, as root:
Code: Select all
ifconfig -a
rfkill list all
systemctl status network.service -al -n150
journalctl -ab -u NetworkManager
journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Net applet and network manager problems

Postby aselluza » Jan 1st, '18, 23:52

doktor5000 wrote:Which desktop environment are you using?


Plasma in both computers, laptop and desktop. I copy the outputs of commands in the desktop. thanx!!

Code: Select all
lspcidrake -v | grep -iE "wlan|wifi|wireless|net"
r8169           : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1458 subd:e000) (rev: 0c)
ath9k           : Qualcomm Atheros|AR9287 Wireless Network Adapter (PCI-Express) [NETWORK_OTHER] (vendor:168c device:002e subv:168c subd:30a4) (rev: 01)

Code: Select all
ps -ef | grep -v grep | grep -iE "net|wpa"
root        28     2  0 12:41 ?        00:00:00 [netns]
systemd+   928     1  0 12:41 ?        00:00:00 /usr/lib/systemd/systemd-networkd
asel      4039  3714  0 12:41 ?        00:00:32 /usr/bin/perl /usr/bin/net_applet
root      7793     1  0 12:42 ?        00:00:04 /usr/sbin/NetworkManager --no-daemon
root      7801     1  0 12:42 ?        00:00:00 /usr/sbin/wpa_supplicant -u -P /run/wpa_supplicant.pid -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant.conf



Code: Select all
ifconfig -a
enp1s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether e0:d5:5e:23:ad:5e  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)                                                                                                                 
        RX packets 6308  bytes 1543909 (1.4 MiB)                                                                                                             
        RX errors 0  dropped 0  overruns 0  frame 0                                                                                                         
        TX packets 6308  bytes 1543909 (1.4 MiB)                                                                                                             
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0                                                                                           
                                                                                                                                                             
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500                                                                                                 
        inet 192.168.0.15  netmask 255.255.255.0  broadcast 192.168.0.255                                                                                   
        inet6 fe80::7f10:b24a:e4a7:1c3  prefixlen 64  scopeid 0x20<link>                                                                                     
        ether ec:08:6b:85:c3:1e  txqueuelen 1000  (Ethernet)                                                                                                 
        RX packets 1664273  bytes 2070680450 (1.9 GiB)                                                                                                       
        RX errors 0  dropped 0  overruns 0  frame 0                                                                                                         
        TX packets 1068885  bytes 412823232 (393.6 MiB)                                                                                                     
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Code: Select all
rfkill list all
0: phy0: Wireless LAN                                                                                                                                       
        Soft blocked: no                                                                                                                                     
        Hard blocked: no


Code: Select all
systemctl status network.service -al -n150
● network.service - LSB: Bring up/down networking                                                                                                           
   Loaded: loaded (/etc/rc.d/init.d/network; generated; vendor preset: enabled)                                                                             
   Active: failed (Result: exit-code) since al. 2018-01-01 12:41:05 CET; 10h ago                                                                             
     Docs: man:systemd-sysv-generator(8)                                                                                                                     
   CGroup: /system.slice/network.service                                                                                                                     
           └─1297 /sbin/ifplugd -I -b -i enp1s0                                                                                                             
                                                                                                                                                             
urt 01 12:41:05 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...                                                                 
urt 01 12:41:05 localhost.localdomain network[1102]: Loopback interfazea altxatzen:  [    ADOS    ]                                                         
urt 01 12:41:05 localhost.localdomain network[1102]: wireless arautzeko domeinua konfiguratzen [    ADOS    ]                                               
urt 01 12:41:05 localhost.localdomain ifplugd(enp1s0)[1297]: ifplugd 0.28 initializing.
urt 01 12:41:05 localhost.localdomain ifplugd(enp1s0)[1297]: Using interface enp1s0/E0:D5:5E:23:AD:5E with driver <r8169> (version: 2.3LK-NAPI)
urt 01 12:41:05 localhost.localdomain ifplugd(enp1s0)[1297]: Using detection mode: SIOCETHTOOL
urt 01 12:41:05 localhost.localdomain ifplugd(enp1s0)[1297]: Initialization complete, link beat not detected.
urt 01 12:41:05 localhost.localdomain network[1102]: enp1s0 interfazea irekitzen:  [    ADOS    ]
urt 01 12:41:05 localhost.localdomain network[1102]: wlp3s0 interfazea irekitzen:  AKATSA   : [/etc/sysconfig/network-scripts/ifup-eth] Device wlp3s0 has dif
urt 01 12:41:05 localhost.localdomain network[1102]: [HUTS EGIN DU]
urt 01 12:41:05 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited status=1
urt 01 12:41:05 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
urt 01 12:41:05 localhost.localdomain systemd[1]: network.service: Unit entered failed state.
urt 01 12:41:05 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
...skipping...


Code: Select all
journalctl -ab -u NetworkManager
-- Logs begin at or. 2017-11-10 09:11:33 CET, end at al. 2018-01-01 22:49:21 CET. --
urt 01 12:41:05 localhost.localdomain systemd[1]: Network Manager is not active.
urt 01 12:42:51 localhost.localdomain systemd[1]: Starting Network Manager...
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.6987] NetworkManager (version 1.8.0) is starting... (for the first time)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.6989] Read config: /etc/NetworkManager/NetworkManager.conf
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7045] manager[0x24f10c0]: monitoring kernel firmware directory '/lib/firmware
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7054] policy: hostname management mode: default
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7056] dns-mgr[0x24f9170]: init: dns=default, rc-manager=resolvconf
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7061] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:0
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7061] manager[0x24f10c0]: WiFi hardware radio set enabled
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7062] manager[0x24f10c0]: WWAN hardware radio set enabled
urt 01 12:42:51 localhost.localdomain systemd[1]: Started Network Manager.
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <error> [1514806971.7124] dispatcher: could not get dispatcher proxy! Errorea org.freedesktop.nm_
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7139] settings: loaded plugin ifcfg-rh: (c) 2007 - 2015 Red Hat, Inc.  To rep
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7144] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs pl
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7145] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To repo
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7157] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-wlp3s0 (8
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7163] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-EUSKALTEL
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7169] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-enp1s0 (c
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7794] settings: hostname: using hostnamed
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7794] settings: hostname changed from (none) to "localhost.localdomain"
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7795] dhcp-init: Using DHCP client 'internal'
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7795] manager: WiFi enabled by radio killswitch; enabled by state file
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7795] manager: WWAN enabled by radio killswitch; enabled by state file
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7795] manager: Networking is enabled by state file
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMBondDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMBridgeDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMDummyDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMEthernetDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMInfinibandDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7802] Loaded device plugin: NMMacsecDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7803] Loaded device plugin: NMMacvlanDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7803] Loaded device plugin: NMTunDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7804] Loaded device plugin: NMVethDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7804] Loaded device plugin: NMVlanDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7804] Loaded device plugin: NMVxlanDeviceFactory (internal)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7817] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/libnm-de
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7825] device (lo): link connected
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7829] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devi
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7838] manager: (enp1s0): new Ethernet device (/org/freedesktop/NetworkManager
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7847] device (enp1s0): state change: unmanaged -> unavailable (reason 'manage
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7861] wifi-nl80211: (wlp3s0): using nl80211 for WiFi device control
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7862] device (wlp3s0): driver supports Access Point (AP) mode
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7868] manager: (wlp3s0): new 802.11 WiFi device (/org/freedesktop/NetworkMana
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7875] device (wlp3s0): state change: unmanaged -> unavailable (reason 'manage
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7999] device (wlp3s0): set-hw-addr: set MAC address to 3E:D1:0A:30:81:58 (sca
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.8736] supplicant: wpa_supplicant running
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.8736] device (wlp3s0): supplicant interface state: init -> starting
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.8961] sup-iface[0x2587830,wlp3s0]: supports 4 scan SSIDs
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.8966] device (wlp3s0): supplicant interface state: starting -> ready
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.8966] device (wlp3s0): state change: unavailable -> disconnected (reason 'sup
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7260] device (wlp3s0): supplicant interface state: ready -> inactive
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7391] policy: auto-activating connection 'EUSKALTEL_D0011902'
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7398] device (wlp3s0): Activation: starting connection 'EUSKALTEL_D0011902' (
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7400] device (wlp3s0): state change: disconnected -> prepare (reason 'none')
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7401] manager: NetworkManager state is now CONNECTING
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7547] device (wlp3s0): set-hw-addr: reset MAC address to EC:08:6B:85:C3:1E (p
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7744] device (wlp3s0): supplicant interface state: inactive -> disabled
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7748] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7749] device (wlp3s0): Activation: (wifi) access point 'EUSKALTEL_D0011902' h
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7750] device (wlp3s0): state change: config -> need-auth (reason 'none') [50
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7949] device (wlp3s0): supplicant interface state: disabled -> inactive
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6811] device (wlp3s0): state change: need-auth -> prepare (reason 'none') [60
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6813] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6814] device (wlp3s0): Activation: (wifi) connection 'EUSKALTEL_D0011902' has
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6814] Config: added 'ssid' value 'EUSKALTEL_D0011902'
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6814] Config: added 'scan_ssid' value '1'
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6815] Config: added 'key_mgmt' value 'WPA-PSK'
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6815] Config: added 'psk' value '<hidden>'
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6969] device (wlp3s0): supplicant interface state: inactive -> scanning
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5369] device (wlp3s0): supplicant interface state: scanning -> authenticating
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5439] device (wlp3s0): supplicant interface state: authenticating -> associat
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5504] device (wlp3s0): supplicant interface state: associating -> associated
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5620] device (wlp3s0): supplicant interface state: associated -> 4-way handsh
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5868] device (wlp3s0): supplicant interface state: 4-way handshake -> complet
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5868] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) suc
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5869] device (wlp3s0): state change: config -> ip-config (reason 'none') [50
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5872] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 second
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6316] dhcp4 (wlp3s0):   address 192.168.0.15
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6316] dhcp4 (wlp3s0):   plen 24
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6317] dhcp4 (wlp3s0):   expires in 604800 seconds
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6317] dhcp4 (wlp3s0):   nameserver '212.142.144.66'
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6317] dhcp4 (wlp3s0):   domain name 'euskaltel.es'
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6317] dhcp4 (wlp3s0):   gateway 192.168.0.1
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6319] dhcp4 (wlp3s0): state changed unknown -> bound
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6327] device (wlp3s0): state change: ip-config -> ip-check (reason 'none') [7
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6328] device (wlp3s0): state change: ip-check -> secondaries (reason 'none')
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6330] device (wlp3s0): state change: secondaries -> activated (reason 'none')
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6331] manager: NetworkManager state is now CONNECTED_LOCAL
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6453] manager: NetworkManager state is now CONNECTED_SITE
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6453] policy: set 'EUSKALTEL_D0011902' (wlp3s0) as default for IPv4 routing a
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.6455] dns-mgr: Writing DNS information to /sbin/resolvconf
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.7086] device (wlp3s0): Activation: successful, device activated.
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.7087] manager: startup complete
urt 01 12:43:01 localhost.localdomain NetworkManager[7793]: <info>  [1514806981.7167] manager: NetworkManager state is now CONNECTED_GLOBAL


Code: Select all
journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
urt 01 12:41:02 localhost.localdomain kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
urt 01 12:41:02 localhost.localdomain kernel: [drm] GuC firmware load skipped
urt 01 12:41:02 localhost.localdomain kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
urt 01 12:41:02 localhost.localdomain kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
urt 01 12:41:02 localhost.localdomain kernel: ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xffffae8001660000, irq=18
urt 01 12:41:04 localhost.localdomain service_harddrake[849]: FIREWIRE_CONTROLLER took:  0:00:00
urt 01 12:41:05 localhost.localdomain network[1102]: wireless arautzeko domeinua konfiguratzen [    ADOS    ]
urt 01 12:41:10 localhost.localdomain kernel: IFWLOG: register target
urt 01 12:41:10 localhost.localdomain systemd[1]: Started Network monitoring daemon (Interactive Firewall and wireless).
urt 01 12:41:29 localhost.localdomain gcr-prompter[4414]: Gcr: beginning the secret exchange: <REMOVED>
urt 01 12:41:29 localhost.localdomain gcr-prompter[4414]: Gcr: receiving secret exchange: <REMOVED>
urt 01 12:41:56 localhost.localdomain gcr-prompter[4414]: Gcr: sending the secret exchange: <REMOVED>
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: modified file /etc/sysconfig/network-scripts/wireless.d/d0:b2:c4:53:28:d5
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: modified file /etc/sysconfig/network-scripts/wireless.d/d0:b2:c4:53:28:d5
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: changed mode of /etc/sysconfig/network-scripts/wireless.d/d0:b2:c4:53:28:d5 to 700
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: written  interface configuration in /etc/sysconfig/network-scripts/wireless.d/d0:b2:c4:53:28:d5
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: modified file /etc/sysconfig/network-scripts/wireless.d/EUSKALTEL_D0011902
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: modified file /etc/sysconfig/network-scripts/wireless.d/EUSKALTEL_D0011902
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: changed mode of /etc/sysconfig/network-scripts/wireless.d/EUSKALTEL_D0011902 to 700
urt 01 12:42:22 localhost.localdomain draknetcenter[5634]: written  interface configuration in /etc/sysconfig/network-scripts/wireless.d/EUSKALTEL_D0011902
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7045] manager[0x24f10c0]: monitoring kernel firmware directory '/lib/firmware'.
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7061] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/ieee80211/phy0/rfkill0) (driver ath9k)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7061] manager[0x24f10c0]: WiFi hardware radio set enabled
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7795] manager: WiFi enabled by radio killswitch; enabled by state file
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7817] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/libnm-device-plugin-wifi.so)
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7861] wifi-nl80211: (wlp3s0): using nl80211 for WiFi device control
urt 01 12:42:51 localhost.localdomain NetworkManager[7793]: <info>  [1514806971.7868] manager: (wlp3s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
urt 01 12:42:52 localhost.localdomain NetworkManager[7793]: <info>  [1514806972.7749] device (wlp3s0): Activation: (wifi) access point 'EUSKALTEL_D0011902' has security, but secrets are required.
urt 01 12:42:56 localhost.localdomain kdeinit5[3484]: plasma-nm: Setting name: "802-11-wireless-security"
urt 01 12:42:59 localhost.localdomain NetworkManager[7793]: <info>  [1514806979.6814] device (wlp3s0): Activation: (wifi) connection 'EUSKALTEL_D0011902' has security, and secrets exist.  No new secrets needed.
urt 01 12:43:00 localhost.localdomain NetworkManager[7793]: <info>  [1514806980.5868] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'EUSKALTEL_D0011902'.
urt 01 12:43:03 localhost.localdomain plasmashell[3720]:  New Notification:  "Qualcomm Atheros|AR9287 Wireless Network Adapter (PCI-Express)" "Sarea altsatuta dago Irratia (Wi-Fi) (wlp3s0) interfazean.\nIP helbidea: 192.168.0.15\nAtebidea: 192.168.0.1\nDNS: 212.142.144.66" 5000 & Part of: 0
urt 01 12:46:08 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=114.45.80.81 DST=192.168.0.15 LEN=113 TOS=0x00 PREC=0x00 TTL=115 ID=52604 PROTO=UDP SPT=37142 DPT=4672 LEN=93
urt 01 12:50:09 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=30074 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 13:01:41 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=130.25.217.222 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=110 ID=27244 PROTO=UDP SPT=21927 DPT=4672 LEN=46
urt 01 13:23:03 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=46.172.225.54 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=47 ID=798 PROTO=UDP SPT=43000 DPT=4672 LEN=143
urt 01 13:24:54 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=79.60.247.243 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=112 ID=25054 PROTO=UDP SPT=4672 DPT=4672 LEN=143
urt 01 13:30:47 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=81.101.56.68 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=113 ID=5893 PROTO=UDP SPT=17674 DPT=4672 LEN=52
urt 01 13:44:26 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=221.208.24.75 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=109 ID=13953 PROTO=UDP SPT=25878 DPT=4672 LEN=127
urt 01 13:44:53 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.30.6.159 DST=192.168.0.15 LEN=113 TOS=0x00 PREC=0x00 TTL=119 ID=7443 PROTO=UDP SPT=29698 DPT=4672 LEN=93
urt 01 13:50:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=111.19.41.237 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=109 ID=926 PROTO=UDP SPT=6604 DPT=4672 LEN=46
urt 01 13:55:33 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=79.41.26.13 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=113 ID=2616 PROTO=UDP SPT=61305 DPT=4672 LEN=52
urt 01 13:55:43 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=183.17.233.39 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=51 ID=19329 PROTO=UDP SPT=50250 DPT=4672 LEN=46
urt 01 13:58:36 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=203.79.177.48 DST=192.168.0.15 LEN=77 TOS=0x00 PREC=0x00 TTL=101 ID=25196 PROTO=UDP SPT=32692 DPT=4672 LEN=57
urt 01 14:01:05 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=119.181.45.138 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=45 ID=32707 PROTO=UDP SPT=25098 DPT=4672 LEN=127
urt 01 14:03:06 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=119.237.22.69 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=45 ID=0 DF PROTO=UDP SPT=14672 DPT=4672 LEN=143
urt 01 14:10:28 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=87.2.47.223 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=113 ID=8408 PROTO=UDP SPT=4672 DPT=4672 LEN=52
urt 01 14:12:32 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.30.12.117 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=119 ID=23040 PROTO=UDP SPT=5945 DPT=4672 LEN=143
urt 01 14:14:32 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=5.94.179.15 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=109 ID=553 PROTO=UDP SPT=25122 DPT=4672 LEN=143
urt 01 14:14:50 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=178.4.230.52 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=46 ID=2529 DF PROTO=UDP SPT=4612 DPT=4672 LEN=143
urt 01 14:18:45 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=120.24.56.215 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=109 ID=18905 PROTO=UDP SPT=25797 DPT=4672 LEN=127
urt 01 14:27:15 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=85.53.94.99 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=117 ID=10571 PROTO=UDP SPT=1500 DPT=4672 LEN=143
urt 01 14:27:23 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=82.56.198.77 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=113 ID=15588 PROTO=UDP SPT=29592 DPT=4672 LEN=143
urt 01 14:30:33 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=81.40.163.92 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=120 ID=13483 PROTO=UDP SPT=26700 DPT=4672 LEN=143
urt 01 14:31:53 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=125.78.51.175 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=109 ID=12682 PROTO=UDP SPT=5187 DPT=4672 LEN=127
urt 01 14:34:07 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=125.80.226.221 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=113 ID=17838 PROTO=UDP SPT=10251 DPT=4672 LEN=46
urt 01 14:41:12 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=37.11.191.224 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=118 ID=28017 PROTO=UDP SPT=60001 DPT=4672 LEN=143
urt 01 14:47:11 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=101.30.54.1 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=108 ID=3599 PROTO=UDP SPT=7017 DPT=4672 LEN=46
urt 01 14:47:21 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=111.253.75.57 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=116 ID=21059 PROTO=UDP SPT=26085 DPT=4672 LEN=143
urt 01 14:53:16 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=27189 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 14:57:10 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=84.79.81.142 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=116 ID=16924 PROTO=UDP SPT=4647 DPT=4672 LEN=143
urt 01 15:01:57 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=81.101.56.68 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=113 ID=29006 PROTO=UDP SPT=17674 DPT=4672 LEN=143
urt 01 15:23:38 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=116.53.219.63 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=49 ID=17868 PROTO=UDP SPT=21838 DPT=4672 LEN=46
urt 01 15:36:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=219.150.9.187 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=113 ID=19688 PROTO=UDP SPT=17814 DPT=4672 LEN=46
urt 01 15:36:53 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=83.155.28.17 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=52 ID=0 DF PROTO=UDP SPT=4673 DPT=4672 LEN=143
urt 01 15:43:45 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=46.172.225.54 DST=192.168.0.15 LEN=113 TOS=0x00 PREC=0x00 TTL=47 ID=40044 PROTO=UDP SPT=43000 DPT=4672 LEN=93
urt 01 15:44:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=59.42.201.71 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=50 ID=55553 PROTO=UDP SPT=17823 DPT=4672 LEN=46
urt 01 15:45:32 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=79.182.64.132 DST=192.168.0.15 LEN=113 TOS=0x00 PREC=0x00 TTL=111 ID=18108 PROTO=UDP SPT=4662 DPT=4672 LEN=93
urt 01 15:45:57 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=338 TOS=0x00 PREC=0x00 TTL=112 ID=23612 PROTO=UDP SPT=5855 DPT=4672 LEN=318
urt 01 15:47:59 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=6165 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 15:49:01 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=79 TOS=0x00 PREC=0x00 TTL=112 ID=16809 PROTO=UDP SPT=5855 DPT=4672 LEN=59
urt 01 15:49:49 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=46.172.225.54 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=47 ID=49346 PROTO=UDP SPT=43000 DPT=4672 LEN=52
urt 01 15:49:49 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=46.172.225.54 DST=192.168.0.15 LEN=65 TOS=0x00 PREC=0x00 TTL=47 ID=20119 PROTO=UDP SPT=43000 DPT=4672 LEN=45
urt 01 15:52:20 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=3476 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 15:54:56 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=222.220.0.204 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=49 ID=25396 PROTO=UDP SPT=11066 DPT=4672 LEN=46
urt 01 16:28:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=3822 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 16:55:37 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.226.169.170 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=116 ID=9097 PROTO=UDP SPT=34100 DPT=4672 LEN=52
urt 01 17:28:26 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=26966 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 17:58:08 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.30.6.159 DST=192.168.0.15 LEN=71 TOS=0x00 PREC=0x00 TTL=119 ID=10387 PROTO=UDP SPT=29698 DPT=4672 LEN=51
urt 01 17:59:32 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=62.83.252.2 DST=192.168.0.15 LEN=77 TOS=0x00 PREC=0x00 TTL=118 ID=15277 PROTO=UDP SPT=20931 DPT=4672 LEN=57
urt 01 18:01:27 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=36.62.223.179 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=114 ID=31531 PROTO=UDP SPT=45783 DPT=4672 LEN=46
urt 01 19:00:31 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=19253 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 19:13:03 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=121.230.70.186 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=114 ID=17819 PROTO=UDP SPT=13484 DPT=4672 LEN=127
urt 01 19:41:20 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=217.245.214.81 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=114 ID=58122 PROTO=UDP SPT=4672 DPT=4672 LEN=52
urt 01 19:47:28 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=92.190.75.142 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=56 ID=0 DF PROTO=UDP SPT=6628 DPT=4672 LEN=143
urt 01 19:56:21 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.30.6.159 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=119 ID=310 PROTO=UDP SPT=29698 DPT=4672 LEN=143
urt 01 19:56:23 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=78.30.6.159 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=119 ID=506 PROTO=UDP SPT=29698 DPT=4672 LEN=143
urt 01 19:56:44 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=117.87.35.86 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=113 ID=3528 PROTO=UDP SPT=34344 DPT=4672 LEN=127
urt 01 20:00:21 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=151.40.173.89 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=109 ID=46987 PROTO=UDP SPT=11899 DPT=4672 LEN=143
urt 01 20:09:02 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=114.243.21.247 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=47 ID=21667 PROTO=UDP SPT=7039 DPT=4672 LEN=143
urt 01 20:27:07 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=183.17.57.40 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=113 ID=11158 PROTO=UDP SPT=42417 DPT=4672 LEN=127
urt 01 20:37:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=121.42.61.164 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=106 ID=6149 PROTO=UDP SPT=20901 DPT=4672 LEN=46
urt 01 20:42:02 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=114.138.190.37 DST=192.168.0.15 LEN=66 TOS=0x00 PREC=0x00 TTL=49 ID=23264 PROTO=UDP SPT=17647 DPT=4672 LEN=46
urt 01 20:43:37 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=83.20.108.34 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=115 ID=3918 PROTO=UDP SPT=4672 DPT=4672 LEN=143
urt 01 20:46:17 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=178.82.52.116 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=47 ID=0 DF PROTO=UDP SPT=4672 DPT=4672 LEN=143
urt 01 21:02:39 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=95.248.19.58 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=112 ID=27185 PROTO=UDP SPT=5855 DPT=4672 LEN=52
urt 01 21:22:15 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=5.170.222.167 DST=192.168.0.15 LEN=79 TOS=0x00 PREC=0x00 TTL=110 ID=3150 PROTO=UDP SPT=57514 DPT=4672 LEN=59
urt 01 21:23:43 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=217.245.214.81 DST=192.168.0.15 LEN=72 TOS=0x00 PREC=0x00 TTL=114 ID=64133 PROTO=UDP SPT=4672 DPT=4672 LEN=52
urt 01 21:26:14 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=5.170.222.167 DST=192.168.0.15 LEN=79 TOS=0x00 PREC=0x00 TTL=110 ID=3950 PROTO=UDP SPT=57514 DPT=4672 LEN=59
urt 01 21:27:20 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=5.170.222.167 DST=192.168.0.15 LEN=71 TOS=0x00 PREC=0x00 TTL=110 ID=4035 PROTO=UDP SPT=57514 DPT=4672 LEN=51
urt 01 21:43:37 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=222.169.194.186 DST=192.168.0.15 LEN=97 TOS=0x00 PREC=0x00 TTL=113 ID=12175 DF PROTO=UDP SPT=17979 DPT=4672 LEN=77
urt 01 21:46:22 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=2.224.168.152 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=108 ID=36340 PROTO=UDP SPT=32642 DPT=4672 LEN=143
urt 01 21:56:49 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=83.54.181.215 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=119 ID=7442 PROTO=UDP SPT=4672 DPT=4672 LEN=143
urt 01 22:42:04 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=83.213.199.87 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=123 ID=5308 PROTO=UDP SPT=36589 DPT=4672 LEN=127
urt 01 22:46:13 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=114.35.95.50 DST=192.168.0.15 LEN=163 TOS=0x00 PREC=0x00 TTL=52 ID=0 DF PROTO=UDP SPT=5672 DPT=4672 LEN=143
urt 01 22:48:49 localhost.localdomain kernel: Shorewall:net-fw:DROP:IN=wlp3s0 OUT= MAC=ec:08:6b:85:c3:1e:d0:b2:c4:53:28:d4:08:00 SRC=106.117.149.202 DST=192.168.0.15 LEN=147 TOS=0x00 PREC=0x00 TTL=49 ID=3651 PROTO=UDP SPT=25727 DPT=4672 LEN=127
Last edited by doktor5000 on Jan 2nd, '18, 18:40, edited 1 time in total.
Reason: removed secret exchange
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44

Re: Net applet and network manager problems

Postby doktor5000 » Jan 2nd, '18, 18:36

aselluza wrote:
Code: Select all
ps -ef | grep -v grep | grep -iE "net|wpa"
asel      4039  3714  0 12:41 ?        00:00:32 /usr/bin/perl /usr/bin/net_applet
root      7793     1  0 12:42 ?        00:00:04 /usr/sbin/NetworkManager --no-daemon


Well, you're currently using networkmanager and net_applet in parallel, which is not a good idea. Best disable net_applet autostart as decribed in e.g. viewtopic.php?f=25&t=5782
Then at least wipe out the connection details for your wireless networks in /etc/wpa_supplicant.conf (it's sufficient to comment them out) and then try to start the connection via networkmanager and check the logs.
Something like this (as root)

Code: Select all
journalctl -af
LC_ALL=C nmcli connection up "CONNECTIONNAME"



For the issue with networkmanager asking for the password under plasma I'd have to recheck my notes as I had the same problem after a mga5 > mga6 migration,
and even though I fixed it, every now and then (1 out of 10 boots or so) it sometimes asks for the password for my only wireless network, no clue why that happens.
Basically I've wiped all my network configuration files, redid everything from scratch and saved the WPA2 password in the ifcfg config file but the issue with the password still happens sometimes as mentioned above, but I don't want to fiddle with it anymore as I've found a workaround for that which works for me, I just stop networking, unload the kernel module for the wireless chipset and restart networking, then it doesn't ask for the password anymore and just connects - just as it is supposed to work during boot.

edit doktor5000: After rereading your logs, I've removed the secret exchange on the gcr-prompter lines. Not sure what that is about but there's no need to have that in plaintext in your post.

Totally apart from that, from the networkmanager logs it seems the wireless network EUSKALTEL_D0011902 was successfully started, can you comment on that?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Net applet and network manager problems

Postby aselluza » Jan 2nd, '18, 20:03

doktor5000 wrote:Well, you're currently using networkmanager and net_applet in parallel, which is not a good idea. Best disable net_applet autostart as decribed in e.g. viewtopic.php?f=25&t=5782
Then at least wipe out the connection details for your wireless networks in /etc/wpa_supplicant.conf (it's sufficient to comment them out) and then try to start the connection via networkmanager and check the logs.


Ok I guess I disabled net_applet autostart (I couldn't find any .net_applet in my home user but I did it right clicking in the system tray), but I didn't find what to comment out in /etc/wpa_supplicant.conf the only details I found were already commented out.

doktor5000 wrote:
Code: Select all
LC_ALL=C nmcli connection up "CONNECTIONNAME"


I did it, and this is the result:
Code: Select all
Passwords or encryption keys are required to access the wireless network 'EUSKALTEL_D0011902'.
Warning: password for '802-11-wireless-security.psk' not given in 'passwd-file' and nmcli cannot ask without '--ask' option.
Error: Connection activation failed: Secrets were required, but not provided



doktor5000 wrote:Totally apart from that, from the networkmanager logs it seems the wireless network EUSKALTEL_D0011902 was successfully started, can you comment on that?


Yes, I'm connecting everytime using Network Manager, the only problem is that it doesn't connect until the session started and I dive the root password. I'll reboot now and see if anything changed.
Thanx!!
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44

Re: Net applet and network manager problems

Postby aselluza » Jan 2nd, '18, 20:20

doktor5000 wrote:For the issue with networkmanager asking for the password under plasma I'd have to recheck my notes as I had the same problem after a mga5 > mga6 migration,
and even though I fixed it, every now and then (1 out of 10 boots or so) it sometimes asks for the password for my only wireless network, no clue why that happens.
Basically I've wiped all my network configuration files, redid everything from scratch and saved the WPA2 password in the ifcfg config file but the issue with the password still happens sometimes as mentioned above, but I don't want to fiddle with it anymore as I've found a workaround for that which works for me, I just stop networking, unload the kernel module for the wireless chipset and restart networking, then it doesn't ask for the password anymore and just connects - just as it is supposed to work during boot.


That's still my issue, I must enter the root password every time I reboot, which is really annoying because all the programs like thunderbird or facebook messenger fail to connect and I must quit and restart some of them after connecting :roll:
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44

Re: Net applet and network manager problems

Postby doktor5000 » Jan 2nd, '18, 23:12

No that's not the same issue, I need to enter the wireless password, not the root password.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Net applet and network manager problems

Postby aselluza » Jan 2nd, '18, 23:23

doktor5000 wrote:No that's not the same issue, I need to enter the wireless password, not the root password.


We were talking about different password haha it seems that in my system network manager never connects to EUSKALTEL_D0011902 as system but as user, and the user config of the wireless connection keeps the password saved, no problem with it, but it asks for the root pass when user session starts and network manager tries to connect to EUSKALTEL_D0011902 as user. I'm traying to save the WPA2 password in the ifcfg config file but I can't find out how to do it, I tried to edit that system connection to EUSKALTEL_D0011902, also using nm-connection-editor, but I realized it fails to save the wireless password. maybe that's the problem...
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44

Re: Net applet and network manager problems

Postby aselluza » Jan 4th, '18, 00:52

I guess I got it!! I was looking how to change NetworkManager permissions and I found that I had to make changes in org.freedesktop.NetworkManager.policy
I wasn't sure if I needed to change both, but just in case I changed "Allow control of network connections" and "Modify network connections for all users" like this:

<action id="org.freedesktop.NetworkManager.network-control">
<description>Allow control of network connections</description>
<message>System policy prevents control of network connections</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>


<action id="org.freedesktop.NetworkManager.settings.modify.system">
<description>Modify network connections for all users</description>
<message>System policy prevents modification of network settings for all users</message>
<defaults>
<allow_any>auth_admin_keep</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>


The original file said "auth_admin_keep" insted of "yes". Then rebooted and... it's working fine! Now it doesn't ask me for root password to connect or to edit connections. So I guess it's solved!
aselluza
 
Posts: 124
Joined: Jun 20th, '11, 19:44


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest

cron