Re: Win7 client, IPv6 network, multicast DNS equests and BIND name server?

2013-03-28 Thread Mattia Rossi
Am 28.03.2013 14:49, schrieb Lev Serebryakov: Hello, Freebsd-net. This question is not very FreeBSD specific, but as my router and DNS server are FreeBSD-based, I think a could ask it here and don't subscribe do BIND-related list, Ok? When DHCPv4 is not available, Win7 clients on my network

Re: Win7 client, IPv6 network, multicast DNS equests and BIND name server?

2013-03-28 Thread Mattia Rossi
Am 28.03.2013 15:58, schrieb Mattia Rossi: Am 28.03.2013 14:49, schrieb Lev Serebryakov: Hello, Freebsd-net. This question is not very FreeBSD specific, but as my router and DNS server are FreeBSD-based, I think a could ask it here and don't subscribe do BIND-related list, Ok? When D

Re: FreeBSD 8 as an IPv6 router

2011-12-12 Thread Mattia Rossi
Start tcpdump on each client e.g. tcpdump -i eth0 -n -s0 -X icmp6 and restart rtadvd and see if anything actually arrives at the clients. Then, to make things clean and in order to use the machine as router you should disable ACCEPT_RTADV (ifconfig eth0 inet6 -accept_rtadv) and also disable th

Re: FreeBSD 8 as an IPv6 router

2011-12-13 Thread Mattia Rossi
On 14/12/11 04:07, Hajimu UMEMOTO wrote: Hi, On Tue, 13 Dec 2011 20:11:45 +1030 "Daniel O'Connor" said: doconnor> On 13/12/2011, at 19:54, Hajimu UMEMOTO wrote: doconnor> Is there a way to tweak it to do the right thing? Perhaps, sla-len should be 8. doconnor> Ahh many thanks, that se

Re: FreeBSD 8 as an IPv6 router

2011-12-13 Thread Mattia Rossi
On 14/12/2011 11:41, Hiroki Sato wrote: Mattia Rossi wrote in<4ee7cdbe.1090...@swin.edu.au>: mr> Ok, this is something I always get a bit confused with. I understand mr> that it's the right clean thing to set up a /64 on the interface which mr> sends router advert

resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related

2011-08-04 Thread Mattia Rossi
Hi all, I've finally patched my 8.2 IPv6 gateway with the RDNSS/DNSSL patches and I'm distributing DNS servers that way now. Works fine, my box running CURRENT picks up the DNS servers and search domains and writes them into /etc/resolv.conf using the resolvconf script. The script anyhow ove

Re: resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related

2011-08-07 Thread Mattia Rossi
On 05/08/2011 20:30, J.R. Oldroyd wrote: On Thu, 04 Aug 2011 23:52:54 -0700, Doug Barton wrote: On 08/04/2011 22:59, Mattia Rossi wrote: I've finally patched my 8.2 IPv6 gateway with the RDNSS/DNSSL patches The script anyhow overwrites my previous manual entries in /etc/resolv.conf wh

Re: resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related

2011-08-07 Thread Mattia Rossi
On 05/08/2011 16:52, Doug Barton wrote: On 08/04/2011 22:59, Mattia Rossi wrote: Hi all, I've finally patched my 8.2 IPv6 gateway with the RDNSS/DNSSL patches and I'm distributing DNS servers that way now. Works fine, my box running CURRENT picks up the DNS servers and search d

Re: resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related

2011-08-10 Thread Mattia Rossi
On 10/08/2011 17:29, Hajimu UMEMOTO wrote: Hi, On Mon, 08 Aug 2011 16:42:06 +1000 Mattia Rossi said: mrossi> Anyhow, the manpage is really not clear about name_servers_append, and mrossi> it's not working as expected either: mrossi> 1) If I put in a comma separated list