当前位置:网站首页>Training IX basic configuration of network services
Training IX basic configuration of network services
2022-07-07 19:42:00 【Aimin20210819】
Practical training IX Basic configuration of network services
2017 year 4 month 16 Japan
Announced today
- Training objectives
Complete this training , Will be able to :
- Configure network card .
- To configure xinetd Superserver .
- Training preparation
Two computers , One of them is installed with RHEL6 System , The system comes out root Out of account , At least one ordinary account ; Another installation Windows2000/XP System , The two are connected through a hub . Two computers IP The address is the address of the same network segment .
- Estimated training time
90min
- Training content
【 Exercise one 】 To configure RHET6 Computer network interface
- use “ifconfig -a” Command to view the network interface of the host , And from the input information , Find the current network card IP Address 、MAC Address and interrupt number used by the network card .
- use “ifdown eth0” or “ifconfig eth0 down” Command disabled eth0 network card , And then use ifconfig Command to view the active web . Use
“ifconfig -a ” Command to view the status information of all network interfaces , Pay attention to see eth0 Status information output when the network card is disabled .
- use “ifup eth0 ” or “ifconfig eth0 up” Command restart eth0 network card , And then use ifconfig Command view .
- utilize vi Editor edit modify /etc/sysconfig/network-scripts/ifcfg-eth0 The configuration file , Of network card IP Address change ( Do not change the network segment ), And then save the configuration . utilize
“service network restart” Command restart Linux The service function of the system , Make the change effective .
- use ifconfig eth0 Command to view the current network card IP Whether the address is changed IP Address , And use ping command png another Windows2000/XP Computer , The observation shows that .
- function netconfig command , Set or modify the network card IP Address 、 Subnet mask 、 Gateway and domain name server address , Check the network card configuration file and after the change /etc/resolv.conf Profile contents . Last use service network restart Command to restart the network service function , Make configuration effective .
- Get into XWindows System , function system-config-network command , Set or modify the network card IP Address 、 Subnet mask 、 Gateway and domain name resolution server address , Check the network card configuration file and after the change /etc/resolv.conf The configuration file . Finally, reactivate the network card , Make configuration effective .
- Use them separately ifconfig Command and system-config-network command , Set up the virtual network card eth0:1 Of IP Address 、 Subnet mask 、 gateway . Check the configuration file content of the network card after setting .
【 Exercise 2 】 To configure xinetd Superserver
- stay RHET6 On computer , use chkconfig Commands and direct editing xinetd Super server configuration file /etc/xinetd.conf And /etc/xinetd.d/telnet There are two ways to start telnet service . And then restart xinetd The server .
- stay Windows2000/XP Login test with ordinary user account on the computer telnet Remote services .
边栏推荐
- 杰理之测试盒配置声道【篇】
- Install mysql8 for Linux X ultra detailed graphic tutorial
- Redis master-slave and sentinel master-slave switchover are built step by step
- 网易云信参与中国信通院《实时音视频服务(RTC)基础能力要求及评估方法》标准编制...
- What does "true" mean
- Seize Jay Chou
- 杰理之发起对耳配对、回连、开启可发现、可连接的轮循函数【篇】
- L1-028 judging prime number (Lua)
- 8 CAS
- 【RT-Thread env 工具安装】
猜你喜欢
【牛客网刷题系列 之 Verilog进阶挑战】~ 多bit MUX同步器
Make insurance more "safe"! Kirin Xin'an one cloud multi-core cloud desktop won the bid of China Life Insurance, helping the innovation and development of financial and insurance information technolog
J ü rgen schmidhub reviews the 25th anniversary of LSTM papers: long short term memory All computable metaverses. Hierarchical reinforcement learning (RL). Meta-RL. Abstractions in generative adversar
Numpy——axis
Automatic classification of defective photovoltaic module cells in electroluminescence images-论文阅读笔记
2022如何评估与选择低代码开发平台?
Le PGR est - il utile au travail? Comment choisir une plate - forme fiable pour économiser le cœur et la main - d'œuvre lors de la préparation de l'examen!!!
# 欢迎使用Markdown编辑器
[Verilog advanced challenge of Niuke network question brushing series] ~ multi bit MUX synchronizer
编译原理 实验一:词法分析器的自动实现(Lex词法分析)
随机推荐
# 欢迎使用Markdown编辑器
怎么在手机上买股票开户 股票开户安全吗
8 CAS
Jerry's headphones with the same channel are not allowed to pair [article]
[RT thread env tool installation]
8 CAS
杰理之关于 TWS 配对方式配置【篇】
Is PMP beneficial to work? How to choose a reliable platform to make it easier to prepare for the exam!!!
从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
R语言ggplot2可视化:使用ggpubr包的ggqqplot函数可视化QQ图(Quantile-Quantile plot)
Research and practice of super-resolution technology in the field of real-time audio and video
RESTAPI 版本控制策略【eolink 翻译】
Browse the purpose of point setting
超分辨率技术在实时音视频领域的研究与实践
how to prove compiler‘s correctness
杰理之快速配对,不支持取消配对【篇】
Automatic classification of defective photovoltaic module cells in electroluminescence images-论文阅读笔记
Empowering smart power construction | Kirin Xin'an high availability cluster management system to ensure the continuity of users' key businesses
L1-019 who falls first (Lua)
Redis——基本使用(key、String、List、Set 、Zset 、Hash、Geo、Bitmap、Hyperloglog、事务 )