Re: PPPoE on Linux - timeout waiting for PADO/PADS packets

2006-08-09 Thread Tzahi Fadida
Just a guess, but if inactivity or activity of the line has any affect on the line disconnecting then there are 2 possibilities i can see: 1) Line problems, i had this a few years back. The line disconnects every once in a while for no apparent reason. The fact that you connect a mac and it does

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