Re: Bridging console port to a telnet session



Hi Mike,
Yes, that what I am planing but I want to do this dynamically. Do you know
how to launch a
telnet session from a process?. How do I pass stdin and stdout to the telnet
from a process?.

Thanks
Kailas

On 1/16/07, Mike Meyer <mwm@xxxxxxxxx> wrote:

In <ecd0bee40701161503k385819ddgba5562e137630617@xxxxxxxxxxxxxx>, Kailas
Ramasamy <kailasr@xxxxxxxxx> typed:
> Hi,
> Within a FreeBSD system, I want to telnet to another system and bridge
that
> session to the
> console port so that when an user connects to the system via console
port,
> it is automatically
> redirected to other system for I have already established a telnet
session.

What's wrong with simply leaving a telnet session running on the
console, maybe with some support to relaunch it should it ever exit?

<mike
--
Mike Meyer <mwm@xxxxxxxxx>
http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Why does idle telnet session get disconnected?
    ... within its idle timeout and so disconnecting. ... After restarting telnet to pick up this change and verifying this fixes your ... > I'm getting a user disconnect problem that seems to be dependent on ... > incoming telnet session from an ISP gets disconnected without warning. ...
    (comp.os.vms)
  • Re: Bridging console port to a telnet session
    ... How do I pass stdin and stdout to the telnet ... console port so that when an user connects to the system via console ... What's wrong with simply leaving a telnet session running on the ...
    (freebsd-hackers)
  • bash telnet session
    ... to be displayed to the user via a telnet session. ... However I want to ask the user specific questions in my bash file. ... Also how to I get data from a telnet process ...
    (comp.os.linux.misc)
  • Re: Can I set the number of failed logins before disconnection via telnet?
    ... That means that if chadmj sets his loginretries=1 that after ... be locked out of the account until the administrator sets ... the telnet session allows the user three attempts to ...
    (comp.unix.aix)
  • Re: Bridging console port to a telnet session
    ... I read through fork() and exec() man pages but I couldn't find anything ... I want to launch a telnet session from a process and pass ... Use an execfunction to launch telnet. ...
    (freebsd-hackers)