diff options
author | Thomas Osterried <thomas@osterried.de> | 2006-10-05 11:59:44 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2006-10-05 11:59:44 +0000 |
commit | 07e097222ee4b8748f98a1c7cc9738fa5422710d (patch) | |
tree | d6e3dfe167bf5b73d5d49fe4fb5784be194e30e8 | |
parent | bee3ed95da5f252caae391d51d3c4a0f210e14eb (diff) |
Added documention how to configure bpqether interfaces.
-rw-r--r-- | ax25ipd/ax25ipd.conf.5 | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.conf.5 b/ax25ipd/ax25ipd.conf.5 index d2f1561..364c148 100644 --- a/ax25ipd/ax25ipd.conf.5 +++ b/ax25ipd/ax25ipd.conf.5 @@ -68,7 +68,41 @@ mode tnc .br # Serial port, ethertap interface, or pipe connected to a kissattach in my case .br -# +# alternatively, if you have the kernel module bpqether: +.br +# if you use tun/tap or ethertap instead of kissattach you may say, without +.br +# leading slashes (!! - that's how ax25ipd consideres using the tty kiss +.br +# driver or tun/tap or ethertap): +.br +# with tun/tap: +.br +# device foobar +.br +# with ethertap (obsolete): +.br +# device tap0 +.br +# make sure you set a mycall above, or say axparms foobar -setcall te1st +.br +# note: the device will be up when you assign an ip address +.br +# _after_ starting ax25rtd (which initializes the device), start ax25d +.br +# with bpqether or pty, you do not need to care abt the speed +.br +# tun/tap: as descriped in /usr/src/linux/Documentatioa/networking/tuntap.txt, +.br +# make a device # like this: +.br +# crw-r--r-- 1 root root 10, 200 Nov 26 13:32 tun +.br +# with the command mknod /dev/net/tun c 10 200 +.br +# +.br +#device ampr .br device /dev/ttyp0 .br |