Re: disabling ipv6 on debian

2006-08-10 Thread Micha Silver
Baruch Even wrote: Diego Iastrubni wrote: The first work around, is to set the DNS server of the clients, not to the modem but to the DNS servers of the ISP. Since the DHCP lease of the clients ends after X time, the clients get once again the DNS of the modem, and the problem comes back.

Re: disabling ipv6 on debian

2006-08-10 Thread Diego Iastrubni
Meir Kriheli wrote: It'd be better to leave aliases as is, so updates won't overwrite it (in case you'll answer y by mistake). ok, good point. Another way to disable ipv6 is blacklisting the module. Creating a new file will be the best: echo blacklist ipv6 /etc/modprobe.d/blacklist-ipv6

disabling ipv6 on debian

2006-08-09 Thread Diego Iastrubni
Hi, In case someone does not know why, I am using this funky bfocus 312 modem bezeq is giving, configured as a router. In theory all I have to do is to make my hosts dhcp and I am done. However, this modem supports IPV6, and our ISPs generally do not, and the DNS servers get broken. The

Re: disabling ipv6 on debian

2006-08-09 Thread Baruch Even
Diego Iastrubni wrote: The first work around, is to set the DNS server of the clients, not to the modem but to the DNS servers of the ISP. Since the DHCP lease of the clients ends after X time, the clients get once again the DNS of the modem, and the problem comes back. How do modify the

Re: disabling ipv6 on debian

2006-08-09 Thread Diego Iastrubni
ביום רביעי, 9 באוגוסט 2006, 21:22, נכתב על ידי Baruch Even: In my case there is a directory /etc/dhcp3/dhclient-enter-hooks.d/ any script inside it is run on dhcp lease renewal. Simply place there a script to reset the resolv.conf to whatever you want. what an ugly solution... I like it!

Re: disabling ipv6 on debian

2006-08-09 Thread Baruch Even
Diego Iastrubni wrote: ביום רביעי, 9 באוגוסט 2006, 21:22, נכתב על ידי Baruch Even: alias net-pf-10 ipv6 - old alias net-pf-10 off - on and then run update-modules. This does not work for me. Maybe you have somewhere a script that forces loading the ipv6 module? Setting these aliases

Re: disabling ipv6 on debian

2006-08-09 Thread Meir Kriheli
Diego Iastrubni wrote: Hi, In case someone does not know why, I am using this funky bfocus 312 modem bezeq is giving, configured as a router. In theory all I have to do is to make my hosts dhcp and I am done. However, this modem supports IPV6, and our ISPs generally do not, and the DNS