auf meiner eth0 sollten zwei netzwerke kommunizieren können.
mein vorschlag wäre, dieser funktioniert aber nicht:
/etc/network/interfaces
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
#iface eth0 inet dhcp
auto eth0:0
iface eth0:0 inet static
address 192.168.11.7
broadcast 192.168.11.255
network 192.168.11.0
netmask 255.255.255.0
gateway 192.168.11.3
name Ethernet LAN-Karte
auto eth0:1
iface eth0:1 inet static
address 157.16.207.7
broadcast 157.16.207.255
network 157.16.207.0
netmask 255.255.255.0
bei linux hatte ich bis jetzt noch nie das bedürfniss
![Smile :-)](./images/smilies/icon_smile.gif)
vielen dank für eure tips