idrac安装ubuntu-12.04.2-server-amd64遇到问题
安装好以后无法用putty连接。怀疑出问题的地方在网络配置上。记得有2张网卡选择,0和1.我随便选的。后来要手动输入Ip和网关。版主你安装的时候是自动的还是手动输入Ip和网关等信息的?手动~~~
装好了也可以配置IP地址的 本帖最后由 lislee2001 于 2013-5-3 09:23 编辑
xxxxxxxx@xxxxxxxxx:~$ vi /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address xxxxxxxxxxxx
netmask 255.255.255.248
network xxxxxxx
broadcast xxxxxxxxxx
gateway xxxxxxxxxxx
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 80.84.58.27 80.84.58.28
dns-search host.redstation.co.uk
上面的IP信息之类的可以从你的面板得到
这张图上 是不是图上选中的2个软件必须装?我一开始只装了第一个。
另外,怎么选第2个?我按回车就直接装了{:7_738:} vanechka 发表于 2013-5-3 09:23 static/image/common/back.gif
这张图上 是不是图上选中的2个软件必须装?我一开始只装了第一个。
另外,怎么选第2个?我按回车就直接装了 ...
tab 移动
空格选择
openssh必选,其他可不装
lislee2001 发表于 2013-5-3 09:22 static/image/common/back.gif
xxxxxxxx@xxxxxxxxx:~$ vi /etc/network/interfaces
# This file describes the network interfaces avai ...
谢谢你的帮助
我按照你这个输入进去就Ok了?
nnd,putty可以复制,这个只能手动了。。。哎 vanechka 发表于 2013-5-3 09:30 static/image/common/back.gif
谢谢你的帮助
我按照你这个输入进去就Ok了?
nnd,putty可以复制,这个只能手动了。。。哎
IP地址之类的要改成你自己的
lislee2001 发表于 2013-5-3 09:22 static/image/common/back.gif
xxxxxxxx@xxxxxxxxx:~$ vi /etc/network/interfaces
# This file describes the network interfaces avai ...
再问一下 这个里面的address是Ip还是路由的Ip?network是指啥? vanechka 发表于 2013-5-3 10:19 static/image/common/back.gif
再问一下 这个里面的address是Ip还是路由的Ip?network是指啥?
你在red官网上的账号里面都有所有需要填的ip的信息 yk123456 发表于 2013-5-3 10:22 static/image/common/back.gif
你在red官网上的账号里面都有所有需要填的ip的信息
对 是有,不过不知道怎么对应。。。 address xxxxxxxxxxxx --> 你的IP地址, 面板中的Usable IP Range中选一个
netmask 255.255.255.248
network xxxxxxx ---> 面板中的Route IP Address
broadcast xxxxxxxxxx -->广播地址, 面板中Broadcast IP
gateway xxxxxxxxxxx -->网关, 面板中Gateway
页:
[1]