User Tools

Site Tools


cephtest:testing_ceph

This is an old revision of the document!


wget http://redtic.uclv.cu/dokuwiki/_export/code/cephtest:testing_ceph?codeblock=1 -O /tmp/run.sh
bash /tmp/run.sh
run.sh
#Configuracion de red
cat << 'EoT' > /etc/network/interfaces
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
        address 10.12.253.5x
        netmask 255.255.255.0
        dns-nameservers 10.12.1.50
 
auto eth1
iface eth1 inet static
        address 10.12.1.x
        netmask 255.255.255.0
        gateway 10.12.1.253
 
EoT
 
 
apt-get update
cephtest/testing_ceph.1464356109.txt.gz · Last modified: 2020/04/10 17:38 (external edit)