ich habe hier schon sehr viel gelesen und selber ausprobiert und bin von der Arbeit dieses Forums begeistert.
Jetzt stehe ich selber vor einem Problem und würde mir wünschen wenn einer von euch mir diese Frage beantworten könnte.
Ich bin seit kurzem Fan vom Debian Etch 4.0 - es ist stabil hat eine Masse an vorhandenen Paketen die direkt über aptitute installiert werden können. Ich habe früher sehr viel Suse / OpenSuse benutzt - was auch immer funktionierte - doch nach dem "Packt" mit Microsoft kehre ich immer mehr SuSe den Rücken - das ist aber ein anderes Thema .
So nun zu meinem Problem. Ich nutze meine Ethernet Schnittstelle eth0 mit ca. 9 Alias Schnittstellen.
Code: Alles auswählen
eth0 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.200 Bcast:10.168.50.255 Maske:255.255.255.0
inet6 Adresse: fe80::20b:6aff:fe20:daf7/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1997 errors:0 dropped:0 overruns:0 frame:0
TX packets:2687 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:189231 (184.7 KiB) TX bytes:338571 (330.6 KiB)
Interrupt:193 Basisadresse:0xd400
eth0:1 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.220.50.254 Bcast:10.220.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:2 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.205 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:3 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.206 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:4 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.207 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:5 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.208 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:6 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.209 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:7 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.211 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:8 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.168.50.210 Bcast:10.168.50.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
eth0:9 Protokoll:Ethernet Hardware Adresse 00:0B:6A:20:DA:F7
inet Adresse:10.230.80.1 Bcast:10.230.80.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:193 Basisadresse:0xd400
Meine Config sieht so aus.
Code: Alles auswählen
auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
auto eth0
iface eth0 inet static
address 10.168.50.200
netmask 255.255.255.0
#gateway 10.168.50.200
auto eth0:1
iface eth0:1 inet static
address 10.220.50.254
netmask 255.255.255.0
auto eth0:2
iface eth0:2 inet static
address 10.168.50.205
netmask 255.255.255.0
auto eth0:3
iface eth0:3 inet static
address 10.168.50.206
netmask 255.255.255.0
auto eth0:4
iface eth0:4 inet static
address 10.168.50.207
netmask 255.255.255.0
auto eth0:5
iface eth0:5 inet static
address 10.168.50.208
netmask 255.255.255.0
auto eth0:6
iface eth0:6 inet static
address 10.168.50.209
netmask 255.255.255.0
auto eth0:7
iface eth0:7 inet static
address 10.168.50.211
netmask 255.255.255.0
auto eth0:8
iface eth0:8 inet static
address 10.168.50.210
netmask 255.255.255.0
auto eth0:9
iface eth0:9 inet static
address 10.230.80.1
netmask 255.255.255.0
auto eth0:10
iface eth0:10 inet static
address 10.220.50.254
netmask 255.255.255.0
Code: Alles auswählen
Reconfiguring network interfaces...SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth0:10.
Vielen Dank!