adsl (pppoe) sobre open

Jorge Severino jorge en opentrade.cl
Lun Sep 16 12:53:05 CLT 2002


Otro Tips:

a veces la MTU hay que cambiarla por algo asi ....

ifconfig_rl0="inet 0.0.0.0 mtu 1492"

y si da errores como :

module_register: module netgraph already exists!
linker_file_sysinit "netgraph.ko" failed to register! 17

hay que cargar NETGRAPH_ETHER en el kernel

con las siguientes lineas:

options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_PPPOE
options NETGRAPH_SOCKET

SUERTE...