fichier ineterfaces !? - Linux et OS Alternatifs
Marsh Posté le 07-11-2002 à 18:04:08
# /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.0.2 
        netmask 255.255.255.0 
        network 192.168.0.0 
        broadcast 192.168.0.255 
        gateway 192.168.0.1
Marsh Posté le 07-11-2002 à 17:57:36
bonjour,
qlq pourrait-il ? (qlq sous debian)
me copier sont fichier (/etc/network/interfaces)
ici car j'ai des problemes pour le configurer
j'ai celui ci:
auto lo eth0
iface eth0-home inetstatic
address 192.168.1.25
network 192.168.1.0
netmask 255.255.255.0
gateway 192.168.1.1
il me manque qlq trucs je crois surtout au niveau du loccalhost.
voilà merci ( parce que mon ifconfig ne s'exec pas correctement)