radvd and subnet
Shadow Hawkins on Thursday, 10 June 2004 21:04:42
Hello all.
I have some problems using radvd to route traffic to my network
I have a subnet, so all the hosts will get a global address.
All the other computers get an IP, but cannot get any traffic.
tcpdump on the server shows that it recieves it from the other computers, but no reply ever comes back.
My radvd.conf
interface eth0
{
AdvSendAdvert on;
prefix 2001:838:3bc:1::/64
{
};
};
radvdump:
Router advertisement from fe80::250:fcff:feaa:c4a9 (hoplimit 255)
Received by interface eth0
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvCurHopLimit: 64
AdvManagedFlag: off
AdvOtherConfigFlag: off
AdvHomeAgentFlag: off
AdvReachableTime: 0
AdvRetransTimer: 0
Prefix 2001:838:3bc:1::/64
AdvValidLifetime: 2592000
AdvPreferredLifetime: 604800
AdvOnLink: on
AdvAutonomous: on
AdvRouterAddr: off
AdvSourceLLAddress: 00 50 FC AA C4 A9
Anyone with a clue of what I'm doing wrong?
radvd and subnet
Carmen Sandiego on Saturday, 12 June 2004 09:35:55
Is your routing setup ok? Mayby your radvd is replying, just to the wrong interface.
radvd and subnet
Shadow Hawkins on Saturday, 12 June 2004 21:08:48
The routing had some problems.
Fixed it now.
The subnet I used for radvd was routed over my tunnel interface, instead of over the physical interface.
Thanks for your help
Posting is only allowed when you are logged in. |