Felipe,

No arquivo /etc/network/interfaces

basta colocar as seguintes informações

auto eth0 (ou a interface desejada para iniciar automaticamente)
iface eth0 inet static
        address ip_da_interface
        netmask netmask_da_interface
        network rede
        gateway gateway_padrao (com isso ele ja configura a rota 
automaticamente)

caso esteja usando dhcp basta
auto eth0
iface eth0 inet dhcp


On Wed, 22 May 2002 15:42:15 -0300 (BRT)
"Felipe C. Silva" <[EMAIL PROTECTED]> wrote:

> Senhores, boa tarde, estou migrando de RedHat para Debian, e estou
> com algumas duvidas quanto a interfaces, estive lendo o man interfaces e
> mesmo assim nao tive sucesso ao fazer rotas no debian.
> 
>         no RedHat temos o arquivo /etc/sysconfig/static-routes onde ficam
> armazenadas as rotas das redes que possuo. Onde fica isso no debian ? onde
> posso setar minhas rotas ?
> 
>         Consigo fazer tudo manualmente atraves do route.... mas como posso
> colocar isso na inicializacao do sistema ?
> 
> -- 
> Felipe C. Silva
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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

Responder a