Em Fri, 29 Sep 2006 13:00:50 -0300
"Gustavo Carvalho" <[EMAIL PROTECTED]> escreveu:

> Galera, alguem poderia me ajudar????
> Alguem sabe como posso colocar dois ip's diferentes numa mesma placa
> de rede?

No Debian, basta editar o arquivo /etc/network/interfaces:

auto eth0
iface eth0 inet static
        address 192.168.0.1
        netmask 255.255.255.0

auto eth0:0
iface eth0:0 inet static
        address 10.1.1.1
        netmask 255.0.0.0

Depois de fazer o ajuste, use o comando abaixo:

  ifup eth0:0

[]s,

-- 
André Carezia
Eng. de Telecomunicações
Carezia Consultoria - www.carezia.srv.br


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a