opnsense console calbe connection with a mac

Started by hescominsoon, March 28, 2025, 02:30:36 AM

Previous topic - Next topic
i have a macbook running 15.3.2 and i am trying to connect via the included console cable.  i cannot seem to get it to connect.  some pointers would be appreciated.

I assume in the macbook you have some sort of serial-to-USB going on so after plugging you should see something here

# ls /dev/tty.[uU][sS][bB]*

Then just

# screen /dev/tty.xxx 115200


Cheers,
Franco

/dev/cu.something ...

Minicom from MacPorts or Brew runs great. But you could also use the builtin /usr/bin/screen.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

March 29, 2025, 02:55:23 PM #3 Last Edit: March 29, 2025, 02:59:11 PM by sdetroch
On my MBP without USB-A ports, I use an USB-C to USB-A converter --> to serial cable and use command:

screen /dev/tty.usbmodemXXXXXXX 115200

(where XXXX is system dependent of course)

Have you tried playing with the OPNsense GUI > Settings > Administration > Console

I had to set the Secondary Console to Serial Console and the Serial Speed to 115200 and it worked !