Quantcast
Channel: WebHostingTalk.pl - wszystkie tematy
Viewing all articles
Browse latest Browse all 10536

Dedyk z 5 adresami ip, jak zmienić?

$
0
0

Mam adresów ip przypisanych do serwera, chciałbym zmienić adres na inny z przypisanych aby być widocznym w sieci pod innym adresem. Jak to mogę zrobić?

 

powiedzmy ze mam pulę adresów: 224.45.103.26 - 224.45.103.30

 

Jak zmienić z 224.45.103.26 na 224.45.103.27?

 

Edycja pliku /etc/network/interfaces ?

Jego zawartość:

# 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
allow-hotplug eth0
iface eth0 inet static
        address 224.45.103.26
        netmask 255.255.255.200
        network 224.45.103.24
        broadcast 224.45.103.31
        gateway 224.45.103.25
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 66.73.71.71
        dns-search 15.103.21.rdns

Nie jestem pewny dlatego nie chcę nic zepsuć, żeby nie utracić dostępu do serwera. Co i jak mam zedytować?
Pozdrawiam


Viewing all articles
Browse latest Browse all 10536