论坛首页 综合技术版 Linux

Firestarter the device eth0 is not ready

浏览 278 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
最后更新时间:2008-08-28
一种解决方法
该方法的思路是: firestarter使用ifconfig获取IP地址,如果ifconfig的输出时使用了非en_US的locale,那么firstarter就取不到ip的信息(比较傻,匹配的时候不支持中文),所以可以在使用ifconfig之前设置locale
sudo gedit /etc/firestarter/firestarter.sh
找个合适的地方,例如在
# External network interface data
这行注释的上面,添加一行:
LANG=en_US
保存后
sudo firestarter

另外一种解决方法
设定固定ip, 原理不祥
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.0.1


我在使用中第一种方法不起作用,第二种方法可以。
   
最后更新时间:2008-08-14
搞了半天没搞好干脆就给卸了,反正ubuntu的端口基本都默认关闭的
   
0 请登录后投票
论坛首页 综合技术版 Linux

跳转论坛:
JavaEye推荐