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 - Xaver

#1
Using fresh opnSense 25.1.1 install, createt first Instance Server.

Case 1 wont work for me at all.
Case 2 worked fine, exept I have two now two OpenVPN entryes in Firewall > Rules, the first one has the rule for allow openVPN traffic to all interfaces, second is empty.

Any Idee why Case 1 wont do? In the current Docu there is no hint about adding opens1 as Interface like in case 2
#2
where do I find the rsa key, thats needet for the sftp trasfer automation?

The location /var/etc/acme-client/sftp-config/id.ecdsa.pub mentioned in these posts are out-dated?
https://forum.opnsense.org/index.php?topic=31594.0
https://forum.opnsense.org/index.php?topic=25144.0
https://forum.opnsense.org/index.php?topic=20437.0
#3
General Discussion / Wificard not regornized by WUI?
October 02, 2020, 11:25:17 PM
Intel(R) Dual Band Wireless AC 3168 card is now working with FreeBSD 12.1 but will not correctly regonized by OPNsense WUI.

Screenshot 1 shows that the card is availbe but WUI don't show its MAC address.
Screenshot 2 shows that WUI will not display card as an option in wireless device menu.

Versionen
OPNsense 20.7.2-amd64
FreeBSD 12.1-RELEASE-p8-HBSD
OpenSSL 1.1.1g 21 Apr 2020


Valid interfaces are:
igb0             70:85:c2:d3:02:44 Intel(R) PRO/1000 PCI-Express Network Driver
em0              70:85:c2:d3:02:44 Intel(R) PRO/1000 Network Connection
ovpns1           00:00:00:00:00:00
iwm0              Intel(R) Dual Band Wireless AC 3168

You now have the opportunity to configure VLANs.  If you don't require VLANs
for initial connectivity, say no here and use the GUI to configure VLANs later.

root@OPNsense:~ # kldload if_iwm
kldload: can't load if_iwm: module already loaded or in kernel
root@OPNsense:~ # kldload iwm3168fw
kldload: can't load iwm3168fw: module already loaded or in kernel
root@OPNsense:~ # sysctl net.wlan.devices
net.wlan.devices: iwm0

dmesg:
iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xa1100000-0xa1101fff irq 18 at device 0.0 on pci3
iwm0: hw rev 0x220, fw ver 22.361476.0, address a4:c3:f0:69:dd:db


Any advise what I can try?