码迷,mamicode.com
首页 >  
搜索关键字:设置ip    ( 609个结果
利用ipmi更改本机自带的idrac
利用ipmi更改本机自带的idrac#yum-yinstallipmitool 打印当前信息: #ipmitoollanprint 设置IP: #ipmitoollanset1ipaddr10.0.200.101 SettingLANIPAddressto10.0.200.101 #ipmitoollanset1defgwipaddr10.0.200.254 SettingLANDefaultGatewayIPto10.0.200.254 设置用户: #ip..
分类:其他好文   时间:2015-09-18 18:53:43    阅读次数:309
Windows Server 2012 路由器
学习目标:将windowsserver2012R2配置成为软路由,使得10.0.0/8可以和190.0.0/24网段可以通信。准备工作:1、为这台作为路由器的windowsserver2012机器添加两个网卡,并分别设置IP地址为10.0.0.254和190.0.0.2542、为两个客户端测试机设置IP地址分别为10.0.0.1和190.0.0.10,并..
分类:Windows程序   时间:2015-09-17 17:42:05    阅读次数:353
虚拟机centos6.5 --设置主机名
vi /etc/sysconfig/network #修改HOSTNAME后面的值,机器名vi /etc/hosts #设置ip和机器名的对应关系192.168.12.232 master192.168.12.233 slave01192.168.12.234 slave02测试:pi...
分类:其他好文   时间:2015-09-14 15:12:36    阅读次数:112
ubuntu server设置静态IP和DNS
设置IP: vim /etc/network/interfaces 将以下内容: auto eth0 iface eth0 inet dhcp 修改为: auto eth0 #iface eth0 inet dhcp iface eth0 inet static address xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx gat...
分类:系统相关   时间:2015-09-13 23:11:57    阅读次数:433
linux常用的网络管理命令
网络配置rhel/Centos中常用的网络管理命令:设置ip基本信息相关配置文件5,6版本:system-config-network(setup)配置文件位置:/etc/sysconfig/network-scripts/ifcfg-eth[0-n]7版本:nmcilnmtui(图形界面)配置文件位置:/etc/sysconfig/network-scripts/ifcfg-en*****ifcfg-eth..
分类:系统相关   时间:2015-09-05 19:30:27    阅读次数:456
CentOS 7 设置静态ip unknown host
在centos7中设置静态ip后,ping 公网,总提示 unknown host经过一番试验,原来是NM_CONTROLLED的问题,即: 方法1:手动修改配置文件设置ip时,文件中NM_CONTROLLED的值应为no(NM_CONTROLLED=no) 表示该接口将通过该配置文件进行设置,而不...
分类:其他好文   时间:2015-08-31 16:59:37    阅读次数:190
MySql修改root密码、设置IP访问
修改密码: 方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');方法2:用mysqladmin mysqladmin -u root passw...
分类:数据库   时间:2015-08-28 13:01:15    阅读次数:233
CentOS7设置IP地址
root权限下cd到/etc/sysconfig/network-scripts, vi ifcig-em1TYPE=EthernetBOOTPROTP=staticNAME=em1UUID=??????????DEVICE=yesIPADDR=??????NETMASK=???????GATEWA...
分类:其他好文   时间:2015-08-27 21:02:20    阅读次数:130
hadoop伪分布式安装
hadoop的伪分布安装:一台实体机或虚拟机的安装。1.1 设置ip地址 执行命令 service network restart 验证: ifconfig1.2 关闭防火墙 执行命令 service iptables stop 验证: service iptables statu...
分类:其他好文   时间:2015-08-15 11:42:42    阅读次数:103
用 ROS 做内网DNS服务器
转载:http://iliuyong.iteye.com/blog/1035692 用 ROS 做内网DNS服务器方法:1.ROS 设置IP -》DNS 选择“static”选项卡点击“+”,name随便起,address填你的路由器内网IP,TTL默认。“OK”此时应该已经存在了一个你刚刚建立的D...
分类:其他好文   时间:2015-08-13 11:22:41    阅读次数:143
609条   上一页 1 ... 44 45 46 47 48 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!