Results 1 to 5 of 5
I have the followng setup
source-router-router-destination
connected by cross cables..
both routers have 2 NICs and have ipv4 and ipv6 addresses assigned.. source and router being in different networks... routers ...
- 07-04-2005 #1Just Joined!
- Join Date
- Jun 2005
- Location
- Matrix
- Posts
- 8
Router setup
I have the followng setup
source-router-router-destination
connected by cross cables..
both routers have 2 NICs and have ipv4 and ipv6 addresses assigned.. source and router being in different networks... routers are running on FC3
now the problem is that when promiscous mode is eabled on the routers then ping6 works other it doesnt..
What could be the reason....
- 07-04-2005 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I'm not completely certain now, but considering how it helps by enabling promiscuous mode, I'd say it's probably a broken NIC. IPv6 makes pretty hard use of Ethernet multicasting, so if one of the NICs has a broken H/W MAC filter (or, alternatively, is using a Linux driver which doesn't support its multicasting capabilities), it's probably rather likely to cause a problem like this.
- 07-05-2005 #3Just Joined!
- Join Date
- Jun 2005
- Location
- Matrix
- Posts
- 8
How do I know whether the Linux driver supports multicasting capabilities or not?
I am a newbie, just experimenting with the things.
Thanks for helping...
- 07-05-2005 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well... that's hard. =)
You can begin by checking your NICs against the file Documentation/networking/multicast.txt, which is in the kernel source tree. That file is probably not complete, though.
Are all the NICs the same model, or are they of different models/brands?
- 07-05-2005 #5Just Joined!
- Join Date
- Jun 2005
- Location
- Matrix
- Posts
- 8
The problem got solved...
by adding IPV6INIT=yes
in /etc/sysconfig/network-scripts/ifcfg-eth0
and adding IPV6AUTOCONF=no
in /etc/sysconfig/network
Thanks everyone for helping...


Reply With Quote