--- Begin Message --- Follow exactly your steps but i can´t obtain results.:(

# modprobe br2684
# br2684ctl -c 0 -e 0 0.33
# ifconfig nas0 up
[EMAIL PROTECTED] ~]# pppd call pppoe.conf
pppd: Can't open options file /etc/ppp/peers/pppoe.conf: No such file or directory
[EMAIL PROTECTED] ~]# pppd call pppoe.conf
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.3

And then what i do?. How to established the connection?. What´s next?........
Thanxs in advance.


2006/2/28, matthieu castet <[EMAIL PROTECTED]>:
Hi,

ChasCa KiD wrote:
> HI list, i'm new and i'm rooky.
> My problem is can't configure the internet connection.
> See my details in http://forum.eagle-usb.org/viewtopic.php?t=3944
>
> Or explain here?
> Sorry for my errors.....
Can you make a sumary :
- what's your provider
- what did you need to use : pppoe, pppoa, routed-ip


According to the forum you need pppoe. In
http://atm.eagle-usb.org/wakka.php?wiki=UeagleAtmDoc it is said to do:

# modprobe br2684
# br2684ctl -c 0 -e x 0.33
# ifconfig nas0 up
# pppd call /etc/pppoe.conf


/etc/pppoe.conf is
# example configuration for the kernel space PPP over Ethernet driver
#
# See the manual page pppd(8) for information on all the options.

# MUST CHANGE: replace [EMAIL PROTECTED] with the PPP login name given to
# your by your provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
user "[EMAIL PROTECTED] "

# Load the PPPoE plugin.
plugin rp-pppoe.so

# Ethernet interface to which the modem is connected.
nas0

# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute

# Makes pppd "dial again" when the connection is lost.
persist

# Do not ask the remote to authenticate.
noauth


--- End Message ---
_______________________________________________
Ueagleatm-dev mailing list
Ueagleatm-dev@gna.org
https://mail.gna.org/listinfo/ueagleatm-dev

Reply via email to