BSNL DataOne provides software for connecting to Linux. BSNL DataOne permite el uso de software para la conexión a Linux. However I found that you can setup much easier and without using their custom software. Sin embargo me di cuenta de que puede configurar mucho más fácil y sin utilizar su software personalizado.

First you must know that the DSL modem from BSNL can be directly setup to connect automatically, provide firewall, DHCP and even NAT to allow multiple computers to connect to the internet. En primer lugar usted debe saber que el módem DSL de BSNL puede ser directamente la configuración de conexión automática, ofrecer firewall, DHCP y NAT incluso para permitir que múltiples ordenadores para conectarse a Internet. So effectively you can have several computers connected to a hub / switch to which the DSL modem connects and then all these computers will be able to connect to the internet by setting the DSL modem as DHCP server in their settings. Así que efectivamente pueden tener varios ordenadores conectados a un hub / switch para que el módem DSL se conecta y luego todos estos ordenadores será capaz de conectarse a Internet mediante el establecimiento de los módem DSL como servidor DHCP en su configuración. However in my experience, as the connection is often unreliable, it is better to use software on your computer to establish the link. Sin embargo, en mi experiencia, como la conexión es a menudo poco fiables, es mejor utilizar el software en su equipo para establecer el vínculo. It allows more control over the connection and Permite un mayor control sobre la conexión y faster reconnects after disconnection reconecta con mayor rapidez después de la desconexión with little changes to configuration. con pequeños cambios de configuración. The solution is simple. La solución es simple.

Run adsl-setup . Ejecute adsl-setup. Most likely it is already installed on your system. Lo más probable es que se ha instalado en su sistema. Otherwise you can also install it on yum enabled distributions like Fedora Core simply by: De lo contrario también puede instalarlo en yum permitido distribuciones como Fedora Core, simplemente por:
yum install rp-pppoe Yum instalar rp-pppoe
It asks questions like your login name and password (provided by BSNL), your ethernet interface (choose the default provided - eth0; works for most cases) etc. After the setup you should preferably reboot (or restart the network - service network restart ) and you will find your DSL connection up and running. Se pide a preguntas como su nombre de usuario y contraseña (proporcionado por BSNL), su interfaz Ethernet (elegir la opción predeterminada - eth0; funciona para la mayoría de los casos), etc Tras el ajuste que debe iniciar el sistema de preferencia (o reiniciar la red - reiniciar el servicio de red) y encontrará su conexión DSL en marcha y funcionando.

You can also manually bring up DSL connection by: También puede abrir manualmente la conexión de DSL:
ifup ppp0 ifup ppp0

You can bring it down by: Puede ponerla en:
ifdown ppp0 ifdown ppp0

Note: Unless you have multiple DSL connections, ppp0 is a safe bet. Nota: A menos que tengas múltiples conexiones DSL, ppp0 es una apuesta segura.