From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 13:23:39 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E63917BC for ; Mon, 3 Dec 2012 13:23:39 +0000 (UTC) (envelope-from kazakevichilya@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 653CA8FC13 for ; Mon, 3 Dec 2012 13:23:39 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so3142168obc.13 for ; Mon, 03 Dec 2012 05:23:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=m5ffnLaa7ayh0ofBsJHka1z4UZHugAAnzyTP/hiG+ao=; b=M5rHl9Tm5G1o5Iz0d/LWgHfGEmV+H35t9/P4AhU3Xowbs2fx6qSc9hGromsWmPUK+S inh7NA1O/ivRvOWR76jIqyt256uHYPSXVaETs3VgMUpy228JPnz0n4osfAbq1gQTj7on fxqF8JlbRtsOqUG2wf1IPuekkqmLARU/W2kXgnw9zeltqyrKcGKC6+XjcLQSJnaPoBxR nFM5ls1wJvz1tM0YS3MMZSeyfZ07WS6I7OLCZWmtNAW/rEYqmegGgbMH3A9/PUSJg3Bn JnJdIcZ3Ze+U13dKnPOHTaTdw9k67QXpLYDKJeXL3DoCgTeDnkNjyzmv0FeWvsUCRSYf 99SQ== MIME-Version: 1.0 Received: by 10.60.168.199 with SMTP id zy7mr8014434oeb.97.1354541018812; Mon, 03 Dec 2012 05:23:38 -0800 (PST) Received: by 10.60.38.104 with HTTP; Mon, 3 Dec 2012 05:23:38 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Dec 2012 17:23:38 +0400 Message-ID: Subject: Re: redirect incoming telnet to com port From: Ilya Kazakevich To: saeedeh motlagh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 13:23:40 -0000 hello everybody > > i have freebsd8.2. i want to redirect incoming telnet from telnet port to > a com port. i mean if somebody telnet to my system with a specific port (or > 22 which is default telnet port), connect to com port and can talk to modem > (something like cisco). > > is it possible or not? > > any hints or comments are really appreciated. > Are your talking about "reverse telnet" cisco functionality? Try to use comserv: http://www.freebsd.org/cgi/ports.cgi?query=comserv&stype=all ".Additionally, comservd can serve up local serial ports to remote systems..." Ilya.