On Mon, Oct 21, 2019 at 05:42:17PM +0000, mailinglists wrote:
> > Synopsis:   Connection issues when connected via Wifi
> > Category:   network
> > Environment:
> 
>       System      : OpenBSD 6.6
>       Details     : OpenBSD 6.6 (GENERIC.MP) #372: Sat Oct 12 10:56:27 MDT 
> 2019
>                        
> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
>       Architecture: OpenBSD.amd64
>       Machine     : amd64
> 
> > Description:
> 
>       
> I am experiencing connection issues when connected via Wifi, that doesn't 
> persist in Ethernet / LAN context.
> Symptoms: Working internet connection for a minute. Then suddenly I am unable 
> to establish any kind of TCP connection.
> UDP is not affected doesn't suffer from this problem. (nc -nvvu 80.80.80.80 
> 53 Connected suc)
> My built-in Wireless adapter is iwn0. I also tried it with my usb Wireless 
> adapter athn0.

Could you also show dmesg lines printed when you plug in your athn device?

This problem happens with both iwn and athn, does it?

Please trigger this problem again and show the output of:

  netstat -n -I athn0
  netstat -W athn0

  netstat -n -I iwn0
  netstat -W iwn0

Please also check if any of these commands make your problem disappear:

  ifconfig athn0 mode 11a
  ifconfig athn0 mode 11g

  ifconfig iwn0 mode 11a
  ifconfig iwn0 mode 11g

> IMPORTANT: This system is freshly installed 6.6 without any changes to it 
> (except for installed packages). This is NOT a problem of my local network / 
> router / gateway. My Linux systems, that reside in the very same network, are 
> all unaffected. My network is IPv4 only. No IPv6 available.

It would good to know what model of AP you are using exactly.
This kind of issue is very very hard to fix without being able to reproduce
the problem locally. Perhaps I can find a similar AP somewhere.

Reply via email to