DataOne on Linux

  • Thread starter Thread starter vivek1729
  • Start date Start date
  • Replies Replies 12
  • Views Views 5,202
In FC3 if you go to internet configuration wizard , pppoe (xDSL) can be setup in a flash, if the router config is properly done I am using it for my pacenet connection since ages without any problem, no need to edit any config files.
 
I just gone thru ur earlier posts on the topic"Dataone on Linux", it was written that i need to
edit this file

/etc/sysconfig/network-scripts/ifcfg-eth0 and put this there.

DEVICE=eth0
BOOTPROTO= none
IPADDR=192.168.1.20
ONBOOT=yes
NETMASK=255.255.255.0

and restart the network..
Does this work?

PS: my earlier query can be found below.

regards
arjun reddy
QUOTE(bheemarjun @ Mar 24 2006, 02:52 PM)
Hi all,

I am facing a problem in connecting to INTERNET in LINUX mode (FEDORA CORE 3).
I am having Huawei SmartAX MT882 ADSL router from BSNL. It is working fine under WINDOWS XP.

In Linux, I ran adsl-setup and entered the neccessery info. After that I ran (as instructed) ifup ppp0 and after a minute or so got an error saying:

adsl_start: line 217: 1534 Terminated $CONNECT "$@" >/dev/null 2>^1

Then, I ran adsl-connect, it is giving the following error:

pppo /dev/pts/3
.........................................
LCP: timeout sending Config-Requests
pppo: Timeout waiting for PADO packets
.......................................
......................................

what is the problem? Eagerly waiting for ur response.
Thanx in advance.

regards
arjun reddy


Originally posted by vivek1729@Feb 15 2006, 09:46 AM
Well I finally got it working..I had to change the BOOTPROTO from dhcp to none.I still dont know how the dhcp crept in there.
And I had to do adsl-stop because that kept starting the pppd which caused wierd PADO packet timeouts.
I still wondering why many tutorials  want to do the adsl-setup..I think what I am using is the modem's internal dialer which doesnt require RP-pppoe package anyway.
And thats a lot simpler.

Didnt have to disable firewalls neither.

finally,works!
Thanks
[snapback]42120[/snapback]
[/quote]
 

Back