Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rkistart

#1
Hello guys,

i have the same issue with opnsense release :

Versions OPNsense 23.1.10_1-amd64
FreeBSD 13.1-RELEASE-p7
OpenSSL 1.1.1u 30 May 2023


My log
2023-06-27T00:28:11 Error unbound [37080:0] error: remote control failed ssl crypto error:00000000:lib(0):func(0):reason(0)
2023-06-27T00:00:12 Error unbound [52571:0] error: remote control failed ssl crypto error:00000000:lib(0):func(0):reason(0)
2023-06-26T23:44:53 Error unbound [36503:0] error: remote control failed ssl crypto error:00000000:lib(0):func(0):reason(0)
2023-06-26T22:55:24 Error unbound [36970:0] error: remote control failed ssl crypto error:00000000:lib(0):func(0):reason(0)


Does version 23.1.10 fix the bug or will the fix arrive in a future release?

regards,
#2
Thx Lilsense for your time.
I have opened a support ticket to the GL.inet team.
#3
I tested the connection between opnsense and GL with two different network ports. Same issue+ .

I test my PC directly on both ports, no problem.  ???

Is it possible that there is an incompatibility between the two routers?
#4
As mentioned, when the GL is connected directly to my modem (ISP), no problem.
#5
Hello everyone,

I bought a gli.net wifi 6 router and connected it behind my opnsense 23 firewall.

Internet <---> ISP router <---> Opnsense 23 <---> Gl.inet (wifi 6) <---> All client

I often have network disconnections with the following error in GL.inet :

[17548.364725] 7981@C14L1,ReceiveBTMQuery() 1510: Find peer address in BTMPeerList already
[17598.862110] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[17598.868062] br-lan: port 1(eth0) entered disabled state
[17602.956971] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[17602.965541] br-lan: port 1(eth0) entered blocking state
[17602.970778] br-lan: port 1(eth0) entered forwarding state
[17947.957513] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[17947.963382] br-lan: port 1(eth0) entered disabled state
[17951.028687] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[17951.037184] br-lan: port 1(eth0) entered blocking state
[17951.042416] br-lan: port 1(eth0) entered forwarding state


I tried to disable flow control in opnsense with this parameters in System > Settings > Tunables

dev.igb.0.fc value 0
dev.igb.1.fc value 0
dev.igb.2.fc value 0
dev.igb.3.fc value 0
hw.ix.flow_control value 0


Same error with parameters.

When the access point wifi 6 and behind the router of my ISP, no problem.

Has anyone encountered this problem?
#6
Hi all !

Nobody have a bug with an intel card?

I create issue to github : https://github.com/opnsense/core/issues/6046

Regards
#7
Hello all!

We have an opnsense router with an old wifi card, it works fine but it is slow (2.4 Ghz).
Today, I want to replace my old card with an Intel Centrino Advanced-N 6205 card (I want to use 5Ghz wifi  8) ). This card is fully operational on the linux router.

I checked the freebsd documentation and this card is supported: https://www.freebsd.org/cgi/man.cgi?iwn but, when I install the wifi card, my router does not see the interface.

I added the drivers in "/usr/local/etc/rc.loader.d/20-modules".

...
if_iwn_load="YES"
iwn6000fw_load="YES"
iwn6000g2afw_load="YES"
iwn6000g2bfw_load="YES"
iwn6050fw_load="YES"


When i launch "kldstat" i see driver

root@opnsense:~# kldstat
Id Refs Address                Size Name
1   42 0xffffffff80200000  215db98 kernel
2    1 0xffffffff8235e000    755f0 iwn6050fw.ko
3    1 0xffffffff823d4000    a8918 iwn6000g2bfw.ko
4    1 0xffffffff8247d000    a80b8 iwn6000g2afw.ko
5    1 0xffffffff82526000     4b58 if_enc.ko
7    1 0xffffffff8254b000     e318 pfsync.ko
8    3 0xffffffff8255a000    741a8 pf.ko
9    1 0xffffffff825cf000     3b18 pflog.ko
10    1 0xffffffff825d3000     f460 carp.ko
11    1 0xffffffff825e3000    181d0 if_lagg.ko
12    2 0xffffffff825fc000     3538 if_infiniband.ko
13    1 0xffffffff82601000     e4d0 if_bridge.ko
14    2 0xffffffff82610000     7870 bridgestp.ko
15    1 0xffffffff82618000     ba48 if_gre.ko
16    1 0xffffffff82624000    71aa8 iwn6000fw.ko
17    1 0xffffffff82ae5000     3250 ichsmb.ko
18    1 0xffffffff82ae9000     2180 smbus.ko
19    1 0xffffffff82aec000     f418 ipsec.ko


When i want to check sysctl, output is empty :
root@opnsense:~# sysctl -n net.wlan.devices


My router information :
Versions   OPNsense 22.7.4-amd64
FreeBSD   13.1-RELEASE-p2
LibreSSL   3.3.6

Do you know why my router not recognize wifi card ?

Regards,