/etc/network/interfaces dosyasını dizenleyip sunucuma ikinci bir ip 
adresi vermeye çalışıuorum.
dosyanın içeriği bu :
[EMAIL PROTECTED]:/etc/network$ cat interfaces
# 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 10.1.1.67
        netmask 255.255.255.0
        network 10.1.1.0
        broadcast 10.1.1.255
        gateway 10.1.1.1
        # dns-* options are implemented by the resolvconf package, if 
installed
        dns-nameservers 10.1.1.1

auto eth0:1
iface eth0:1 inet static
        address 10.1.1.68
        netmask 255.255.255.0
-----------------------------------

bu düzenlemenin ardından networku yeniden başlatınca :

[EMAIL PROTECTED]:/etc/network$ sudo /etc/init.d/networking restart
 * Reconfiguring network 
interfaces...                                                                   
                    
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth0:1.
                                      

--------------------
şeklinde hata mesajı alıyorum.
ip adresi tanımlanmış görünüyor, network çalışıyor ama o hata mesajı 
beni sinir ediyor.

ubuntu 7.10 server 64bit sürümü üzerinde denedim bunları.


bir fikri olan var mı?


-- 
ubuntu-tr mailing list
ubuntu-tr@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-tr

Cevap