Re: IPv6 and B-Focus 312+

2005-06-06 Thread Ori Idan
Diego Iastrubni wrote:

Hi,

I got this new modem which is capable of dialing on its own (aka router). I 
set it up according to the manuals, and under XP is works flawlesly.

I boot to linux, and Firefox cannot find sites, Konqueror can. It seems that 
the DNS queries are beeing done over IPv6 and not IPv4, and in our country te 
support for it is not perfect:
http://linmagazine.co.il/node/view/5705
http://www.tapuz.co.il/tapuzforum/main/Viewmsg.asp?forum=236msgid=49727959archive=1

I managed to get Firefox working by disabling network.dns.disableIPV6 in 
about::config. Now the problem is that many applications (XChat, apt) are 
failing at the same place...

I heard that disabling IPv6 would fix the problem, so I deleted all the 
modules which had to do with IPv6 in /lib/modules/linux*/ rebooted and I 
still see the same problem.

Does anyone know this problem and how to fix it? 

  

I have just installed this router few days ago, it worked good with most
applications I tried GAIM and it would not connect, I googled about it
and found about the ipv6.

When disabled it in my /etc/modules.conf (debian unstable) everything
worked fine.

This router now works for me for 3 days without any interruptions,
connection is good, serving 3 computers with DHCP and NAT, I had one
power failure and everything got back to normal without any intervention.

It still does not mean this is a good router, however it seems to work fine.

Well, it is a nice little linux box...

-- 

Ori Idan



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-06-06 Thread Tzafrir Cohen
On Sun, Jun 05, 2005 at 08:24:48PM +0300, Diego Iastrubni wrote:

 IMHO that should be enough, but it does not always work and IPv6 is getting 
 loaded (sometimes). Any more ideas?

In addition to what Ira suggested, my usual suspect on Debian Sarge+ 
when it comes to unnecessary modules is /etc/rcS.d/S40hotplug

Not that I can think of any way for a hardware to trigger the load of
this, but you never know.

If that is what you suspect, try adding an 'lsmod logfile' to its
beginning and end.

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-06-05 Thread Diego Iastrubni
, 28  2005, 18:07, :
 On Sat, 28 May 2005, Diego Iastrubni wrote:
  I got this new modem which is capable of dialing on its own (aka router).
  I set it up according to the manuals, and under XP is works flawlesly.

 Nothing ever works flawlessly. You didn't find the flaw yet.

  I boot to linux, and Firefox cannot find sites, Konqueror can. It seems
  that the DNS queries are beeing done over IPv6 and not IPv4, and in our
  country te support for it is not perfect:
  http://linmagazine.co.il/node/view/5705
  http://www.tapuz.co.il/tapuzforum/main/Viewmsg.asp?forum=236msgid=497279
 59archive=1

 It works here. Who told you DNS lookups are done by ipv6 ?
Read this thread please:
http://lists.debian.org/debian-ipv6/2004/12/msg00014.html

For some stupid reason, this smart debian box keeps loading ipv6
I edited /etc/modules.conf into:
alias net-pf-10 off # IPv6

and /etc/modprobe.d/aliases
alias net-pf-10 off
#alias net-pf-10 ipv6

IMHO that should be enough, but it does not always work and IPv6 is getting 
loaded (sometimes). Any more ideas?

-- 
diego, kde-il translation team, http://www.kde.org/il 

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-06-05 Thread Ira Abramov
Quoting Diego Iastrubni, from the post of Sun, 05 Jun:

 
 For some stupid reason, this smart debian box keeps loading ipv6
 I edited /etc/modules.conf into:
 alias net-pf-10 off # IPv6

next time a deb's post-install script runs update-modules, that change
is erased. what you should have edited is /etc/modutils/aliases and run
update-modules yourself.

 IMHO that should be enough, but it does not always work and IPv6 is getting 
 loaded (sometimes). Any more ideas?

yes, it annoyed me too, and I didn't bother with fancy modules.conf
tricks, I went straight to the /lib/modules tree and renamed ipv6.ko of
my kernel. I donno what decided to load it and I don't care anymore.

What worried me were simply the implications of bind9 and apache2 among
others that started listening to tcp6 sockets - my firewall opens only a
select list of ports, and I never opened IPv6 packet types. I donno what
the implications are, since I never had the need to get into this new
protocol in the real world, and therefore I might just as well not load
it to the kernel at all.

-- 
Big man on campus
Ira Abramov
http://ira.abramov.org/email/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-05-29 Thread Peter


On Sun, 29 May 2005, Noam Meltzer wrote:

intersting. i used net-snmp. (standard?) how did you configure it in 
the router?  or even better, what is your router firmware version?


To configure go to Advanced-SNMP and set all defaults, Apply, then 
Advanced-Access Control-SNMP and tick the 'LAN' box for SNMP, and 
click Apply. Add your controller's IP and tick Add, then Apply. After 
that, you can do this:



scli -c 'show ip addresses' router


or, more exactly:


MYIP=`scli -c 'show ip addresses' router|grep ppp0|cut -d' ' -f1`


scli is probably the best free cli SNMP interface that exists. Take some 
time and read the manual page. It is huge. router is the DNS name 
exposed by the router on the LAN by default.


The router runs Linux 2.4.x on a MIPS risc cpu.

Peter

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-05-28 Thread Peter


On Sat, 28 May 2005, Diego Iastrubni wrote:


I got this new modem which is capable of dialing on its own (aka router). I
set it up according to the manuals, and under XP is works flawlesly.


Nothing ever works flawlessly. You didn't find the flaw yet.


I boot to linux, and Firefox cannot find sites, Konqueror can. It seems that
the DNS queries are beeing done over IPv6 and not IPv4, and in our country te
support for it is not perfect:
http://linmagazine.co.il/node/view/5705
http://www.tapuz.co.il/tapuzforum/main/Viewmsg.asp?forum=236msgid=49727959archive=1


It works here. Who told you DNS lookups are done by ipv6 ?


I managed to get Firefox working by disabling network.dns.disableIPV6 in
about::config. Now the problem is that many applications (XChat, apt) are
failing at the same place...


Make sure that /etc/resolv.conf contains 'nameserver your.router.address'.

Peter

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-05-28 Thread Noam Meltzer
I have this router @ my parents place. It is good (till some point.. many 
features doesn't work there, but that's not the issue).
Anyway, I don't use its DHCP and DNS capabilities. I don't need my father 
calling me at 23:30 telling me has problems just because the modem is doing 
problems with DHCP/DNS/whatever.
The modem is configured to PPTP connect (adsl) to the ISP, and do NAT, that's 
all.

btw,
the feature that doesn't work is SNMP. I tried mailing ECI about it, but they 
just don't reply. seems like many other israelis have this problem, according 
to some forums i found with google.

Noam


On Saturday 28 May 2005 17:46, Diego Iastrubni wrote:
 Hi,

 I got this new modem which is capable of dialing on its own (aka router). I
 set it up according to the manuals, and under XP is works flawlesly.

 I boot to linux, and Firefox cannot find sites, Konqueror can. It seems
 that the DNS queries are beeing done over IPv6 and not IPv4, and in our
 country te support for it is not perfect:
 http://linmagazine.co.il/node/view/5705
 http://www.tapuz.co.il/tapuzforum/main/Viewmsg.asp?forum=236msgid=49727959
archive=1

 I managed to get Firefox working by disabling network.dns.disableIPV6 in
 about::config. Now the problem is that many applications (XChat, apt) are
 failing at the same place...

 I heard that disabling IPv6 would fix the problem, so I deleted all the
 modules which had to do with IPv6 in /lib/modules/linux*/ rebooted and
 I still see the same problem.

 Does anyone know this problem and how to fix it?

-- 
Noam Meltzer

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-05-28 Thread Peter


On Sat, 28 May 2005, Noam Meltzer wrote:


btw,
the feature that doesn't work is SNMP. I tried mailing ECI about it, but they
just don't reply. seems like many other israelis have this problem, according
to some forums i found with google.


SNMP works fine. Which client did you use ?

Peter

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: IPv6 and B-Focus 312+

2005-05-28 Thread Noam Meltzer
On Sunday 29 May 2005 03:56, Peter wrote:
 On Sat, 28 May 2005, Noam Meltzer wrote:
  btw,
  the feature that doesn't work is SNMP. I tried mailing ECI about it, but
  they just don't reply. seems like many other israelis have this problem,
  according to some forums i found with google.

 SNMP works fine. Which client did you use ?

 Peter
intersting. i used net-snmp. (standard?) 
how did you configure it in the router?  or even better, what is your router 
firmware version?
-- 
Noam Meltzer

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]