1 i am download new redhat 7.2 distribution with kernel 2.4
2. i am install on new system with asus maiboard, ATA100, Vanta, 2 x
D-link 220 ethernet cards with AUI, BNC, UTP support, also i have HUB with
AUI, BNC, UTP
3. with original kernel everything is ok both card work fine
4. PCT/IP network is ok
5. I am bulid new kernel from manuals from sourceforge
- make xconfig
- DECnet support (m)
- DECnet SIOCGIFCONF (y)
- SYSCTL support (y)
- /proc file system support
make dep
make bzImage
make modules
make modules_install
cp /usr/src/arch/i386/boot/bzImage /boot/bzImage
make some changes on
/etc/grub.conf
and reboot mashine
on booting only one card is live eth0 no eth1
after changing in /etc/grub.conf
kernel /boot/bzImage etc ether=3,0x300,eth0 ether=4,0x320,eth1
it is look like ok both of cards are one TCP/IP network live
what about DECnet ?
file
/etc/decnet.conf - properly configured
after that i am download dnprogs-2.16 with a lot of troubles
i thin i am install this package if i try rpm or tar.gz there are some
errors on compile missed some files or what. what ever i am install
dnprogs with rpm package on other linux 2.2.14 computer and manualy copy
bin files on 2.4 linux
well it's look as ok
script /etc/rc.d/init.d/decnet work properly
in scripts
/etc/sysconfig/network-scripts/ifcfg-eth0 and ifcfg-eth1
i am put on the end of files lines
MACADDR=00:80:C8:2C:E4:C4 (eth0)
MACADDR=00:80:C8:2C:e4:A2 (eth1)
configuration of /etc/decnet.conf is as folow:
executor 1.1 name veseli line eth0
now on end ow /etc/rc.d/init.d/decnet script i was added
echo "1.10" > /proc/sys/net/decnet/node_address
echo "eth0" > /proc/sys/net/decnet/default_device
i am put this two line on several startup scripts with hope an\bout
working :)
after rebooting of computer i have situation as folow
in /proc/sys/net
node_name:
???
default_device:
(nothing)
node_address:
1.10
debug:
0
di_count, dr_count:
3
dn_count:
1
dst_gc_interval
2
time_wait:30
/config
forwarding:
(nothing)
priority:
0
t2:
1
t3:
10
/proc/net
decnet_dev:
Name Flags T1 Timer1 T3 Timer3 Blksize Pri State
lo B 0000 0000 0002 0010 1498 000 00
DevType Router Peer
loopback
decnet_neigh:
Addr Flags State Use Blksize Dev
1.10 --- 40 01 0001498 lo
decnet_cach:
(nothing)
decnet:
local Remote
0.0/2014 0001:001 0000:0000 2 29 0.0/0000 0000:0000 0000:0000 2 0
OPEN IMM ED
0.0 /2012 0001:0001 0000:0000 2 29 0.0/0000 0000:0000 0000:0000 2 0
open imm ed etc.
i am modify file /etc/rc.d/inet.d/decnet
interfaces="eth0"
startnet = "$prefix/sbin/startnet -hw $interfaces"
and i have started phonetd
when i try dnping veseli
no route to host
it is loo like is not in function
i am scare to go on real DECnet network and put my linux box, and DECnet
is not in function
How i can resolve my problems ? Mybe i am do something wrong ? I don't
know ?
Thx in advance
Sasa Buric
P.S. module decnet is loaded at boot time, i have checked that ...
|