Ver Mensaje Individual
  #11 (permalink)  
Antiguo 20/12/2007, 15:12
Avatar de GendeDios
GendeDios
 
Fecha de Ingreso: mayo-2007
Ubicación: Paraiso de America
Mensajes: 135
Antigüedad: 17 años
Puntos: 10
Re: Solucionando Conexion a Internet

*-*-*

Por fin!!!
Gracias a todos por orientarme así, pues de esta forma hoy encuentro una solición. Gracias a Gideon26 en el foro de Ubuntu. http://ubuntuforums.org/showthread.php?t=426944 En su Post ha Redactado un pequeño tutorial que ha servido para la distribución BackTrack que hoy utilizo haciendo unas modificaciones en este.

Configuración Internet BackTrack connexón pppoe:

1. Asignar IP a la Placa de Red: ifconfig ethX x.x.x.x
2. Descargar el Plugin: rp-pppoe-3.8.tar.gz
3. Instalar el Plugin: # tar -zxvf rp-pppoe-3.8.tar.gz
4. # cd rp-pppoe-3.8
5. # ./go
7. Ingresar todos los datos requeridos suministrados por la ISP.
6. Crear un archivo con el nombre adsl en el directorio /etc/ppp/peers y pegar en él el siguiente texto:

# example configuration for the kernel space PPP over Ethernet driver
#
# See the manual page pppd( for information on all the options.

# MUST CHANGE: replace myusername@realm 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 "UsuarioAsignadoPorISP"

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

# Ethernet interface to which the modem is connected.
ethX

# 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

NOTA: en el parametro user va el usuario de internet, ej: ?micuenta@arnet-ciudad-apb?,
y en el ethX X equivale al valor de la interfaz de la Placa de red. No se olviden de guardar y salir.

7. # pppd call adsl ...Listo Conexión éxitosa!!!


Bien. Pero tengo las siguientes dudas, que si alguien me las puede ayudar a resolver se lo agradezco enormemente:

1. Si ejecuto pppoe-setup me pide los mismos datos que cuando ejecuto

# tar -zxvf rp-pppoe-3.8.tar.gz
# cd rp-pppoe-3.8
# ./go

Porqué cuando utilizo el comando pppoe-status m e lanza que no hay conección así:
# pppoe-status
pppoe-status: Link is down (can't read pppoe PID file /var/run/pppoe.conf-pppoe.pid.pppoe)

2. Qué sucede con el comando pppoe-start que siempre me reporta TIMED OUT Luego de configurar cualquiera de las 2 formas.

3. Cuando reinicio la maquina me toca hacer el mismo procediemiento, Qué hago para que cuando la maquina cargue, inmediatamente quede conectada. No entiendo por qué hay que hacer de nuevo todo el procedimiento cuando todos los datos quedan almacenados en /etc/ppp/pppoe.conf ,,, /etc/resolv.conf ,,, /etc/ppp/pap-secrets ,,, y ,,, /etc/ppp/chap-secrets

Buen tiempo y Felicidades!

*-*-*