Vous êtes sur la page 1sur 9

Configuracin de RED

root@csluni:~# cd /etc/network/

root@csluni:/etc/network# ls

interfaces

root@csluni:/etc/network# vi interfaces

interfaces: Configuracin Manual


auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 172.20.10.191 netmask 255.255.255.0 gateway 172.20.10.254

root@csluni:/etc/network# vi interfaces

interfaces: Configuracin Dinmica


auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp

DNS
Domain Name System

root@csluni:~# cd /etc/

root@csluni:/etc# ls

resolv.conf

root@csluni:/etc# vi interfaces

resolv.conf
nameserver 200.48.225.130 nameserver 200.48.225.146 nameserver 8.8.8.8

root@csluni:~# ifdown eth0

root@csluni:~# ifup eth0


root@csluni:~#/etc/init.d/networking restart

root@csluni:~# ifconfig
root@csluni:~#ping google.com

Make by mekatroniko

Vous aimerez peut-être aussi