You are not logged in.
Pages: 1
Hello!
I have install Arch with pppoe support, configure pppoe, and try to start it.
But see error:
Plugin rp-pppoe.so loaded.
Linux kernel does not support PPPoE -- are you running 2.4.x?
What happend?
Offline
$ pacman -Q ppp
ppp 2.4.4-6
$ zgrep CONFIG_PPPOE /proc/config.gz
CONFIG_PPPOE=m
Offline
Just load the pppoe module (modprobe pppoe)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Mr.Elendig, thx alot.
New problems:
pppd[n]: Timeout waiting for PADO packets
pppd[n]: Unable to compete PPPoE Discovery
And how to make autostart for pppoe module?
Last edited by gta4kv (2008-11-30 13:17:50)
Offline
For autoloading the module you need to add pppoe in your modules line in /etc/rc.conf
As for the second problem... Could you provide more details? What type of connection, setup, etc...
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
As for the second problem... Could you provide more details? What type of connection, setup, etc...
PPPoE, Ethernet. (NotADSL)
/etc/ppp/peers/provider:
plugin rp-pppoe.so
eth0
name "MyLogin"
usepeerdns
persist
defaultroute
hide-password
noauth
/etc/ppp/pap-secrets:
"MyLogin" * "MyCoolPassword"
Last edited by gta4kv (2008-11-30 15:08:03)
Offline
Any ideas?
Offline
and btw, arch installed in vBox.
and in windows(vbox too) i don't need to set connection
Offline
Offline
okay, I set eth0="dhcp" in rc.conf
now they recive the IP, but don't ping the host.# ping iktulhu.net
......162 packets transmistted, 0 reciver, 100% packet lost, time 161516ms
there is screenshoot:
http://zaley.in/image.preview.737677596.png (clickable)
You can't ping any external host from within vbox. See if you can open a web page in lynx/links instead.
Edit: The vbox manual clearly states that you can't ping from within it.
Last edited by Mr.Elendig (2008-12-14 13:08:20)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Yes, after setting the dchp Internet works fine.
thx
Offline
Pages: 1