View Full Version : configurare pių schede di rete
cucumiao
08-02-2007, 20:15
ciao a tutti allora ho un server ubuntu 6.06 con tre schede di rete!!! dopo che ho configurato le schede con ifconfig ip e faccio etc/init.d/network restart ne funziona solo una per esempio la eth1. dopo il riavvio del server non funziona pių la eth1 ma solo la eth0, infatti se faccio ifconfig risulta configurata solo la eth0????
come č possibile? come posso risolverla :confused: :mc:
hai scritto le impostazioni per tutte e tre le schede in /etc/network/interfaces?
cucumiao
08-02-2007, 20:38
questo č quello che ho fatto!!! non so se sia corretto
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
network 192.168.1.200
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.1.201
netmask 255.255.255.0
network 192.168.1.201
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth2
iface eth2 inet static
address 192.168.1.202
netmask 255.255.255.0
network 192.168.1.202
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
non so se sia configurato in maniera giusta!!!!
cucumiao
08-02-2007, 21:32
no non č configurata in maniera giusta perchč ho provato a testarla!!!! :mc: :mc:
non so che fare!!!
cucumiao
09-02-2007, 14:44
:help: :help: :help:
# The loopback network interface
auto lo
iface lo inet loopback
allora, intanto l'interfaccia loopback va riportata una volta sola nel file...
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
network 192.168.1.200
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
come "network" devi mettere 192.168.1.0 per tutte e tre le schede....
inoltre...sicuro che il router ti funga bene da dns?se hai provato e ti funzia ok, altrimenti metti quello del tuo provider...
in linea di massima...copia nel file le opzioni "funzionanti" che hai detto che riesci a ottenere con ifconfig...
ancora una cosa...se continui ad avere problemi dopo aver sistemato ste cose vedi cosa ti risponde il comando "route"
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.