ubuntuusers.de

Internet Verbindung bricht ab

Status: Ungelöst | Ubuntu-Version: Xubuntu 12.10 (Quantal Quetzal)
Antworten |

korn2008

Anmeldungsdatum:
19. September 2011

Beiträge: Zähle...

Hallo,

nach ca. 5 min bricht mein Internet ab, wenn ich ueber LAN ins Internet gehe, über wlan gibt es keine Probleme. Wenn ich über den Terminal einen ping absetze, tut sich nix, die Aktion wird nicht durchgeführt, keine FM im terminal. Damit das Internet wieder geht, muss ich das LAN Kabel raus- und reinstecken. Kann jemand bei diesem Problem weiterhelfen?

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16666

Hallo korn2008,

Siehe hier:

http://forum.ubuntuusers.de/topic/vor-dem-erstellen-eines-neuen-beitrags-bitte-/

Ausgaben bitte in Codeblöcke wegen Lesbarkeit.

Gruss Lidux

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
packman@packman-AOD255:~$ uname -a
Linux packman-AOD255 3.7.8-030708-generic #201302141605 SMP Thu Feb 14 21:16:08 UTC 2013 i686 i686 i686 GNU/Linux
packman@packman-AOD255:~$ lspci -nnk | grep -i net -A2
01:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8152 v1.1 Fast Ethernet [1969:2060] (rev c1)
	Subsystem: Acer Incorporated [ALI] Device [1025:0349]
	Kernel driver in use: atl1c
--
02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
	Subsystem: Lite-On Communications Inc Device [11ad:6631]
	Kernel driver in use: ath9k
packman@packman-AOD255:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
packman@packman-AOD255:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 127.0.1.1
search Speedport_W_722V_Typ_B
packman@packman-AOD255:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1	localhost
127.0.1.1	packman-AOD255
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
packman@packman-AOD255:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
packman@packman-AOD255:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search Speedport_W_722V_Typ_B
packman@packman-AOD255:~$ cat /etc/hosts
127.0.0.1	localhost
127.0.1.1	packman-AOD255

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
packman@packman-AOD255:~$ cat /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x1969:/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 (atl1c)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:ae:1d:9d:24:8f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x168c:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0 (ath9k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="1c:65:9d:13:a2:40", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
packman@packman-AOD255:~$ ifconfig -a
eth0      Link encap:Ethernet  Hardware Adresse 88:ae:1d:9d:24:8f  
          inet Adresse:192.168.2.103  Bcast:192.168.2.255  Maske:255.255.255.0
          inet6-Adresse: fe80::8aae:1dff:fe9d:248f/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:10079 errors:0 dropped:703 overruns:703 frame:703
          TX packets:9521 errors:0 dropped:0 overruns:0 carrier:15
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX-Bytes:4911254 (4.9 MB)  TX-Bytes:1277897 (1.2 MB)

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:65536  Metrik:1
          RX packets:8576 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8576 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX-Bytes:790516 (790.5 KB)  TX-Bytes:790516 (790.5 KB)

wlan0     Link encap:Ethernet  Hardware Adresse 1c:65:9d:13:a2:40  
          inet Adresse:192.168.2.107  Bcast:192.168.2.255  Maske:255.255.255.0
          inet6-Adresse: fe80::1e65:9dff:fe13:a240/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:161993 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104864 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX-Bytes:171020243 (171.0 MB)  TX-Bytes:24296563 (24.2 MB)

packman@packman-AOD255:~$ iwconfig
wlan0     IEEE 802.11bgn  ESSID:"Pandab\xE4r_2012."  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:26:4D:29:74:D2   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=64/70  Signal level=-46 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:119  Invalid misc:713   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

packman@packman-AOD255:~$ route -n
Kernel-IP-Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.1     0.0.0.0         UG    0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0
192.168.2.0     0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.2.0     0.0.0.0         255.255.255.0   U     9      0        0 wlan0
packman@packman-AOD255:~$ 




packman@packman-AOD255:~$ ping -c 4 speedport.ip
PING speedport.ip (192.168.2.1) 56(84) bytes of data.
64 bytes from speedport.ip (192.168.2.1): icmp_req=1 ttl=64 time=0.851 ms
64 bytes from speedport.ip (192.168.2.1): icmp_req=2 ttl=64 time=0.788 ms
64 bytes from speedport.ip (192.168.2.1): icmp_req=3 ttl=64 time=1.13 ms
64 bytes from speedport.ip (192.168.2.1): icmp_req=4 ttl=64 time=0.526 ms

--- speedport.ip ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 0.526/0.824/1.132/0.216 ms
packman@packman-AOD255:~$ ping -c 4 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from ubuntuusers.de (213.95.41.13): icmp_req=1 ttl=57 time=27.1 ms
64 bytes from ubuntuusers.de (213.95.41.13): icmp_req=2 ttl=57 time=27.9 ms
64 bytes from ubuntuusers.de (213.95.41.13): icmp_req=3 ttl=57 time=28.1 ms
64 bytes from ubuntuusers.de (213.95.41.13): icmp_req=4 ttl=57 time=28.6 ms

--- ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 27.127/27.981/28.695/0.601 ms
packman@packman-AOD255:~$ ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
64 bytes from 213.95.41.11: icmp_req=1 ttl=57 time=26.6 ms
64 bytes from 213.95.41.11: icmp_req=2 ttl=57 time=26.4 ms
64 bytes from 213.95.41.11: icmp_req=3 ttl=57 time=27.3 ms
64 bytes from 213.95.41.11: icmp_req=4 ttl=57 time=27.6 ms

--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 26.442/27.032/27.643/0.506 ms
packman@packman-AOD255:~$ 




Benutze ein Netbook (Acer Aspire D255) Hab VDSL 50 (DTAG) Auf meinem Hauptrechner win8 funktioniert alles, hab auch bereits verschiedene LAN Kabel probiert.

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

Internet ging nun 5 min, nach 5 min nicht mehr, muss wieder ueber wlan ins Netz oder LAN Kabel neuverbinden.

packman@packman-AOD255:~$ ping -c 4 speedport.ip
ping: unknown host speedport.ip
packman@packman-AOD255:~$ ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
From 192.168.2.103 icmp_seq=1 Destination Host Unreachable
From 192.168.2.103 icmp_seq=2 Destination Host Unreachable
From 192.168.2.103 icmp_seq=3 Destination Host Unreachable
From 192.168.2.103 icmp_seq=4 Destination Host Unreachable

--- 213.95.41.11 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3016ms
pipe 3
packman@packman-AOD255:~$ 

Bearbeitet von Antiqua:

Codeblock eingefügt, um die Übersicht im Forum zu verbessern → Hilfe zur Syntax

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16666

Hallo korn2008,

Ist die Firmware des Routers aktuell ?

Gruss Lidux

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

ja es ist alles auf dem neuesten Stand

Hans9876543210

Anmeldungsdatum:
2. Januar 2011

Beiträge: 3741

Zeige:

1
dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
O=2 
[17584.123469] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=961 PROTO=2 
[17644.232251] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=964 PROTO=2 
[17704.443395] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=967 PROTO=2 
[17764.552185] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=970 PROTO=2 
[17824.763572] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=973 PROTO=2 
[17884.872183] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=976 PROTO=2 
[17945.083358] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=979 PROTO=2 
[18005.192161] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=982 PROTO=2 
[18065.403334] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=985 PROTO=2 
[18125.512138] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=988 PROTO=2 
[18185.723973] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=991 PROTO=2 
[18245.832090] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=994 PROTO=2 
[18306.043296] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=997 PROTO=2 
[18366.152065] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1000 PROTO=2 
[18426.364161] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1003 PROTO=2 
[18486.472091] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1006 PROTO=2 
[18546.683270] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1009 PROTO=2 
[18606.792078] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1012 PROTO=2 
[18667.004775] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1015 PROTO=2 
[18727.112880] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1018 PROTO=2 
[18787.323300] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1021 PROTO=2 
[18847.432101] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1024 PROTO=2 
[18907.646383] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1027 PROTO=2 
[18967.752372] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1030 PROTO=2 
[19027.964251] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1033 PROTO=2 
[19088.072134] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1036 PROTO=2 
[19148.283421] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1039 PROTO=2 
[19208.392196] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1042 PROTO=2 
[19268.605806] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1045 PROTO=2 
[19328.661747] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1048 PROTO=2 
[19449.032255] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1058 PROTO=2 
[19509.243485] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1061 PROTO=2 
[19569.352301] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1064 PROTO=2 
[19629.563534] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1067 PROTO=2 
[19689.672301] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1070 PROTO=2 
[19749.781167] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1073 PROTO=2 
[19809.992388] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1076 PROTO=2 
[19870.101212] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1079 PROTO=2 
[19930.312441] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1082 PROTO=2 
[19990.421267] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1085 PROTO=2 
[20050.632569] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1088 PROTO=2 
[20110.741441] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1091 PROTO=2 
[20170.952555] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1094 PROTO=2 
[20231.061559] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1097 PROTO=2 
[20291.272605] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1100 PROTO=2 
[20351.381410] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1103 PROTO=2 
[20411.592679] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1106 PROTO=2 
[20471.701450] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1109 PROTO=2 
[20531.912676] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1112 PROTO=2 
[20592.021490] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1115 PROTO=2 
[20652.232745] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1118 PROTO=2 
[20712.341534] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1121 PROTO=2 
[20772.552758] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1124 PROTO=2 
[20832.661916] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1127 PROTO=2 
[20842.204525] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[20892.790738] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1130 PROTO=2 
[20952.978266] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1133 PROTO=2 
[21013.165633] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1136 PROTO=2 
[21073.353120] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1139 PROTO=2 
[21133.540542] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1142 PROTO=2 
[21193.727713] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1145 PROTO=2 
[21202.166777] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Down
[21254.030235] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1148 PROTO=2 
[21314.160809] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1151 PROTO=2 
[21335.838103] wlan0: deauthenticating from 00:26:4d:29:74:d2 by local choice (reason=3)
[21343.448733] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[21374.245514] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1154 PROTO=2 
[21434.372845] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1157 PROTO=2 
[21613.808309] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Down
[21622.161139] wlan0: authenticate with 00:26:4d:29:74:d2
[21622.181410] wlan0: send auth to 00:26:4d:29:74:d2 (try 1/3)
[21622.183554] wlan0: authenticated
[21622.188178] wlan0: associate with 00:26:4d:29:74:d2 (try 1/3)
[21622.193393] wlan0: RX AssocResp from 00:26:4d:29:74:d2 (capab=0x431 status=0 aid=2)
[21622.193606] wlan0: associated
[21622.224335] ath: regdomain 0x8114 updated by CountryIE
[21622.224347] ath: EEPROM regdomain: 0x8114
[21622.224353] ath: EEPROM indicates we should expect a country code
[21622.224359] ath: doing EEPROM country->regdmn map search
[21622.224366] ath: country maps to regdmn code: 0x37
[21622.224373] ath: Country alpha2 being used: DE
[21622.224378] ath: Regpair used: 0x37
[21675.050779] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1169 PROTO=2 
[21735.189977] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1172 PROTO=2 
[21795.400177] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1175 PROTO=2 
[21855.509126] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1178 PROTO=2 
[21915.720525] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1181 PROTO=2 
[21975.827929] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1184 PROTO=2 
[22036.040660] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1187 PROTO=2 
[22096.147902] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1190 PROTO=2 
[22156.359114] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1193 PROTO=2 
[22216.467941] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1196 PROTO=2 
[22276.679173] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1199 PROTO=2 
[22336.787996] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1202 PROTO=2 
[22396.999222] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1205 PROTO=2 
[22517.319319] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1211 PROTO=2 
[22577.428033] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1226 PROTO=2 
[22637.536873] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1229 PROTO=2 
[22697.748090] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1232 PROTO=2 
[22757.856893] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1243 PROTO=2 
[22878.176904] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1253 PROTO=2 
[22938.388176] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1256 PROTO=2 
[22998.496903] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1259 PROTO=2 
[23058.708137] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1262 PROTO=2 
[23118.816910] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1265 PROTO=2 
[23179.028085] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1268 PROTO=2 
[23239.136864] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1271 PROTO=2 
[23299.348039] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1274 PROTO=2 
[23359.456865] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1277 PROTO=2 
[23479.776850] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1283 PROTO=2 
[23539.988083] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1286 PROTO=2 
[23600.096799] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1289 PROTO=2 
[23660.307987] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1292 PROTO=2 
[23720.416775] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1295 PROTO=2 
[23840.736726] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1301 PROTO=2 
[23900.947924] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1304 PROTO=2 
[23961.056608] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1307 PROTO=2 
[24081.376481] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1313 PROTO=2 
[24141.485214] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1316 PROTO=2 
[24201.696337] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1319 PROTO=2 
[24261.805028] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1322 PROTO=2 
[24322.016189] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1325 PROTO=2 
[24382.124908] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1328 PROTO=2 
[24442.336002] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1331 PROTO=2 
[24502.444736] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1334 PROTO=2 
[24562.655864] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1337 PROTO=2 
[24622.764546] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1340 PROTO=2 
[24682.975740] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1343 PROTO=2 
[24743.084506] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1346 PROTO=2 
[24803.295647] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1349 PROTO=2 
[24863.404380] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1352 PROTO=2 
[24923.615528] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1355 PROTO=2 
[24983.675713] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1358 PROTO=2 
[25043.833219] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1361 PROTO=2 
[25103.990915] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1364 PROTO=2 
[25164.255327] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1367 PROTO=2 
[25224.364110] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1370 PROTO=2 
[25284.575251] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1373 PROTO=2 
[25344.683992] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1376 PROTO=2 
[25525.114964] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1385 PROTO=2 
[25585.326085] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1388 PROTO=2 
[25705.645412] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1394 PROTO=2 
[25886.074174] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1403 PROTO=2 
[25946.285000] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1406 PROTO=2 
[26006.393436] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1409 PROTO=2 
[26066.604222] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1412 PROTO=2 
[26126.712710] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1415 PROTO=2 
[26186.923559] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1418 PROTO=2 
[26247.032086] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1421 PROTO=2 
[26307.243234] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1424 PROTO=2 
[26367.351986] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:26:4d:29:74:d0:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=1427 PROTO=2 
packman@packman-AOD255:~$ 

Hans9876543210

Anmeldungsdatum:
2. Januar 2011

Beiträge: 3741

Kannst du mal bitte folgendes probieren:

1
sudo ufw disable

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

leider ohne Erfolg, nach 5 min wieder kein Netz.

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14258

korn2008 schrieb:

leider ohne Erfolg, ...

Wie sind im Terminal, die Ausgaben von:

sudo ufw status verbose
sudo iptables -L -nvx

?

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

packman@packman-AOD255:~$ sudo ufw status verbose
[sudo] password for packman: 
Status: Aktiv
Protokollierung: on (low)
Vorgabe: deny (eingehend), allow (ausgehend)
Neue Profile: skip
packman@packman-AOD255:~$ sudo iptables -L -nvx
Chain INPUT (policy DROP 25 packets, 900 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
 2291085 3302483937 ufw-before-logging-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 2291085 3302483937 ufw-before-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   42033 54251001 ufw-after-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   38928 53466808 ufw-after-logging-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   38928 53466808 ufw-reject-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   38928 53466808 ufw-track-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy DROP 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ufw-before-logging-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
       0        0 ufw-before-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
       0        0 ufw-after-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
       0        0 ufw-after-logging-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
       0        0 ufw-reject-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT 1 packets, 40 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
 1217602 71842419 ufw-before-logging-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 1217602 71842419 ufw-before-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   26123  2034292 ufw-after-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   26123  2034292 ufw-after-logging-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   26123  2034292 ufw-reject-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
   26123  2034292 ufw-track-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-after-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-after-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ufw-skip-to-policy-input  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:137
     142    36494 ufw-skip-to-policy-input  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:138
       0        0 ufw-skip-to-policy-input  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:139
       0        0 ufw-skip-to-policy-input  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:445
       0        0 ufw-skip-to-policy-input  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:67
       0        0 ufw-skip-to-policy-input  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:68
       0        0 ufw-skip-to-policy-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0            ADDRTYPE match dst-type BROADCAST

Chain ufw-after-logging-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-after-logging-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
      25      900 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-after-logging-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-after-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-before-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ufw-user-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-before-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
     631    61308 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0           
 2060611 3057911857 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
       0        0 ufw-logging-deny  all  --  *      *       0.0.0.0/0            0.0.0.0/0            state INVALID
       0        0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            state INVALID
       0        0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 3
       0        0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 4
       0        0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 11
       0        0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 12
       0        0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 8
       0        0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp spt:67 dpt:68
     167    37394 ufw-not-local  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
       0        0 ACCEPT     udp  --  *      *       0.0.0.0/0            224.0.0.251          udp dpt:5353
       0        0 ACCEPT     udp  --  *      *       0.0.0.0/0            239.255.255.250      udp dpt:1900
     167    37394 ufw-user-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-before-logging-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-before-logging-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-before-logging-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-before-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
     631    61308 ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0           
 1064970 45508751 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
    2858   173753 ufw-user-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-logging-allow (0 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW ALLOW] "

Chain ufw-logging-deny (2 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 RETURN     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state INVALID limit: avg 3/min burst 10
       0        0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-not-local (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 RETURN     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ADDRTYPE match dst-type LOCAL
      25      900 RETURN     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ADDRTYPE match dst-type MULTICAST
     142    36494 RETURN     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ADDRTYPE match dst-type BROADCAST
       0        0 ufw-logging-deny  all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 10
       0        0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-reject-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-reject-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-reject-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-skip-to-policy-forward (0 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-skip-to-policy-input (7 references)
    pkts      bytes target     prot opt in     out     source               destination         
     142    36494 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-skip-to-policy-output (0 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-track-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-track-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
    2579   154740 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            state NEW
     278    18973 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            state NEW

Chain ufw-user-forward (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-user-input (1 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-user-limit (0 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "[UFW LIMIT BLOCK] "
       0        0 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable

Chain ufw-user-limit-accept (0 references)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain ufw-user-logging-forward (0 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-user-logging-input (0 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-user-logging-output (0 references)
    pkts      bytes target     prot opt in     out     source               destination         

Chain ufw-user-output (1 references)
    pkts      bytes target     prot opt in     out     source               destination         
packman@packman-AOD255:~$ 

mit wlan ist alles, nur mit lan eben nicht

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14258

korn2008 schrieb:

packman@packman-AOD255:~$ sudo ufw status verbose
[sudo] password for packman: 
Status: Aktiv

D. h., "sudo ufw disable" war nicht wirksam.

korn2008 schrieb:

mit wlan ist alles, nur mit lan eben nicht

Ich benutze wlan und lan, nie gleichzeitig bzw. nie zwei NICs im gleichen Subnetz. Aber das wird hier im Forum anders gesehen.

korn2008

(Themenstarter)

Anmeldungsdatum:
19. September 2011

Beiträge: 30

ich hatte die firewall deaktiviert, als dies kein Erfolg brachte, habe ich diese wieder aktiviert, bevor ich lan nutze, deaktiviere ich wlan.

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14258

korn2008 schrieb:

..., bevor ich lan nutze, deaktiviere ich wlan.

Zeige mal:

route -n
ifconfig
arp -av

, bei deaktiviertem wlan.

Antworten |