[radvd-devel-l] Is there a support mailing list?

Seri Al-Najjar radvd-devel-l@litech.org
Sat, 9 Mar 2002 06:28:28 -0600


 
-----BEGIN PGP SIGNED MESSAGE-----

Okay, now I know I'm not clogging up the wrong list :o)

I have a very strange problem with radvd (well, it may not be so
strange to others), I'm attempting to get FreeNet6 working, I have a
direct IPv6 tunnel configured and I can access IPv6 only websites.

I'm now attempting to configure my /48 allocation, the server/router
itself has three network interfaces, and I'm attempting to use radvd
to configure a separate subnet for each interface, 

eth0 and eth1 are internal interfaces and eth2 is my external
interface, I've posted below my radvd.conf, all the interfaces are
configured for ipv6 forwarding.

I'm attempting to start radvd using the command line:
	radvd -C /etc/radvd.conf -u radvd -d 4

It's logging to syslog and the entries show as:
- ----- syslog -----
radvd[401]: version 0.7.1 started
radvd[401]: inet_pton returned 1
radvd[401]: hardware type for eth0 is 1
radvd[401]: link layer token length for eth0 is 48
radvd[401]: prefix length for eth0 is 64
radvd[401]: interface definition for eth0 is ok
radvd[401]: inet_pton returned 1
radvd[401]: hardware type for eth1 is 1
radvd[401]: link layer token length for eth1 is 48
radvd[401]: prefix length for eth1 is 64
radvd[401]: interface definition for eth1 is ok
radvd[401]: another radvd seems to be already running, terminating
- ----- syslog -----

I've checked running proccesses:
	ps -ef | grep -i radvd
and the list shows up empty, I've checked for a pid in /var/run but
with no joy, I've tried starting radvd as the root user (without the
- -u flag), all with the same result, it complains of another running
version, I've rebooted the server numerous times to ensure that it's
not started but with the same result.

Has anyone else experienced this?

Thanks

Seri Al-Najjar

- ----- radvd.conf -----
interface eth0
{
        AdvSendAdvert on;
        prefix 3ffe:0b80:093c:0003::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};

interface eth1
{
        AdvSendAdvert on;
        prefix 3ffe:0b80:093c:0013::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};
- ----- radvd.conf -----

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQIVAwUBPIn/3ZfC9VHg0bfjAQHu+A//VbUsY+IIZODsV2DuSD3aIdxGyeGz8f2R
bl+8wLPgowjAxEOSPQ3H9excue7mbSa5beu9RtKjwEsaS8kl7B+So/V2RqgFghw3
CTk/Y2963kLmFfUREzOsDo4jqb1M0lKEejszMty5yQ9b2JemteRUDqiqxDNdr17p
niT6zWwkthLmkmMNnTwJyIChVmYevgqnQFhEltClcUs3pAdFXdq3VNx+NJwlBuQ1
Y5djbqCbJoi+zW/1gfCUCsXFpBrf0qOtywFsYgfOtWve6r+kPWmNf2qOjijwGq13
EZ69lzLnUzAr231FHvUOoPjbnJ0e/s7ycWsQcnZL2EUkTys1V0Hxzwm+NU1CRxkP
Tce/p0XT4dAeuqzlLli+sctXs4bfn1K2Xcp6+QKPT0X09n1H/mGAbKvBEoVGhlGK
f/IuHBW7qW2Xnd+x93mkiNxtaI7mJa9k3hHsCyARtnsbbu2ob7libw7W7Nl4Eh0Z
lk1B/syP3v0wm07Jzug+W02Lkaj71hUpUcA3DuIOGpNn+RVGInMCFoEc0Gnup0qz
vYZVEkWE9qAIm0xK8tnGD/Sur1Mn7LvOEoUKMuKb9gklW1sKXpgqOGWXWEdua9en
uIn0Pey85BlIqcuUEVmIV/lyUPpjUst7dEg6BLkKc9eL5w973PGZAScldqMr8ISs
1ns3+QebjGc=
=MoNH
-----END PGP SIGNATURE-----