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 - 4dsf34w5

#1
Hardware and Performance / Re: Replace SSD on DEC750
December 04, 2023, 07:15:32 PM
Thanks @Splodge for the helpful resource, looks like a ts128gmte110s which is a 2280 with an M key. I haven't attempted to replace it but leaving this info here regardless.
#2
Hardware and Performance / Replace SSD on DEC750
December 04, 2023, 06:53:39 PM
What M.2 SSD key and sizes are supported for the DEC750 (official from Deciso)? I wasn't able to find more details in the brochure on key types or within these forums.
#3
Thank you Franco, that seems to be it. I very much so appreciate the help.The export from the virtualized instance was in `video` mode, while I probably needed `serial` or something to that effect. A reinstall allowed me to get rolling regardless and I'll be more careful with the config import.


I wonder if it would be worthwhile to print some warnings to validate console mode on the importer?
https://github.com/opnsense/core/blob/master/src/sbin/opnsense-importer#L235
#4
The config.xml was exported from a virtualized OPNsense that has been running for years- I can look up the settings in the file I'm sure.

It doesn't boot at all, so I can't access the LAN unfortunately. Is there a factory reset mechanism? I can't find any docs on the button next to the power LED, but don't want to cause further damage.
#5
Thank you for the response. I have confirmed the UART 0 Legacy Options is disabled per the link (it was set to disabled already).
#6
Hardware and Performance / New DEC750 Unable to Boot
October 28, 2023, 05:46:47 AM
I purchased a DEC750 from the OPNsense official store. I booted the device, went to shell, and tried to import a config from my existing virtualized installation. It had an incorrect name (not conf.xml) so I unplugged it, renamed the file, booted, went into shell, and ran opnsense-importer.

After running the import it noted something to the effect of import successful, please reboot. After rebooting, the device no longer boots successfully. I can't boot into multi or single user modes at all, nor does autoboot work. I get this far each time:
```
   Autoboot in 0 seconds. [Space] to pause     23.4 ``Quintessential Quail'' -

Loading kernel...
/boot/kernel/kernel text=0x18a7e0 text=0xea7240 text=0x6921dc data=0x140 data=0x1ccc08+0x4323f8 syms=[0x8+0x19f5d8+0x8+0x1be5a2]

Loading configured modules...
/boot/kernel/if_bridge.ko size 0xe4c0 at 0x235e000
loading required module 'bridgestp'
/boot/kernel/bridgestp.ko size 0x7870 at 0x236d000
/boot/kernel/if_lagg.ko size 0x18338 at 0x2375000
loading required module 'if_infiniband'
/boot/kernel/if_infiniband.ko size 0x3538 at 0x238e000
/boot/kernel/pfsync.ko size 0xe450 at 0x2392000
loading required module 'pf'
/boot/kernel/pf.ko size 0x752b0 at 0x23a1000
/boot/kernel/opensolaris.ko size 0xab48 at 0x2417000
/boot/entropy size=0x1000
/boot/kernel/carp.ko size 0xf460 at 0x2423000
/boot/kernel/zfs.ko size 0x5b9380 at 0x2433000
/boot/kernel/if_enc.ko size 0x4b58 at 0x29ed000
/boot/kernel/pflog.ko size 0x3b18 at 0x29f2000
/

```

The serial console then seems to freeze up and I can no longer interface with the device.

Any guidance for how to resolve this issue? It was fresh from the store, I did not install any new OPNsense on it, but did try to restore a 23.7 to a 23.4 device.

Thank you.
#7
I'll look into creating a bug ticket.

I'm using freeIPA and am reviewing named server logs. I'm migrating to a new DNS server and am verifying nothing is using that server before decomissioning.
#8
System settings area is where I'm making the DNS changes.
#9
Hi,

I noticed after changing DNS servers within the OPNsense base config that plugins don't seem to respect those changes and use the new DNS servers. CrowdSec and IPS for example, are still hitting the old DNS server for queries. The host has been rebooted since the change.

Could this be a bug?
#10
When trying to deploy the Azure Marketplace app for OPNSense the deployment fails when provisioning the virtual machine with the below error:
{

  "code": "DeploymentFailed",

  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",

  "details": [

    {

      "code": "OSProvisioningInternalError",

      "message": "OS Provisioning failed for VM 'vmopnsense001' due to an internal error."

    }

  ]

}


Any ideas on how to troubleshoot the generic error?