Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] coping with ipv6 source routing and dns
@ 2014-01-29 19:22 Dave Taht
  2014-01-29 22:02 ` Toke Høiland-Jørgensen
  2014-01-29 22:36 ` Toke Høiland-Jørgensen
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Taht @ 2014-01-29 19:22 UTC (permalink / raw)
  To: dnsmasq-discuss, cerowrt-devel

I have been (mostly) happily fiddling with my new comcast ipv6 connection,
trying to route all dns queries over ipv6 in particular, by disabling
requesting the ipv4 dns addrs and relying on the dhcpv6 request to
succeed.

config interface eth0
        option 'ifname' 'eth0'
        option 'proto'  'dhcp'
        option 'peerdns' '0'

config interface wan6
        option ifname   @eth0
        option proto    dhcpv6
        option 'broadcast' '1'
        option 'metric' '2048'

works. yea! no more nat holes for ipv4 dns.

Problem is, I also have a hurricane electric tunnel. When I try to use
both, addresses from one get used on the other and dns forward
lookups fail.

I think the right answer is to abandon resolv.conf.auto
and instead explicitly assign ipv6 source addrs in dnsmasq...

server=2001:558:feed::1@AAAA:comcast:assigned:ipv6:address
server=2001:558:feed::2@AAAA:comcast.assigned:ipv6:address
server=2001:470:20::2@my:hurricane:assigned:ipv6:address

yes? (I'll be trying this in a bit)

One thing of possible useful note is that (yea!) we can just
select some arbitrary new ipv6 address within the assigned range,
add it to the local dnsmasq server box, and source dns lookups from
that, using up just that port space.

then my own /etc/resolv.conf just points to localhost
for hm.armory.com,

so I fix that with

server=/hm.armory.com/172.26.3.1/
server=/wifi.armory.com/172.26.2.1/

But this doesn't help in terms of reverse lookups (I think),
where I might or might not have my own delegated subdomain.

from

someoption=
comcast.assigned.ipv6.address.range/60 lookup via 2001:558:feed::1 or ::2
someoption=
he.assigned.ipv6.address.range/48 lookup via 2001:470:20::2

?

and then there's splitting dns... where I might want nuc.hm.armory.com
AAAAs available to the outside universe. somehow.

?


My brain hurts.




-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-29 22:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-29 19:22 [Cerowrt-devel] coping with ipv6 source routing and dns Dave Taht
2014-01-29 22:02 ` Toke Høiland-Jørgensen
2014-01-29 22:10   ` Dave Taht
2014-01-29 22:30     ` Toke Høiland-Jørgensen
2014-01-29 22:36 ` Toke Høiland-Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox