#
# port - Description of the ingterfaces
#        Beschreibung der Schnittstellen
#

# Name of the first interface.
# Name der ersten Schnittstelle.
port	serial1
type	modem

# Device which should be identified with that name.
# Geraet das mit dem Namen identifiziert werden soll.
device	/dev/modem

# Speed(s)
# Geschwindigkeit(en)

speed-range 2400 115200

speed	115200
alternate
speed	76800
alternate
speed	57600
alternate
speed	38400
alternate
speed	19200
alternate
speed	9600
alternate
speed	4800
alternate
speed	2400

# Name of the modem (Reference to the file 'dial' ).
# Name des Modems (Verweis auf die Datei 'dial' ).
dialer	generic

# Second interface (over TCP/IP)
# Zweite Schnittstelle (ueber TCP/IP)
port	tcp
type	TCP
protocol	te

# Third interface (over SSL/TCP/IP)
# Dritte Schnittstelle (ueber SSL/TCP/IP)
port	suucp
type	pipe
command		/usr/sbin/stunnel /etc/uucp/suucp-client.conf
protocol	tegy

# Fourth interface (over SSH/TCP/IP)
# Vierte Schnittstelle  (ueber SSH/TCP/IP)
port	ssh
type	pipe
command		/usr/bin/ssh -axq uucp@<uuserver>
protocol	tegy
