Skip to content

Documenting pfSense installation on HP T630 thin client with an additional Realtek 2.5gb NIC

Notifications You must be signed in to change notification settings

sharf-shawon/hp-t630-pfsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

pfSense router/firewall on HP T630 Thin Client under $25

HP T630 Thin Client (relevant) Specs:

  • CPU: AMD GX-420GI

  • Power Consumption: 12W idle, 28W running

  • Cooling: 100% passive

  • Ports: Detachable VGA port

  • Integrated NIC: 1Gigabit

  • Additional NIC: M.2 E A Key 2.5 Gigabit RJ45 LAN Realtek RTL8125B

    hp t630 from ebay for $14.99 Learn more about T630 from Parky Towers

Reasons for Choosing HP T630:

  1. Cost-effective: Purchased brand new for $14.99 on eBay.
  2. Compact size and low power consumption.
  3. CPU supports AES-NI, ideal for pfSense.
  4. 100% Passive cooling for silent operation.
  5. Compatible with additional NIC for LAN connectivity.
  6. Suitable for my home network with a 1Gig internet connection.

NIC Selection:

  1. Since the T630 is a thin client, it has limitations on compatible NICs.
  2. With no PCIe slot available and a preference for a clean setup without exposed wires.
  3. The T630's M.2 2230 slot, typically used for WiFi cards, became the focus.
  4. After thorough online research, confirmaed that the Realtek RTL8125B is compatible with the T630, available on AliExpress for $7.
  5. Opting for a 2.5 Gigabit NIC proved optimal for my home network, aligning with plans to utilize a managed 2.5Gb switch for network segmentation between home, guest, and IoT devices.

RTL8125b 2.5gb NIC

NIC Installation:

  1. Removed the detachable VGA port from the thin client and replaced with the NIC.
  2. Utilized integrated 1Gigabit ethernet port for WAN and 2.5G port for LAN.

pfSense Installation:

pfSense Console

  1. Imaged pfSense on a flash drive with Etcher.
  2. Realtek RTL8125 NIC not detected initially.
  3. Completed initial setup with one 1Gigabit NIC for WAN.
  4. Accessed pfSense console menu and entered shell (option 8).
  5. Installed Realtek driver using the following command:
pkg add net/realtek-re-kmod

  1. Modified /boot/loader.conf file to load Realtek driver on boot:
if_re_load="YES"
if_re_name="/boot/modules/if_re.ko"
  1. Rebooted the machine and assigned interfaces again from the console menu (option 1).

Conclusion:

With the installation of pfSense on the HP T630 thin client and the additional Realtek NIC, a robust and efficient home network setup was achieved, providing reliable WAN and LAN connectivity.

About

Documenting pfSense installation on HP T630 thin client with an additional Realtek 2.5gb NIC

Topics

Resources

Stars

Watchers

Forks