23/10/2008, 23:26
|
| | | Fecha de Ingreso: octubre-2008
Mensajes: 196
Antigüedad: 16 años, 1 mes Puntos: 8 | |
Respuesta: Configurar Tarjeta de Red
Código:
ifconfig eth0 000.000.000.00 netmask 255.255.255.0 up && route add default gw 111.111.111.111 && echo "nameserver 222.222.222.22" > /etc/resolv.conf && echo "nameserver 333.222.333.33" >> /etc/resolv.conf
|