diff options
Diffstat (limited to 'ax25ipd/ax25ipd.conf')
-rw-r--r-- | ax25ipd/ax25ipd.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.conf b/ax25ipd/ax25ipd.conf index af28d32..e098dd1 100644 --- a/ax25ipd/ax25ipd.conf +++ b/ax25ipd/ax25ipd.conf @@ -41,11 +41,17 @@ mode tnc # make sure you set a mycall above, or say axparms foobar -setcall te1st # note: the device will be up when you assign an ip address # _after_ starting ax25rtd (which initializes the device), start ax25d -# with bpqether or pty, you do not need to care abt the speed +# with bpqether or pty, you do not need to care about the speed # tun/tap: as descriped in /usr/src/linux/Documentatioa/networking/tuntap.txt, # make a device # like this: # crw-r--r-- 1 root root 10, 200 Nov 26 13:32 tun # with the command mknod /dev/net/tun c 10 200 +# As serial port, you could assign physical ports like ttyS0 or ptys. +# ax25ipd supports BSD-style pseudo-terminals as well as the Unix98 pty's. +# If the tty argument is "/dev/ptmx", then Unix98 behaviour +# will automaticaly take effekt. With Unix98 pty's, the slave tty name +# could not be forseen. That's why kissattach will print the corresponding +# slave pty name as a separate line on stdout. # #device ampr device /dev/ttyp0 |