Frequently Asked Questions for FreeBSD 2.X : Serial Communications : My university has 42 billion students but only 4 modem lines. Can tip automatically try each line?
Previous: I want separate entries for various hosts I access through a terminal server, but I don't want to type ``CONNECT <host>'' each time once I'm connected. Can tip do that for me?
Next: How come I have to hit CTRL+P twice to send CTRL+P once?

11.16. My university has 42 billion students but only 4 modem lines. Can tip automatically try each line?

Sure. Make an entry for your university in /etc/remote and use \@ for the pn capability:

            big-university:\
            :pn=\@:tc=dialout
            dialout:\
            :dv=/dev/cuaa3:br#9600:at=courier:du:pa=none:
          

Then, list the phone numbers for the university in /etc/phones:

            big-university 5551111
            big-university 5551112
            big-university 5551113
            big-university 5551114
          

tip will try each one in the listed order, then give up. If you want to keep retrying, run tip in a while loop.


Frequently Asked Questions for FreeBSD 2.X : Serial Communications : My university has 42 billion students but only 4 modem lines. Can tip automatically try each line?
Previous: I want separate entries for various hosts I access through a terminal server, but I don't want to type ``CONNECT <host>'' each time once I'm connected. Can tip do that for me?
Next: How come I have to hit CTRL+P twice to send CTRL+P once?