@nitish:it looks fine
now,did u tried "pon dsl-provider" after reboot?.
I am posting everything from scratch.just to make it easy for you.
1.boot into ubuntu ,open terminal run "sudo modprobe ppp_generic"
2.run "ifconfig" command.make sure "lo" and "eth0" interfaces are up.
3.assign local IP address for eth0(lan card).for that either use "network-admin" GUI(in menu System>administration>Network) or edit manually /etc/network/intefaces.
you should be ideally use below one
Code:
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
[B]auto eth0[/B]
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider
then restart network as "sudo /etc/init.d/networking restart"
4.Run "sudo pppoeconf" .when prompted answer the questions.give ur dataone userid and passwd.
now it will ask reg MTU,say "yes" there.again will ask whether "always ON connection" needed or not.
answer "NO".
now with this configured successfully,you can ON pppoe using "pon dsl-provider" and OFF using "poff" command.
make sure after all this configuring exercises that /etc/ppp/peers/dsl-provider is like below:
Code:
# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth0
user "yourbroadbandusername"
usepeerdns
also,make sure ur /etc/ppp/chap-secrets and /etc/ppp/pap-secrets contains ur dataone username and passwd.
5.run ifconfig again(after issuing pon dsl-provider) to make sure dataone pppoe is connected showing interface "ppp0".
6.If dataone is not connecting,run "plog" command to detect what error happened.
Since,you have removed networkmanager from Ubuntu,it will be easier now
Go through the list patiently and reply
Best of Lux