12

I need to use two ethernet ports for a GW like target. Is there an alternative to the RPi, or a way mod the RPi so that it has two ethernet ports?

Community Edit Note:

The original content of this question has been edited. Originally, the question was debatably off-topic as a "shopping recommendation". Since a bounty has been placed on the question, it has been reworded to more appropriately fit within the site's topic guide

seaquest
  • 221
  • 1
  • 2
  • 3

4 Answers4

20

You could always just use a USB->Ethernet adapter on the Pi.

Lawrence
  • 2,672
  • 14
  • 14
7

Searching using Google I found the Utilite Standard device which has 2x GbE, 2 GB RAM, and a Freescale i.MX6 dual-core Cortex-A9 @1GHz CPU. It's available on Amazon for $159.


enter image description here enter image description here

HeatfanJohn
  • 3,125
  • 3
  • 24
  • 36
  • 1
    A great device: 2xRJ45-1Gbps, WiFi, Bluetooth, claimed fully working Ubuntu and even an SSD SATA included in the Pro version (Quad-core 1.2GHz). How sad the USB is not 3.0 (as for now, on June 2015): if you are planning to add more RJ45 devices, it makes the difference in speed. – Sopalajo de Arrierez Jun 25 '15 at 21:23
2

Here are some choices:

  1. Use a USB-Ethernet adapter.
  2. Use an SPI-Ethernet adapter (the same one people use on the Pi Zero). Raspberry Pi people prefer using the one with the ENC28J60 chip on it.
  3. Use both of the above, get three ethernet ports (two above + 1 built-in)
Aloha
  • 7,136
  • 1
  • 28
  • 52
  • So basically you acknowledge that there's no alternative. Nothing in the same price range and spec of a RP. – Benoît Feb 01 '16 at 08:45
  • 1
    @Benoît Partly. I'm not aware of anything that's on the Pi's price range that has 2 or more ethernet ports. Maybe some Linux-based routers. – Aloha Feb 01 '16 at 12:10
  • @Benoît The question does ask, not only for pi alternatives, but also for ways to modify the pi to have a second port. This falls solidly in the latter category. – Matthew Najmon Jul 07 '18 at 21:08
1

we have developed the EthernetBerry Dual with two ENC28J60 IC.

Best regards Pierpaolo

Pierpaolo
  • 11
  • 1