nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #15 on: January 20, 2012, 05:59:28 pm » |
|
I can't say if your radvd.conf is correct or not. I can say its different from mine.
Jim, Am I correct in thinking yours is a Linux system? this looks completely different to the OpenBSD version (radvd versus rtadvd) which the OP is using. Is forwarding enabled for ipv6?
It must be as OP said connectivity works if he configures his client manually with ipv6 address. If you haven't done so. Read the man page for radvd and radvd.conf.
I can recommend the most excellent FreeBSD Man pages server which covers all flavours of BSD and a few Linux distros too 
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
ngyurov
Newbie

Posts: 10
|
 |
« Reply #16 on: January 21, 2012, 09:36:56 am » |
|
nickbee, by reading the man page for that option I highly doubted it will change anything and unfortunately - I was right: # /usr/sbin/rtadvd -ds rl0 RA timer on rl0 is set to 16:0 set timer to 15:998952. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 0 RA timer on rl0 is set to 16:0 set timer to 16:0. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 1:161148. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 16:0 set timer to 16:0. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 0:272443. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 281:0 set timer to 281:0. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 0:46983. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 286:0 set timer to 286:0. waiting for inputs or timeout
Any other ideas?
|
|
|
|
|
Logged
|
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #17 on: January 21, 2012, 11:06:03 am » |
|
nickbee, by reading the man page for that option I highly doubted it will change anything and unfortunately - I was right:
Still no RA's shown there... Any other ideas?
You're using NAT for IPv4 so presumably you have PF enabled and configured to do this. Maybe PF is blocking outgoing icmp6 traffic? Can you repeat the above test with PF disabled (pfctl -d) and see whether any RAs appear in the debug output?
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
ngyurov
Newbie

Posts: 10
|
 |
« Reply #18 on: January 22, 2012, 06:56:02 am » |
|
Still not working but requests seem to be received... This is with PF disabled: # /usr/sbin/rtadvd -ds rl0 RA timer on rl0 is set to 16:0 set timer to 15:991587. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 0:378644. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 16:0 set timer to 16:0. waiting for inputs or timeout RA received from fe80::224:1ff:fef1:b7e on rl0 set timer to 15:999779. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 0:170898. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 16:0 set timer to 16:0. waiting for inputs or timeout RA received from fe80::224:1ff:fef1:b7e on rl0 set timer to 15:999791. waiting for inputs or timeout RS received from fe80::1164:73c5:825b:a0e9 on rl0 set timer to 0:463185. waiting for inputs or timeout RA timer on rl0 is expired send RA on rl0, # of waitings = 1 RA timer on rl0 is set to 236:0 set timer to 236:0. waiting for inputs or timeout RA received from fe80::224:1ff:fef1:b7e on rl0 set timer to 235:999793. waiting for inputs or timeout
I wonder why is that so, cause otherwise in PF I have: pass out quick inet6 pass in quick inet6
|
|
|
|
|
Logged
|
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #19 on: January 22, 2012, 11:23:52 am » |
|
So now we have RAs going out  . Looks like you need to review your pf.conf. Does your W7 host configure itself with an EUI-64 ipv6 address? If not then I would be looking at traffic by running tcpdump on your firewall - tcpdump -vv -i rl0 ip6 - just to double-check those RAs and RSs. I would then look for similar on the W7 host with Wireshark. I believe there are some issues with W7 and SLAAC. I don't have much experience with W7's ipv6 so maybe someone else can help here  . It looks as if you are making progress on the BSD side though.
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
|
cholzhauer
|
 |
« Reply #20 on: January 22, 2012, 11:29:54 am » |
|
Nick do you have any more specifics on those issues? We've been running windows 7 with router advertisements for a couple of years now and haven't had any issues.
|
|
|
|
|
Logged
|
|
|
|
ngyurov
Newbie

Posts: 10
|
 |
« Reply #21 on: January 22, 2012, 12:28:37 pm » |
|
I think I'll try to configure DHCPv6 to give the internal hosts addresses. I'm gonna need it to do the same with the DNS servers anyway. When I have more time I'll play again with rtadvdt and check why is it not working. Thanks for the help though.
|
|
|
|
|
Logged
|
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #22 on: January 23, 2012, 05:52:05 am » |
|
I think I'll try to configure DHCPv6 to give the internal hosts addresses. I'm gonna need it to do the same with the DNS servers anyway. When I have more time I'll play again with rtadvdt and check why is it not working. Thanks for the help though.
Please post back when you have it working - I would be most interested to know what solution works for you!
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #23 on: January 23, 2012, 06:07:36 am » |
|
Nick do you have any more specifics on those issues? We've been running windows 7 with router advertisements for a couple of years now and haven't had any issues.
I've got one W7 (Pro, 64bit, SP1) test machine at the office so my (IPv6) experiences of this OS are very limited compared to yours. The router is a Cisco 871 which is configured for SLAAC and uses DHCPv6 to provide the DNS server. The W7 client configures itself correctly for EUI-64 address, sets it's gateway correctly and picks up the DNS server. However, it suffers from intermittent ipv6 connectivity. Other (FreeBSD and Linux) hosts on the same router work correctly. What are you using for your router?
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
|
cholzhauer
|
 |
« Reply #24 on: January 23, 2012, 06:11:41 am » |
|
We have an ASA 5520 that's doing SLAAC. The only changes I make on the clients are to disabled ISATAP, Teredo, and 6to4.
The ASA line won't do DHCPv6, otherwise, I would be using it to hand out DNS info too.
|
|
|
|
|
Logged
|
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #25 on: January 23, 2012, 06:20:43 am » |
|
We have an ASA 5520 that's doing SLAAC. The only changes I make on the clients are to disabled ISATAP, Teredo, and 6to4.
Yes - did that. I also disabled the privacy address in case that was part of the problem. The ASA line won't do DHCPv6, otherwise, I would be using it to hand out DNS info too.
Have you manually configured IPv6 DNS on the clients or are they relying on your IPv4 DNS server to get AAAA records?
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
|
cholzhauer
|
 |
« Reply #26 on: January 23, 2012, 06:26:32 am » |
|
Have you manually configured IPv6 DNS on the clients or are they relying on your IPv4 DNS server to get AAAA records?
Unfortunately I've manually configured them...I have a small batch script that I created that disables the stuff I mentioned earlier, disabled privacy addresses (those really throw off DNS), and assign a couple of IPv6 addresses to use as DNS servers. It works really well; the only problem is if I swap out DNS servers, I have to change the IPv6 address on them to match what I used in my batch file. I'd really like to use that ASA, but like I said, they don't support it. I've suggested it to my account manager, but she tells me things like that are market driven; the more people that ask for it, the more likely they are to implement it.
|
|
|
|
|
Logged
|
|
|
|
Jim Whitby
Newbie

Posts: 27
Jim Whitby
|
 |
« Reply #27 on: January 25, 2012, 11:27:11 am » |
|
I can't say if your radvd.conf is correct or not. I can say its different from mine.
Jim, Am I correct in thinking yours is a Linux system? this looks completely different to the OpenBSD version (radvd versus rtadvd) which the OP is using.
Yes, it is Linux. Sorry for the confusion.
|
|
|
|
|
Logged
|
|
|
|
nickbeee
tunneld
Jr. Member
 
Posts: 70
I do this just for fun.
|
 |
« Reply #28 on: January 25, 2012, 01:29:46 pm » |
|
Have you manually configured IPv6 DNS on the clients or are they relying on your IPv4 DNS server to get AAAA records?
Unfortunately I've manually configured them...I have a small batch script that I created that disables the stuff I mentioned earlier, disabled privacy addresses (those really throw off DNS), and assign a couple of IPv6 addresses to use as DNS servers. It works really well; the only problem is if I swap out DNS servers, I have to change the IPv6 address on them to match what I used in my batch file. I'd really like to use that ASA, but like I said, they don't support it. I've suggested it to my account manager, but she tells me things like that are market driven; the more people that ask for it, the more likely they are to implement it. Solved my W7 issue - details here: http://www.tunnelbroker.net/forums/index.php?topic=2246.0
|
|
|
|
|
Logged
|
Nick B. Tunnelling with [Open|Net|Free]BSD and IOS. IPv6 courtesy of HE and Sixxs.
|
|
|
|