Radvd and subnet, same NIC
Shadow Hawkins on Tuesday, 14 December 2004 17:13:14
Tag [/code] is not closed
Radvd and subnet, same NIC
Shadow Hawkins on Wednesday, 15 December 2004 00:52:24 eth0
inet6 addr: 2001:6f8:900:42a:204:acff:fe77:f0fc/64 Scope:Global This can't be correct. 2001:6f8:132f::/48 is your subnet not 2001:6f8:900::/48
I guess your radvd advertisement is not correct. I wonder why you don't see any errors/warnings from radvd in your syslog :?
Anyway, using something like this in radvd.conf can helpprefix 2001:6f8:132f:<insert something>::/64
Radvd and subnet, same NIC
Shadow Hawkins on Wednesday, 15 December 2004 10:49:00
Ok here's what i have done so far.
removed old ipv6 addresses from eth0
[--ifconfig--]
eth0 Link encap:Ethernet HWaddr 00:04:AC:77:F0:FC
inet addr:10.0.0.6 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: 2001:6f8:132f:42a:204:acff:fe77:f0fc/64 Scope:Global
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19234209 errors:0 dropped:0 overruns:0 frame:1
TX packets:13101064 errors:0 dropped:0 overruns:927 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2415502399 (2303.6 Mb) TX bytes:1989465504 (1897.3 Mb)
Interrupt:15 Base address:0xf000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3673 errors:0 dropped:0 overruns:0 frame:0
TX packets:3673 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:842939 (823.1 Kb) TX bytes:842939 (823.1 Kb)
sixxs Link encap:UNSPEC HWaddr 0A-00-00-06-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: 2001:6f8:900:42a::2/64 Scope:Global
inet6 addr: fe80::a00:6/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1280 Metric:1
RX packets:110606 errors:0 dropped:0 overruns:0 frame:0
TX packets:121278 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:19013768 (18.1 Mb) TX bytes:11941195 (11.3 Mb)
Changed my radvd.conf
interface eth0
{
AdvSendAdvert on;
prefix 2001:6f8:132f:babe::/64
{
};
};
and here's what my radvd log file says.
[Dec 15 09:35:09] radvd: version 0.7.2 started
[Dec 15 09:35:09] radvd: no linklocal address configured for eth0
[Dec 15 09:35:09] radvd: syntax error in config file: /etc/radvd.conf
And if i do make a inet6 addr: fe80::a00:6/64 Scope:Link on eth0
radvd says this.
[Dec 15 09:47:59] radvd: version 0.7.2 started
[Dec 15 09:47:59] radvd: another radvd seems to be already running, terminating
But of course i can't find it.
Regards Knut Petter Oelberg
Radvd and subnet, same NIC
Shadow Hawkins on Wednesday, 15 December 2004 13:39:09
Why did you remove the link address (based on the MAC address) from eth0? As far as I know, your clients will use that for their route, (correct me if I'm wrong)
You should do restart eth0 if you change this kind of things.
1) ifdown eth0 (maybe sixxs too ?)
2) change radvd.conf (I have "prefix 2001:838:33d:0::0/64" in my .conf file)
3) (re)start radvd (if error goto 2 :P )
4) ifup eth0
5) check everything }) and post some of them here.
6) goto 1 if needed
Radvd and subnet, same NIC
Shadow Hawkins on Wednesday, 15 December 2004 11:35:31
-Check that the adresses distributed to the clients are from the correct subnet
-What does ifconfic and ip -6 route say on a client?
Posting is only allowed when you are logged in. |