From owner-freebsd-questions@FreeBSD.ORG Sat Mar 14 10:20:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2908106566B for ; Sat, 14 Mar 2009 10:20:12 +0000 (UTC) (envelope-from ciphwn@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 86CA58FC15 for ; Sat, 14 Mar 2009 10:20:12 +0000 (UTC) (envelope-from ciphwn@gmail.com) Received: by fxm2 with SMTP id 2so2782639fxm.43 for ; Sat, 14 Mar 2009 03:20:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5Otf4opFQpkX7MjWcEfCaXTUmmzchRrQzPXWRc8CJ1E=; b=tzeqCMX/Dk/tXapHTTMGK8QI0tyj7Nek3ns8mTxVHhLGUCz+Aqf27eos9bYqxNGLHl UXqolHMC2TqtdS3Y+HatuxX9dM+Ouj7opouL+KF9yVh8p4zRFj3b/TbJ/Yct1yX1PDom JIqHJ83FhlA1HG5mSluwMSkAGkcQjJHr06xTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n8FSesextK72l+lD+ip9QFMEz0YUFATn8XS6BNRh3LdchUj4xgyuvEUhIwJ8Zxoes6 tfeVvrO0x6+6PQv+IGf+OEiqhuagZc3Buxh/vEwjGdqktHryRzI1M9WCeE0OfqieRQ4z EuzPpxFkRMR2goOKrzqweI0FwbQ2bNi0E5Kl8= MIME-Version: 1.0 Received: by 10.86.66.9 with SMTP id o9mr1740721fga.36.1237024587788; Sat, 14 Mar 2009 02:56:27 -0700 (PDT) Date: Sat, 14 Mar 2009 05:56:27 -0400 Message-ID: <13b997e60903140256y44a50a4u9cac80af06d76d9c@mail.gmail.com> From: Cipta H To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: boot loader I/O through ethernet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 10:20:13 -0000 Hello, First of all, I'm new around here so please forgive me if I asked a stupid question. More and more systems are made without serial ports these days. This means I can't access the loader prompt on FreeBSD without a monitor and keyboard, which is an annoyance. So my question is, is there a way to channel input and output of the loader through LAN / Ethernet by software only and somehow receiving it on the other side? Thanks in advance. Regards, Cipta