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會是一個安全的賭注。