ich habe in meinem Server (Debian Sarage) zwei Netzwerkkarten.
Bei der installation hat er mir auch beide vorgeschlagen eth0 und eth1.
Ich hatte damals nur eth0 Konfiguriert. Lange reder kurzer sinn, ich dachte ich kann das einfach in der interface Datei eth1 umkonfigurieren (IP ändern/angeben).
Leider erscheint da eth1 nicht.
Ist es möglich das Debian installations/konfigerationstool auzurufen um eth1 zu konfigurieren?
Wie muss ich vorgehen?
Code: Alles auswählen
# 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.41
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.99
# dns-* options are implemented by the resolvconf package, if installed
dns-search linux-server