CentOS » Архив сайта » Справочник команд Unix/Linux. Проект ULTRA-SR — это некоммерческий проект, созданный группой людей в чисто познавательных целях. Проект направлен на более лучший и качественный файлообмен между многочисленной аудиторией, который в свою очередь предоставляется абсолютно бесплатно. Начало было положено 20 июня 2007 года. Сеть Сеть представляет собой внутриквартирную сетевую структуру с достаточной мощной вычислительной техникой, которая при необходимости может заменена в короткие сроки.
Ресурсы проекта доступны в интернете, а также являются локальными для сетей ОАО «Ростелеком-Волга». Обслуживание сети происходит круглосуточное, под наблюдением нескольких человек. Хостинг В основном проект не оказывает никаких услуг в отношении хостинга другим лицам, вся деятельность проекта направлена только на реализацию идей его создателей. Домен Раздача домена 3-го уровня вида name.ultra-sr.ru (где name - любое ваше желаемое название от 5 до 15 символов) осуществляется абсолютно бесплатно ресурсам вошедщих в данный проект. CentOS: Configure network. This tutorial is intended for system administrators wanting to either change the IP address or add additional LAN cards (NIC) on their CentOS 5 system.
There are a couple of ways to configure the network card using the command line but only some commands will take immediate effect on kernel. If you are doing this remotely remember that you will lose connectivity or if your configuration on your network is incorrect be unable to connect. Configure network with immediate effect Using a single command line to configure the network # ifconfig eth0 192.168.0.10 netmask 255.255.255.0 [or] # ip addr add 192.168.0.10 dev eth0 Configure network with setup or netconfig If you are using netconfig (or) setup utility it will only overwrite the /etc/sysconfig/network-scripts/ifcfg-eth0 file. . # setup Network configuration -> Edit Devices -> eth0 (eth0) – Intel Corporation 82540EM Gigabit Ethernet Controller Save your settings and quit # system-config-network # /etc/init.d/network restart # vi ifcfg-eth0.
How To Configure Static IP Address On CentOS. Configure a static IP address on CentOS is quite easy. In this article, I’ll show you how to do it through command line. Log on as root, change directory to /etc/sysconfig/network-scripts and list all available devices with the following command # cd /etc/sysconfig/network-scripts # ls -la | grep ifcfg- Sample outputs -rw-r--r-- 3 root root 244 Oct 15 2010 ifcfg-eth0 -rw-r--r-- 3 root root 141 Oct 15 2010 ifcfg-eth1 -rw-r--r-- 1 root root 254 Oct 13 2010 ifcfg-lo Find the configuration file corresponding to the NIC for which you want to set a static IP and edit it.
. # vi ifcfg-eth1 # Intel Corporation 82574L Gigabit Network Connection DEVICE=eth1 HWADDR=00:25:90:0B:A3:E5 ONBOOT=no HOTPLUG=no BOOTPROTO=dhcp TYPE=Ethernet Now set the parameters below according to your settings, sample static ip configuration To setup DNS servers, edit /etc/resolv.conf, enter # vi /etc/resolv.conf Sample configurations nameserver 8.8.8.8 nameserver 8.8.4.4 Now save the configuration file and exit the text editor. Or, I Forgot My Administrator Password! Can't Log On to Windows XP? Editor's note! Millions of people have used (or tried to use) the method detailed in this article to get back into their password locked computer...and many of them have done it successfully. Unfortunately, I also regularly get emails from users who have attempted this technique and were not successful.
They then email me asking what to try next! In fact, I was planning to just add the link to a Windows support group, so people who can't manage this process can just go there and avoid emailing me when it doesn't work! However, I recently discovered a software program that will do the job for you and it's much easier than going through all the technical steps in this article. Just head over to the Windows Geek site at: and purchase their password removal program (works with Windows NT, 2000, XP, Vista and 2003) for just $34.95. Dian Chapman, TechTrax Editor 1. Here's how to create one if your computer is NOT on a domain: Linux Community - Toolbox for IT.