Hello,
i use UFW as my firewall and it works well.
But when i use ap-hotspot to connect my mobile over Wlan0 to eth0 (internet) i get all requests dropped:
ufw status numbered
Is there a UFW-Rule to route all requests from WLAN to eth0 with no filtering ?
When i switch UFW off, i get a connection to the Internet from my mobile.
Thanks for your help.
regards
Markus
i use UFW as my firewall and it works well.
But when i use ap-hotspot to connect my mobile over Wlan0 to eth0 (internet) i get all requests dropped:
ufw status numbered
Code:
Status: Aktiv
Zu Aktion Von
-- ------ ---
[ 1] 22 ALLOW IN Anywhere
[ 2] 80 ALLOW OUT Anywhere (out)
[ 3] 53 ALLOW OUT Anywhere (out)
[ 4] 443 ALLOW OUT Anywhere (out)
[ 5] 23 ALLOW OUT Anywhere (out)
[ 6] 33891 ALLOW IN Anywhere
[ 7] 67/udp ALLOW IN 68/udp
[ 8] 53 ALLOW IN Anywhere
[ 9] 80 ALLOW IN Anywhere
[10] Anywhere ALLOW IN 192.168.150.9
[11] 22 (v6) ALLOW IN Anywhere (v6)
[12] 80 (v6) ALLOW OUT Anywhere (v6) (out)
[13] 53 (v6) ALLOW OUT Anywhere (v6) (out)
[14] 443 (v6) ALLOW OUT Anywhere (v6) (out)
[15] 23 (v6) ALLOW OUT Anywhere (v6) (out)
[16] 33891 (v6) ALLOW IN Anywhere (v6)
[17] 67/udp (v6) ALLOW IN 68/udp (v6)
[18] 53 (v6) ALLOW IN Anywhere (v6)
Code:
[ 2682.526150] [UFW BLOCK] IN=wlan0 OUT=eth0 MAC=7c:dd:90:22:a0:11:6c:ad:f8:1f:ea:b9:08:00 SRC=192.168.150.9 DST=193.134.255.108 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=60385 DF PROTO=TCP SPT=38470 DPT=443 WINDOW=29200 RES=0x00 SYN URGP=0
When i switch UFW off, i get a connection to the Internet from my mobile.
Thanks for your help.
regards
Markus