BSNL DataOne provides software for connecting to Linux. BSNL公司dataone提供软件连接到Linux 。 However I found that you can setup much easier and without using their custom software.不过,我发现,您可以安装容易得多,并没有使用他们的定制软件。

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.首先,您必须了解,该DSL调制解调器从BSNL公司,可直接安装自动连接,提供防火墙, DHCP和NAT的,甚至让多台计算机连接到互联网。 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.因此,有效的,您可以有几台计算机连接到集线器/切换到其中DSL调制解调器连接,然后所有这些电脑将能够连接到互联网通过设置DSL调制解调器作为DHCP服务器在其设置。 However in my experience, as the connection is often unreliable, it is better to use software on your computer to establish the link.然而,在我的经验,作为连接往往是不可靠的,最好是使用软件在您的计算机上建立链接。 It allows more control over the connection and它允许更多的控制权和连接 faster reconnects after disconnection更快的重新断开后, with little changes to configuration.很少更改配置。 The solution is simple.解决办法很简单。

Run adsl-setup .运行ADSL的安装 Most likely it is already installed on your system.最有可能是已经安装在您的系统。 Otherwise you can also install it on yum enabled distributions like Fedora Core simply by:否则,你也可以安装它荫,使分布一样的Fedora Core简单:
yum install rp-pppoe 百胜安装反相的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.它要求的问题,像您的登录名和密码( BSNL公司所提供的) ,您的以太网接口(选择默认提供-e th0的;工程,大多数情况下)等后,安装,你最好重新启动(或重新启动网络-服务网络启动)和您将发现您的DSL连接和运行。

You can also manually bring up DSL connection by:您也可以手动带来了DSL连接:
ifup ppp0 ifup ppp0会

You can bring it down by:您可以把它下跌:
ifdown ppp0 ifdown ppp0会

Note: Unless you have multiple DSL connections, ppp0 is a safe bet.注意:除非你有多重DSL连接, ppp0会是一个安全的赌注。