OPNsense Forum

English Forums => General Discussion => Topic started by: tjarb on October 04, 2017, 08:47:29 AM

Title: Firebox X550e no LAN connections
Post by: tjarb on October 04, 2017, 08:47:29 AM
Dear readers,

I'm new to OPNsense and to FreeBSD and am with interrest working to get the Nano to work on an Firebox X550e.
-Upgraded the BIOS to see larger CF disk
-I upgraded RAM to 2GB
-Written the last OPNsense Nano image to 4GB CF card (Delkin devices 500x)
-Boot and fixed DMA66 issue "ata0: DMA limited to UDMA33, controller found non-ATA66 cable" with: "set hint.ata.0.mode=PIO4"
-configure interfaces
The interfaces will be assigned as follows:
WAN  -> sk0
LAN  -> sk1
OPT1 -> sk2
OPT2 -> sk3
...
LAN (sk1)       -> v4: 192.168.1.1/24
OPT1 (sk2)      ->
OPT2 (sk3)      ->
WAN (sk0)       ->


and finished to OPNsense menu prompt.

This should be the time to plug in an PC in LAN (sk1), but my PC keeps telling me that the LAN interface has no connection. I tried the other interface ports on the firebox but without succes.

Anyone an idea to point me into the right direction?
Are the X550e interfaces "down" by default?

Best regards,

PS: Is there a CLI guide? How can I find the interface status? by using HW.eth.o...???

edit:
I added a switch and when I plug the watchguards LAN in the switch, the LEDs start blinking. So I assume there is an issue regarding auto detection. to be continued...
Title: Re: Firebox X550e no LAN connections
Post by: tjarb on October 04, 2017, 04:54:51 PM
Well folks,

It was just an failing USB-ETH converter (joy)...

On every boot the DMA issue keeps turning up. Is there a way to store it nonvolatile?
Quote-Boot and fixed DMA66 issue "ata0: DMA limited to UDMA33, controller found non-ATA66 cable" with: "set hint.ata.0.mode=PIO4"
Title: Re: Firebox X550e no LAN connections
Post by: franco on October 04, 2017, 06:50:03 PM
Hi there,

That setting should plug into /boot/loader.conf.local like this:

hint.ata.0.mode="PIO4"

There is no real CLI guide... There is a menu for heavy duty tasks and a normal FreeBSD to use like you would on a normal system. There are some quirks and automation, maybe you want to look at:

https://docs.opnsense.org/development/backend/autorun.html

And executing this for a list of CLI options:

# configctl configd actions

The CLI is low level, the system rather revolves around the UI or API functionality.


Cheers,
Franco