IPADDR:172.25.x.100(X在这里指您的工作站编号)NETMASK:255.255.255.0GATEWAY:172.25.x.254DNS:172.25.254.254@@在这里可以选择用图形界面添加或者直接编辑文本获得IP和DNS,为了避免出错,更推荐使用图形界面进行添加yum源地址为:ftp://172.25.x.250/pub/rhel7.0##注意:在配..
分类:
系统相关 时间:
2017-08-03 10:03:59
阅读次数:
215
考试信息:IPADDR:172.25.x.100(X在这里指您的工作站编号)NETMASK:255.255.255.0GATEWAY:172.25.x.254DNS:172.25.254.254yum源地址为:ftp://172.25.x.250/pub/rhel7.0图形界面配置考试信息1.在进行考试之前,请先重置根用户密码为examwestos2.更改主机名称为station.domainX.ex..
分类:
其他好文 时间:
2017-08-02 22:18:46
阅读次数:
208
1. 找到文件并作如下修改: sudo vim /etc/network/interfaces 修改如下部分: auto eth0iface eth0 inet staticaddress 192.168.0.117gateway 192.168.0.1 #这个地址你要确认下 网关是不是这个地址ne ...
分类:
系统相关 时间:
2017-07-28 12:15:53
阅读次数:
151
IP地址池设置常识:子网掩码! Hosts Netmask AmountofaClassC/30 4 255.255.255.252 1/64/29 8 255.255.255.248 1/32/28 16 255.255.255.2401/16/27 32 255.255.255.224 1/8/26 64 255.255.255.192 1/4/24 256 255.255.255.0 1/23 512 255.255.254.0 2/22 1024 255.255.252.0 ..
分类:
其他好文 时间:
2017-07-25 15:59:33
阅读次数:
141
摘自: http://www.iyunv.com/thread-167287-1-1.html System Group sysDescr 1.3.6.1.2.1.1.1 sysObjectID 1.3.6.1.2.1.1.2 sysUpTime 1.3.6.1.2.1.1.3 sysContact ...
分类:
其他好文 时间:
2017-07-24 16:33:56
阅读次数:
1102
Make wifi as a hot point Make a script echo $0 $1 case $1 in "start") sleep 1 ifconfig wlan0 down sleep 1 iwconfig wlan0 mode monitor sleep 1 ifconfig ...
分类:
其他好文 时间:
2017-07-22 21:12:56
阅读次数:
195
sudo vim /etc/network/interfaces 修改如下部分: auto eth0iface eth0 inet staticaddress 192.168.0.117gateway 192.168.0.1 #这个地址你要确认下 网关是不是这个地址netmask 255.255.2 ...
分类:
系统相关 时间:
2017-07-17 15:15:19
阅读次数:
235
本文转载自:http://www.cnblogs.com/wxl309729255/articles/2816594.html 配置eth0的 IP地址, 同时激活该设备。 #ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up 1. Install ...
分类:
系统相关 时间:
2017-07-17 11:45:16
阅读次数:
204
Network Destination:目标网段 Netmask:子网掩码,IP地址与子网掩码按位与,可以得出该IP地址的网络号,IP地址与子网掩码取反后按位与,可以得出该IP地址的主机号。 Interface:达到该目标网段的本地路由器的出口IP。 Gateway:网关IP,下一跳路由器的入口IP ...
分类:
其他好文 时间:
2017-07-15 23:56:43
阅读次数:
933
1. 找到文件并作如下修改: sudo vim /etc/network/interfaces 修改如下部分: auto eth0iface eth0 inet staticaddress 192.168.0.117 netmask 255.255.255.0gateway 192.168.0.1 ...
分类:
系统相关 时间:
2017-07-10 00:33:47
阅读次数:
311