Networking :: ADSL Conected but cat navigate
ayayay
nothing is workin.
Im a rookie on linux. how to delete wrong route first?
then, i tried but didnt work, so, maybe i should explain what i'm doing.
I start DSL. I do first pppoeconf. then pon dsl-provider. but strange, makes like unstable, with interruptions. sometime if i do ifconfig ppp0, says:
ppp0 link encap:Point-Point Protocol
POINT TO POINT NOARP MULTICAST MTU 1500 METRIC=1
Rx packets:0 errors:0 dropped:0 overuns:0 frame:0
Tx packets:0 errors:0 dropped:0 overuns:0 carrier:0
collisions:0 tyxqueuelen:3
Tx bytes:0 (0.0B)
but then i write again then
ifconfig:ppp0:error fletching interface information:Device not found
so i go to edit resolve.conf, replace nameserver with providers (primary and secondary) and same.
so i do poff
it says lots of pppd , so i do poff -a, start again pon dsl-provider, nothing comes. start lots of pon, then as an old engine, so machine starts, it shows flux in full white in the little box in the right (average 180 k/s) so i do ifconfig ppp0, same but MTU (dont know what that) but no interruption problems
ppp0 link encap:Point-Point Protocol
POINT TO POINT NOARP MULTICAST MTU 1454 METRIC=1
Rx packets:0 errors:0 dropped:0 overuns:0 frame:0
Tx packets:0 errors:0 dropped:0 overuns:0 carrier:0
collisions:0 tyxqueuelen:3
Tx bytes:0 (0.0B)
but no internet with firefox...
i tried
route del default
route add default ppp0
but just answers "no such device"...
so, maybe I have to get a clean way to configure it...
Hello Nico_paris
I dont know what you did, but I can explain what i have done.
First of all, turn OFF and ON (wait for online Led) your ADSL modem (I think yours is Ethernet connected to your computer, OK?
BOOT DSL and click on DSL control PANEL.
There you can find a PPPOE butom, click on it. The Hot point here is: it must find a concentrator.
Here I answer defalt to all questions except for my autentication data.
if a concentrator is found and your autentication data is correct this is the only thing you have to do to get connected.
I think you are connected now, but cant navigate, see route command output, your defalut gateway is wrong...
Execute these commands:
ifconfig ( to catch PPPOE-ADDR)
route add default gw PPPOE-ADDR dev ppp0
At this time I have 2 default gw routes, but I can navigate, if you cannot navigate delete your wrong route, ask for google the route command format.
BTW, forget about pon and poff, I´m looking for its output as a mad horse. Cant find it anyway. Someone can tell me???
Thats the way I activate my ADSL PPPOE conection on DSL.
Dont work, get an old Pentium 166 or less with 2 network cards, 1 floppy (no HD) install FREESCO.org and you´ll have i nice home gateway firewall to internet. I have one p133 gateway serving 20 PC´s and as RAS too.
Enjoy DSL
Nettobr
with the pirelli alice gate adsl eth modem I have to switch on the modem after dsl is completely started
ok I'll try everything of it
yay ok, i tried the same on ubuntu, then i could do a plog.
so it answered me
localhost pppd[xxxxx] ppp session is yyyyy
localhost pppd[xxxxx] using interface ppp0
localhost pppd[xxxxx] connect ppp0 <--->eth0
localhost pppd[xxxxx] couldn't increase MTU to 1500
localhost pppd[xxxxx] couldn't increase MRU to 1500
localhost pppd[xxxxx] couldn't increase MRU to 1500
localhost pppd[xxxxx] CHAP authentication failed:authentication failed
localhost pppd[xxxxx] couldn't increase MTU to 1500
localhost pppd[xxxxx] couldn't increase MRU to 1500
localhost pppd[xxxxx] connection terminated
means authentication looks like failed... but i entered my login and password!!
Next Page...
original here.