DNS Bueno

4
-COLOCAMOS---- sudo su—para entrar como superusuario -Luego colocamos ----ifconfig eth0 192.168.1.10 netmask 255.255.255.0 Y tendría que haverse realizado el cambio colocamos---clear --- para borrar la pantalla Y colocamos de nuevo---ifconfig eth0----que nos indica que es nuestra red cableada -Una vez hecho se instala los packetes de bind 9 ----apt-get install bind9--------- -luego nos vamos a la carpeta bin ------cd /etc/bind----- Luego checaremos que archivos se crearon ---ls---- Msc400 contraseña

description

dns

Transcript of DNS Bueno

-COLOCAMOS---- sudo supara entrar como superusuario-Luego colocamos ----ifconfig eth0 192.168.1.10 netmask 255.255.255.0 Y tendra que haverse realizado el cambio colocamos---clear ---para borrar la pantallaY colocamos de nuevo---ifconfig eth0----que nos indica que es nuestra red cableada

-Una vez hecho se instala los packetes de bind 9----apt-get install bind9----------luego nos vamos a la carpeta bin ------cd /etc/bind-----

Luego checaremos que archivos se crearon ---ls----

Msc400 contrasea

msc400@ubuntu:~$ sudo su[sudo] password for msc400: root@ubuntu:/home/msc400# apt-get install vsftpdReading package lists... DoneBuilding dependency tree Reading state information... Donevsftpd is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 227 not upgraded.root@ubuntu:/home/msc400# sudo nano /etc/vsftpd.conf vsftpd.conf.saveroot@ubuntu:/home/msc400# root@ubuntu:/home/msc400# sudo mv /etc/vsftpd.conf vsftpd.conf.saveroot@ubuntu:/home/msc400# sudo nano /etc/vsftpd.conf vsftpd.conf.saveroot@ubuntu:/home/msc400# sudo nano /etc/vsftpd.conf vsftpd.conf.saveroot@ubuntu:/home/msc400# sudo nano /etc/vsftpd.conf root@ubuntu:/home/msc400# sudo adduser Diegoadduser: Please enter a username matching the regular expression configuredvia the NAME_REGEX[_SYSTEM] configuration variable. Use the `--force-badname'option to relax this check or reconfigure NAME_REGEX.root@ubuntu:/home/msc400# sudo adduser diegoAdding user `diego' ...Adding new group `diego' (1001) ...Adding new user `diego' (1001) with group `diego' ...Creating home directory `/home/diego' ...Copying files from `/etc/skel' ...Enter new UNIX password: Retype new UNIX password: passwd: password updated successfullyChanging the user information for diegoEnter the new value, or press ENTER for the defaultFull Name []: diegomRoom Number []: 12345Work Phone []: 12345Home Phone []: Other []: Is the information correct? [Y/n] Yroot@ubuntu:/home/msc400# nano vsftpd.chroot_listroot@ubuntu:/home/msc400# nano vsftpd.chroot_listroot@ubuntu:/home/msc400# sudo service vsftpd restartvsftpd stop/waitingvsftpd start/pre-start, process 3393root@ubuntu:/home/msc400#