FreeBSD Crossover Serial Login

Published Date Author: , Posted August 23rd, 2010 at 5:33:50pm

Connect the two servers using a serial null modem cable. This example assumes the first serial port (i.e. uart0 or COM1:).

On host you want to login TO:

Edit /etc/ttys to add the following:
[code]ttyu0 "/usr/libexec/getty std.9600" vt100 on insecure[/code]
Then run “kill -HUP 1” as root.

On host you want to login FROM:

Add the following to /etc/remote:
[code]hardwire:dv=/dev/cuau0:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:[/code]

Attempt to connect by running the command:
[code]tip hardwire[/code]

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.