Anterior Siguiente Indice

1. Antes de nada

Hay que considerar una cosa, qué es lo que se quiere configurar, si un cliente o un servidor de comunicaciones o, por qué no, ambos.

Lo primero que hay que hacer es recompilar el kernel habilitando los siguientes parámetros:

``Networking support'' CONFIG_NET y
``TCP/IP networking'' CONFIG_INET y
``Assume subnets are local'' CONFIG_INET_SNARL y
``Network device support?'' CONFIG_NETDEVICES y
``Dummy net driver support'' CONFIG_DUMMY y
``SLIP (serial line) support'' CONFIG_SLIP y
``CSLIP compressed headers'' CONFIG_SLIP_COMPRESSED y
``PPP (point-to-point) support'' CONFIG_PPP y
``PLIP (parallel port) support'' CONFIG_PLIP y


Anterior Siguiente Indice