Mudanças entre as edições de "Bacula - Restauração de Backups/Restauração do Samba4"
De IFRS Campus Canoas
Linha 1: | Linha 1: | ||
− | + | Fixar IP no arquivo /etc/network/interfaces | |
− | + | ||
− | + | # The primary network interface | |
+ | allow-hotplug eth0 | ||
+ | iface eth0 inet static | ||
+ | address IPSERVIDOR | ||
+ | netmask 255.255.255.0 | ||
+ | gateway GATEWAY | ||
− | + | Edite o arquivo /etc/hostname | |
+ | dominio | ||
+ | |||
+ | Edite o arquivo /etc/hosts | ||
+ | 127.0.0.1 localhost | ||
+ | IPSERVIDOR dominio.canoas.ifrs.edu.br dominio | ||
+ | ::1 localhost ip6-localhost ip6-loopback | ||
+ | ff02::1 ip6-allnodes | ||
+ | ff02::2 ip6-allrouters | ||
+ | |||
+ | |||
+ | |||
+ | # apt-get install bind9 | ||
# apt-get install acl attr autoconf bison build-essential \ | # apt-get install acl attr autoconf bison build-essential \ | ||
Linha 15: | Linha 31: | ||
xsltproc zlib1g-dev | xsltproc zlib1g-dev | ||
− | ./configure --enable-debug --enable-selftest | + | # ./configure --enable-debug --enable-selftest |
− | make | + | # make |
− | make | + | # make quicktest |
− | + | # make install | |
+ | |||
+ | |||
+ | Edite o arquivo /etc/resolv.conf |
Edição das 13h18min de 15 de outubro de 2015
Fixar IP no arquivo /etc/network/interfaces
# The primary network interface allow-hotplug eth0 iface eth0 inet static address IPSERVIDOR netmask 255.255.255.0 gateway GATEWAY
Edite o arquivo /etc/hostname
dominio
Edite o arquivo /etc/hosts
127.0.0.1 localhost IPSERVIDOR dominio.canoas.ifrs.edu.br dominio ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters
# apt-get install bind9 # apt-get install acl attr autoconf bison build-essential \ debhelper dnsutils docbook-xml docbook-xsl flex gdb krb5-user \ libacl1-dev libaio-dev libattr1-dev libblkid-dev libbsd-dev \ libcap-dev libcups2-dev libgnutls28-dev libjson-perl \ libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl \ libpopt-dev libreadline-dev perl perl-modules pkg-config \ python-all-dev python-dev python-dnspython python-crypto \ xsltproc zlib1g-dev
# ./configure --enable-debug --enable-selftest # make # make quicktest # make install
Edite o arquivo /etc/resolv.conf