Date: Mon, 20 Nov 2000 12:16:21 +0500 From: "Sergey A. Ivanov" <lw@pd.chel.ru> To: freebsd-stable@freebsd.org Subject: what's wrond with routed? Message-ID: <14812672445.20001120121621@pd.chel.ru>
next in thread | raw e-mail | index | archive | help
Hello freebsd-stable!
I'm trying to tune up RIP client at
# uname -a
FreeBSD ras.uvd.chel.su 4.2-BETA FreeBSD 4.2-BETA #0: Mon Nov 13
12:00:43 YEKT 2000 root@ras.uvd.chel.su:/usr/obj/usr/src/sys/ORACLE i386
I have one NIC with aliases:
# ifconfig -au
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.200.29 netmask 0xffffff00 broadcast 192.168.200.255
inet 212.57.133.29 netmask 0xffffff00 broadcast 212.57.133.255
inet 212.57.133.16 netmask 0xffffffff broadcast 212.57.133.16
ether 00:50:ba:d0:a5:24
media: 10baseT/UTP status: active
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UT
P <full-duplex> 10baseT/UTP 100baseTX <hw-loopback>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
I'm running routed -qAdt and see:
-- 12:02:58 --
Tracing actions started
Add interface rl0 192.168.200.29 -->192.168.200.0/24
RCVBUF=61440
turn on RIP
Add interface rl0 212.57.133.29 -->212.57.133.0/24 <ALIAS|NO_RIPV1_OUT|NO_RIPV
Add interface rl0 212.57.133.16 -->212.57.133.16/32 <ALIAS|NO_RIPV1_OUT|NO_RIP
Add interface lo0 127.0.0.1 -->127.0.0.1/32 <LOOPBACK> <PASSIVE>
Add 127.0.0.1/32 -->127.0.0.1 metric=0 lo0 <IF>
Add 212.57.133.0 -->212.57.133.16 metric=0 rl0 <NET_SYN>
Add 212.57.133.16/32-->212.57.133.16 metric=0 rl0 <IF>
Del 212.57.133.0 -->212.57.133.16 metric=0 rl0 <NET_SYN>
Add 212.57.133.0 -->212.57.133.29 metric=0 rl0 <IF>
Add 192.168.200.0 -->192.168.200.29 metric=0 rl0 <IF>
-- 12:02:58 --
ignore RTM_NEWMADDR for AF 0
-- 12:02:58 --
Add 192.168.172.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.161.0 -->192.168.200.21 metric=4 rl0 12:02:58
Add 0.0.0.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.166.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.165.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 194.135.54.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.2.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.1.0 -->192.168.200.21 metric=5 rl0 12:02:58
Add 172.22.0.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 172.21.0.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 172.20.0.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.167.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.160.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 194.135.52.0 -->192.168.200.21 metric=2 rl0 12:02:58
Add 194.135.53.0 -->192.168.200.21 metric=3 rl0 12:02:58
Add 192.168.168.0 -->192.168.200.21 metric=4 rl0 12:02:58
Add 192.168.192.0 -->192.168.200.21 metric=2 rl0 12:02:58
Add 193.125.9.0 -->192.168.200.21 metric=2 rl0 12:02:58
Add 192.168.253.0 -->192.168.200.21 metric=1 rl0 12:02:58
192.168.200.21 is Novell netware 4.2.
None of routes appears in netstat -rn:
# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 212.57.133.14 UGSc 4 100 rl0
127.0.0.1 127.0.0.1 UH 3 13456 lo0
192.168.200 link#1 UC 0 0 rl0 =>
192.168.200.1 0:60:97:18:7e:16 UHLW 2 2286 rl0 246
192.168.200.10 0:80:2d:5:53:40 UHLW 0 23633 rl0 949
192.168.200.16 link#1 UHLW 1 9723 rl0 =>
192.168.200.21 0:0:21:c4:dd:b0 UHLW 0 0 rl0 1097
192.168.200.123 0:50:ba:d7:ea:b8 UHLW 2 1824 rl0 866
192.168.200.127 0:50:ba:d6:3a:88 UHLW 0 1 rl0 887
212.57.133 link#1 UC 0 0 rl0 =>
212.57.133.14 0:60:97:18:7e:16 UHLW 2 78 rl0 615
212.57.133.16/32 link#1 UC 0 0 rl0 =>
212.57.133.200 link#1 UHLW 1 1 rl0 =>
IPX:
Destination Gateway Flags Netif Expire
What's wrong in my system? Or with novell?
Best regards,
Sergey mailto:lw@pd.chel.ru
ICQ UIN: 49432691
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14812672445.20001120121621>
