You are not logged in.
Hi everyone. Since today my pppoe-conection is not working anymore. I can establish a connection but the Internet is not working. It worked fine until friday and it works in Ubuntu at the moment. In the meantime i set up a few network profiles and played a bit with suspend2.
I pasted some more information:
errors.log: http://phpfi.com/196015
rc.conf: http://phpfi.com/196014
Please help me
.
Offline
Since you are using a static IP then you need to remove the "!" in:
gateway="default gw 192.168.0.1 213.191.76.90"
ROUTES=(!gateway)
#or your gateway is not going to be recognized.
it should read ROUTES = (gatewey)
Hope this helps.
R.
Offline
Not working...
I do not know what I have changed since friday. The weird thing is: I can start my dsl without a problem and the connection seems to be ok. But I can not ping any server... Is it possible that there is a problem with the routes? But i cannot remember that I configured routes or something like that last week when it worked.
I changed my rc.conf (http://phpfi.com/196048).
Any idea?
Offline
another thing I just noticed is that you seem to have two default gateways: 192.168.0.1 and 213.191.76.90.
Try using one and then the other see if you get it going with one of them.
Also try (as root) mii-tool and post the result.
R.
Offline
Accordiong to the multiple gateways, read my post above.
Mii says something like "no interfaces found.". But in Ubuntu the output of Mii is quite similar, and there my dsl works. If yout want the complete Mii-output, just write it.
Hm, there must be a solution for this problem... I don't want to reinstall Arch or something like that. But I need this dsl-connection.
BTW: Sry for my horrible English
.
Offline
I just noticed that in your last posting of the /etc/rc.conf (http://phpfi.com/196048) you yet have the gateway disabled.
The ! literally means "not" (or disable) so when you have in your rc.conf
ROUTES=(!gateway) it means :"ROUTES=(no gateway)".
For this to work you need ROUTES=(gateway).
There seem to be also another problem since your NiC card does not appears not to be recognized, but I would start by setting the gateway active.
R.
Offline
Once you set the gateway active type (as root)
ifconfig eth0 192.169.0.x up(where 'x' here is whatever number you assigned for your static IP).
And try to connect to the Internet.
R.
Offline
Well, but I don't think that I had any gateways enabled when it worked last week. I also have the same route-settings in Ubuntu linke in Arch. Gonna try now to bring up my eth0/connection before connecting to dsl. Thanks for your help
.
EDIT: ifconfig and route -n in Ubuntu: http://phpfi.com/196191
ifconfig and route -n in Arch: http://phpfi.com/196192
I repeat: in Ubuntu it works without a problem...
Offline
If you connect to the "outside world" you must have a gateway. Comparing the configs between Ubuntu and Arch the Nic card is up and with the same IP address. That's good...
The only difference I can see is in the ppp0 IP address, but that may be because it is dynamically assigned.
So ... did it work?
Offline
It works again! I just copied my /etc/resolv.conf from Ubuntu to Arch and it works
. Thanks for your help!
Offline
Glad to hear your problem is resolved. You may want to add [SOLVED] to the title of this thread so that people know is closed and may use if for reference when dealing with similar problems.
R.
Offline