A la main:
route add default gateway  $IP_GATEWAY

le fichier de conf /etc/network/interfaces doit ressembler a ca :
iface eth1 inet static
        address 192.168.1.10
        netmask 255.255.255.0
        network 192.168.1.0
        gateway 192.168.1.1  <------- LA ligne importante...
        broadcast 192.168.1.255

--
Jean-Baptiste Perriot
[EMAIL PROTECTED]


On Wed, 5 Jun 2002, Ric.fro wrote:

> Bonjour
>
> je travail sur un reseau ou je souhaiterais mettre un serveur linux Debian 
> (Proxy web filtering, serveur de fichier,serveur mail ... )
> Ce reseau utilise un routeur pour la connexion internet.
> je ne parvien pas a configurer l'adresse IP de passerelle
> comment faire?
>
> Merci
>
>
>
>
>
> --
> 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]

Répondre à