[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02468) Problem of configuring 2000::/3 route in usagi-stable-20030214



Hi,
  I encountered a strange problem while I configure usagi-stable-20030214 on my Linux Red Hat 9 box.
  My box has 2 VIA6102 Ethernet Cards, with address:
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
   inet6 2001:250:5400::2/80 scope global
   inet6 fe80::205:5dff:fe60:e2db/64 scope link
5: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
   inet6 2001:250:5400:0:2::/80 scope global
   inet6 fe80::205:5dff:fe60:e2ed/64 scope link
 
  To make the box act as an IPv6 and IPv4 router, I write /etc/sysconfig/network as following:
NETWORKING=yes
IPV4FORWARDING=yes
HOSTNAME=NIST
GATEWAY=10.0.0.254
NETWORKING_IPV6=yes
IPV6FORWARDING=yes
IPV6_DEFAULTGW=2001:250:5400::
  and /etc/sysconfig/static-routes-ipv6 as following:
eth0 2000::/3 2001:250:5400::
eth0 2001:250:5400:10::/64 2001:250:5400::1
eth0 2001:250:5400:11::/64 2001:250:5400::1
eth0 2001:250:5400:12::/64 2001:250:5400::1
eth2 2001:250:5400:2::/64 2001:250:5400:0:2::1

  Then strange things happened: the reinitiated network failed to set the 2000::/3 route, but the other route works correctly; and when I use "ip" command to configure any route including 2000::/3, it reports "RTNETLINK: Invalid arguments"! But in another system equipped with usagi-stable-20030214, nothing wrong happens.
 
  Can anybody help me? Thanks in advance!