岁月匆匆,蓦然回首,只有那逐渐消逝的深深浅浅的脚印…
« »
September 20, 2009计算机
40 views

Red Hat Linux下重设IP地址

 更改网卡IP地址,需有root用户权限,下面命令更改只在当前登陆有效,下次登陆需重设 :
ifconfig eth0 192.168.1.168 netmask 255.255.255.0 /renew

这个命令调用图形界面: system-config-network
这个是命令行: system-config-network-cmd

下面的是彻底的改变,永久有效(execute the following command as root): 
vi /etc/sysconfig/network-scripts/ifcfg-eth0
改好之后需要重启网络服务:
service network restart

可以参考这篇文章,很详细: http://fedora.linuxsir.org/main/node/47

另外,以oracle的用户身份在linux shell下:emctl start dbconsole 启动oracle图形管理界面。

文章信息 »

作者: YanGe   发表时间: 2009-09-20 12:32  所属分类: 计算机         Tags:

相关文章 »

没有评论

评论被关闭,联系作者请发邮件至 blog at yange.org

返回顶部