Hallo, muss ich wenn ich 2 Netzwerkkarten habe in beiden Umgebungen einmal 64bit gebootet und chroot von 32bit Debian immer eintragen bei hosts und inferfaces. Auch wenn ich nur jeweils eine Karte in Chroot und gebootete 64bit benutzte ?
Habe Probleme mit dem hostname. sowie Netzwerk .
AMD32:/tmp# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...SIOCADDRT: File exists
Failed to bring up eth1.
/etc/hosts
127.0.0.1 localhost
192.168.100.200 AMD64
192.168.100.200 SERVER_06
192.168.100.201 mail.domain.com mail domain
interfaces:
auto lo
iface lo inet loopback
# This entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.100.200
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.40
auto eth1
iface eth1 inet static
address 192.168.100.201
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.40
Vielen Dank im voraus.