Ich wuzel grad eh auf meinem Debian Server rum weil ich selbst einige probs habe xD (siehe beitrag im Netzwerk Forum)
Also ich hab aktuell auch 2 karten intern und extern und die laufen auf die art wie du es haben willst.
prob is ich hab se bei der install schon so eingerichtet xD
D.H ich hab kp wie das bei nem bestehendem system änderst ^^
Hier mal meine Aktuellen Conf´s.
Musste denke ich eigendlich nur noch anpassen xD
(Hoffe ich)
dhclient.conf (im /etc)
# /etc/dhclient.conf file for /sbin/dhclient included in Debian's
# dhcp-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
# not leave anything out (like the domain name, for example), then
# few changes must be made to this file, if any.
#
send host-name "Server.MSHEIMNETZ";
send dhcp-client-identifier MAC-ADRESSE;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
#prepend domain-name-servers 127.0.0.1;
#request subnet-mask, broadcast-address, time-offset, routers,
# domain-name, domain-name-servers, host-name;
#require subnet-mask, domain-name-servers;
#timeout 60;
#retry 60;
#reboot 10;
#select-timeout 5;
#initial-interval 2;
#script "/etc/dhclient-script";
#media "-link0 -link1 -link2", "link0 link1";
#reject 192.33.137.209;
# INTERNE KARTE
alias {
interface "eth0";
fixed-address 192.168.2.10;
option subnet-mask 255.255.255.0;
}
# EXTERNE KARTE
alias {
interface "eth1";
# fixed-address 192.168.2.11;
# option subnet-mask 255.255.255.0;
}
interfaces (in /etc/network)
# 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.2.10
netmask 255.255.255.0
network 192.168.2.1
broadcast 192.168.2.255
gateway 192.168.2.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.2.1
dns-search MSHEIMNETZ
auto eth1
iface eth1 inet
gateway 192.168.2.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.2.1
dns-search MSHEIMNETZ
So mal das dazu xD denke das du bei eth1 den dns-nameserver jediglich die IP deines Providers eintragen musst bin da aber grad auch überfragt sorry weil noch nicht gepennt xD
Gruß Olli
P.S
Bin auch gegebenenfalls MSN erreichbar
Partymaster18e@live.de
*EDIT* jetzt nur mal so auf doof aber mir fällt da grad ein warum alles über Shell configen xD Mal dran gedacht vieleicht auf Webmin zurückzugreifen und darüber die Netzwerkkarten einzurichten
Wäre ne nonle variante weil man versteht was die karten von einem wollen