Lines Matching +full:interface +full:- +full:node
1 .. SPDX-License-Identifier: GPL-2.0
10 - Project Home Pages
11 - http://www.chygwyn.com/ - Kernel info
12 - http://linux-decnet.sourceforge.net/ - Userland tools
13 - http://www.sourceforge.net/projects/linux-decnet/ - Status page
20 - CONFIG_DECNET (obviously)
21 - CONFIG_PROC_FS (to see what's going on)
22 - CONFIG_SYSCTL (for easy configuration)
27 - CONFIG_DECNET_ROUTER (to be able to add/delete routes)
28 - CONFIG_NETFILTER (will be required for the DECnet routing daemon)
37 - Set the MAC address on your ethernet card before starting _any_ other
54 were added to the loopback device. In 2.5, any local interface address
59 N.B. Since the address list of an interface determines the addresses for
61 interface then you won't see any entries in /proc/net/neigh for the local
69 the two numbers are the node address 1,2 = 1.2 For 2.2.xx kernels
73 obvious choice :-)
75 There used to be a third number specifying the node type. This option
76 has gone away in favour of a per interface node type. This is now set
80 There are also equivalent options for modules. The node address can
86 address of the node in order for it to be autoconfigured (and then appear in
95 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or
97 of your ethernet card to an address starting with "hi-ord" will cause a
98 DECnet address which matches to be added to the interface (which you can
106 echo -n "eth0" >/proc/sys/net/decnet/default_device
119 This is either done through the sysctl/proc interface (see the kernel web
131 each interface and update the kernel routing tables accordingly. The
145 - Is the node address set (see /proc/sys/net/decnet/node_address)
146 - Is the node of the correct type
148 - Is the Ethernet MAC address of each Ethernet card set to match
151 - If the previous two steps are satisfied, and the Ethernet card is up,
155 within a node.
156 - If you have any DECnet routers on your network, they should appear
158 entry for the node itself (if it doesn't check to see if lo is up).
159 - If you want to send to any node which is not listed in the
163 - Try starting a simple server and client, like the dnping/dnmirror
164 over the loopback interface. With luck they should communicate.
168 - If this seems to work, then try talking to a node on your local
170 - At this point you are on your own... :-)
179 - What kernel version are you running ?
180 - What version of the patch are you running ?
181 - How far though the above set of tests can you get ?
182 - What is in the /proc/decnet* files and /proc/sys/net/decnet/* files ?
183 - Which services are you running ?
184 - Which client caused the problem ?
185 - How much data was being transferred ?
186 - Was the network congested ?
187 - How can the problem be reproduced ?
188 - Can you use tcpdump to get a trace ? (N.B. Most (all?) versions of
190 the hex listing of the packet contents is _essential_, usually the -x flag.
191 You may also need to increase the length grabbed with the -s flag. The
192 -e flag also provides very useful information (ethernet MAC addresses))
203 Linux has an interface which allows the setting of extra addresses for
211 DECnet makes use of this interface to allow running DECnet on an ethernet
214 addresses on each physical interface. If you do this, be aware that if your