[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Módulo para placa de rede



On Tue, 10 Oct 2006 11:28:40 -0200
"Darley Rovaris da Silva" <darleyrs@hotmail.com> wrote:

> Como faço pra configurar essa nova placa de rede em /etc/network/interfaces?
> 
> DARLEY ROVARIS DA SILVA
> (18) 3742-4228 (Casa)
> (18) 3743-1000 ramal 1316 (LDC - UNESP)
> rovaris@mat.feis.unesp.br
> 
veja se seu kernel ja tem suporte 

$ dmesg|grep eth0
eth0: RealTek RTL8139 Fast Ethernet at 0xc481a000, 00:83:08:00:d0:94, IRQ 10
eth0:  Identified 8139 chip type 'RTL-8139C'
eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 45e1.
carlucio@carlinux1:~$

se tiver configure o arquivo inteface exemplo:

$ cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.7.107
        netmask 255.255.255.0
        network 192.168.7.0
        broadcast 192.168.7.255
        gateway 192.168.7.105

reinicie a rede 
#/etc/init.d/networking restart 

-- 
Carlucio Lopes-Cobolito 62-8415-8939 3526-8001 msn:carlinuxs@hotmail.com
Entenda Pirataria --> http://www.carlinux.v10.com.br
Compilador Cobol Free http://tinycobol.org em Portugues
Porque Cobol? --> http://www.clubecobol.com.br/cc_porque_cobol_02.asp
Projeto Debian Brasil http://cdd.debian-br.org
Tinycobol/Debian Gnu-Linux/Postgresql/Tcl-Tk



Reply to: