Ik heb 1 nic in mijn debian machiene
dit staat er in mijn /etc/network/interfaces
maar de kaart komt ook niet up als ik boot
als ik
type krijg ik de melding
maar ik heb er alles toch in staan
iemand een idee??
dit staat er in mijn /etc/network/interfaces
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| peter@debian:/etc/network$ cat interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface iface lo inet loopback # The Network Interface auto eth0 iface eth0 inet static adress 10.0.0.10 netmask 255.255.0.0 network 10.0.0.0 broadcast 10.255.255.255 gateway 10.0.0.138 peter@debian:/etc/network$ |
maar de kaart komt ook niet up als ik boot
als ik
code:
1
| /etc/init.d/networking restart |
type krijg ik de melding
code:
1
2
| Reconfiguring network interfaces: Don't seem to be have all the variables for eth0. done. |
maar ik heb er alles toch in staan
iemand een idee??
specs : http://specs.tweak.to/7435