This discussion is going off topic!!! i got the solution of actual topic.
Solution: using pppoeconf configure a connection. after that open "/etc/ppp/peers/dsl-provider" add "persist" to the file ----------------------------/etc/ppp/peers/dsl- provider------------------------------ noipdefault defaultroute replacedefaultroute hide-password #lcp-echo-interval 30 #lcp-echo-failure 4 noauth persist <- this is important!!! #mtu 1492 #persist #maxfail 0 #holdoff 20 plugin rp-pppoe.so eth1 user "XXXXXXXXXXXXXX" #usepeerdns <- i use open-DNS so i commented this line ----------------------------------------------------------------------- check this file also --------------/etc/network/interfaces ----------------------- auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf provider dsl-provider auto eth1 iface eth1 inet manual ---------------------------------------------------------------------------------------- use poff -a to end currently active connection pon dsl-provider to start connection ******************************************************************************** Anybody have that torrent speed problem? i am using BSNL type 1 modem made by ITI LIMITED. Also when i am running apache web server, if the modem is configured to auto connect, the pages on the server are not accessible for other computers, when my ip is opend form another computer, it shows my modem configuration page. As the default username/passowrd is admin/admin, any one can change the configuration.Also azureus show a NAT problem. Any solution for this? -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
