[ Anterior ]
[ Indice ]
[ Seguinte ]


1. Antes de nada

Hai que considerar unha cousa, qué é o que se quere configurar, se un cliente ou un servidor de comunicacións ou, por qué non, ambos.

O primeiro que hai que facer é recompilar o kernel habilitando os siguintes 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 ]
[ Indice ]
[ Seguinte ]