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

#1
Thanks for taking time to provide all those details. 
After changing the WAN assignment, I had to adjust my gateway, which was also messed up. 

Now everything is setup as it should!
#2
Attempting to assign wan to pppoe0 gives me an error saying pppoe0 is already assigned to another interface (opt5).  I should remove this assignment first, right?

Also does that means my physical ethernet port (igc0) is no longer going to be assigned to any interface?
Tx
#3
Hi,

I switched to a new provider that requires a pppoe/vlan setup... I followed the instructions from the doc and it worked fine.

However, I noticed that WAN interface is no longer used, instead the newly created PPPOE device is now used.  Is that normal or I missed a step ?

Tx!
#4
rebooting seem to have fixed the issue.
#5
High availability / Quality graph with pppoe
May 12, 2025, 05:24:04 PM
I just switch to provider that requires pppoe, and since then the quality graph gives me values below 1ms... so Im assuming it's not pinging the right gateway.  Under System->Gateway->Configuration I set a value for "Monitor IP", but that didn't change anything in the graph.
#6
Strangely, unplug / re-plug the USB cable triggered something that fixed the permissions.
#7
24.7, 24.10 Legacy Series / NUT : no USB buses found
October 28, 2024, 01:40:57 AM
Hi,

I cannot get NUT service to work properly... 
My problem is very similar to this older post: https://forum.opnsense.org/index.php?topic=20218.0.

Running the following command: /usr/local/libexec/nut/usbhid-ups -a ups1 -DDDD gives:

  0.000211     [D1] debug level is '4'
   0.000495     [D1] Succeeded to become_user(nut): now UID=316 GID=316
   0.000533     [D1] upsdrv_initups (non-SHUT)...
   0.000541     [D2] Initializing an USB-connected UPS with library libusb-1.0.0 (API: 0x1000102) (NUT subdriver name='USB communication driver (libusb 1.0)' ver='0.47')
   0.000716     [D2] libusb1: No appropriate HID device found
   0.000731     libusb1: Could not open any HID devices: no USB buses found
   0.000736     No matching HID UPS found
   0.000749     upsnotify: failed to notify about state 4: no notification tech defined, will not spam more about it



But running it as root work just fine:
/usr/local/libexec/nut/usbhid-ups -a ups1 -DDDD -u root:

0.000467     [D1] Succeeded to become_user(root): now UID=0 GID=0
   0.000506     [D1] upsdrv_initups (non-SHUT)...
   0.000869     [D1] nut_libusb_open: invalid libusb bus number 0
   0.000952     [D1] nut_libusb_open: invalid libusb bus number 0
   0.001005     [D1] nut_libusb_open: invalid libusb bus number 0
   0.001055     [D1] nut_libusb_open: invalid libusb bus number 0
   0.016313     Using subdriver: CyberPower HID 0.80
   0.016324     [D1] 82 HID objects found
   0.017039     [D1] Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x01, Offset: 0, Size: 8, Value: 1
...


Executing usbconfig, I can see my UPS is correctly connected:


ugen2.2: <PR1500LCDRT2U UPS Cyber Power System, Inc.> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)


If anyone has a suggestion it would be welcome.