bin gerade dabei einen Debian-Server zu installieren. Ist aber mein erster versuch also hoffe ich auf ein bißchen nachsicht.
Doch gleich nach der Installation schon das erste Probelm. Es sind zwei Netzwerkkarten mit chipsatz realteak 3189d. Die erste hat er auch wunderbar erkannt IP kann ich auch anpingen und per ssh kann ich mich auch einlogen. nur die 2te Netzwerkkarte die später dann direkt an den Internet Route angeschlossen werden soll bekomme ich leider nicht installiert.
ein ifconfig von eth0 gibt folgendes aus :
Code: Alles auswählen
firewall:~# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:E0:7D:D3:B7:4A
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0xd800
Code: Alles auswählen
# /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.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto eth1
iface eth1 inet static
adress 192.168.0.50
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
Reconfiguring network interfaces: SIOCDELRT: No such process
Don't seem to be have all the variables for eth1/inet.
done.
leider weiß ich aber nicht wo ich was noch einstellen muss. Wäre über hilfe dankbar.
gruß
Nils