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

Re: iptables MARK breaks radvd



Maxime Longuet wrote at 2010-06-30 14:11 -0500:
> Do you have testing on sending ra on Lan interface with specified on radvd.conf

Here is my radvd.conf:

interface br0 {
 #IgnoreIfMissing on;
 AdvSendAdvert on;
 #UnicastOnly on;
 MaxRtrAdvInterval 20;
 MinRtrAdvInterval 5;
 AdvHomeAgentFlag off;
 prefix 2001:470:c191::/64 {
  AdvOnLink on;
  AdvAutonomous on;
  AdvRouterAddr off;
 };
};
interface wlan0_0 {
 #IgnoreIfMissing on;
 AdvSendAdvert on;
 #UnicastOnly on;
 MaxRtrAdvInterval 20;
 MinRtrAdvInterval 5;
 AdvHomeAgentFlag off;
 prefix 2001:470:c191:1::/64 {
  AdvOnLink on;
  AdvAutonomous on;
  AdvRouterAddr off;
 };
};

> >> Else ipv6_forwarding is activate ?
> > 
> > With and without ip6tables MARK rule:
> > # cat /proc/sys/net/ipv6/conf/br0/forwarding 
> > 1
> > 
> >> Since Lan router respond on his multicast adress ff02::2
> >> (ping6 -I eth0 ff02::2) ?
> 
> Hum my write is wrong, I would like say "Since Lan computer" no from router, i hope you have understand :)


This seems to work with or without MARK rule (from client):
# ping6 -c 2 -I wlan0 ff02::2

Attachment: signature.asc
Description: Digital signature


Reply to: