启动xen时报错?---- 急

发布于 2022-07-27 19:29:47 字数 126 浏览 32 评论 7

正常进入系统没有问题
启动的时候报错
xend start
提示:
bridge firewalling registered

接着网卡就不能用了,怎么原因?
谢谢

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

寄意 2022-07-27 20:31:03

我编译完内核后,启动系统时选择的是xen的系统,此时网卡能用,说明内核已经支持我的网卡了
然后在
xend start
这时提示:

  1. bridge firewalling registered
  2. ip_tables:(c)200-2006 netfilter core team

复制代码

然后网卡就不通了

御弟哥哥 2022-07-27 20:30:52

你上面的信息是在编译xen前还是xen后?

如果是在xen后,有可能是在xen内核没有编译加栽网卡的驱动

饮湿 2022-07-27 20:30:27
  1. [root@localhost xen-3.0.2-2]# brctl show
  2. bridge name     bridge id               STP enabled     interfaces
  3. [root@localhost xen-3.0.2-2]# netstat -nr
  4. Kernel IP routing table
  5. Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
  6. 10.210.71.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
  7. 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
  8. 0.0.0.0         10.210.71.1     0.0.0.0         UG        0 0          0 eth0
  9. [root@localhost xen-3.0.2-2]# brctl addif xen-br0 eth0
  10. interface eth0 does not exist!
  11. [root@localhost xen-3.0.2-2]# ifconfig
  12. eth0      Link encap:Ethernet  HWaddr 00:13:72:69:68:2E  
  13.           inet addr:10.210.71.131  Bcast:10.210.71.255  Mask:255.255.255.0
  14.           inet6 addr: fe80::213:72ff:fe69:682e/64 Scope:Link
  15.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  16.           RX packets:104169 errors:0 dropped:0 overruns:0 frame:0
  17.           TX packets:83877 errors:0 dropped:0 overruns:0 carrier:0
  18.           collisions:0 txqueuelen:1000
  19.           RX bytes:108432501 (103.4 MiB)  TX bytes:6662080 (6.3 MiB)
  20.           Interrupt:16 Memory:f4000000-f4011100
  21. lo        Link encap:Local Loopback  
  22.           inet addr:127.0.0.1  Mask:255.0.0.0
  23.           inet6 addr: ::1/128 Scope:Host
  24.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  25.           RX packets:66 errors:0 dropped:0 overruns:0 frame:0
  26.           TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
  27.           collisions:0 txqueuelen:0
  28.           RX bytes:8299 (8.1 KiB)  TX bytes:8299 (8.1 KiB)
  29. [root@localhost xen-3.0.2-2]# ping baidu.com
  30. PING baidu.com (202.108.22.33) 56(84) bytes of data.
  31. 64 bytes from xd-22-33-a8.bta.net.cn (202.108.22.33): icmp_seq=0 ttl=54 time=1.71 ms
  32. 64 bytes from xd-22-33-a8.bta.net.cn (202.108.22.33): icmp_seq=1 ttl=54 time=1.27 ms

复制代码
[ 本帖最后由 chao008 于 2006-10-11 10:50 编辑 ]

呆橘 2022-07-27 20:30:24

我用的是dell2950的服务器
"短暂的不能用状态"?是什么意思
指教一下解决方法

兔小萌 2022-07-27 20:23:51

问题过于简单,按理说这是正常的,除非内核编译不对

是需要这个过程,对于有些机器,而且会出现短暂的不能用状态

泪冰清 2022-07-27 20:04:08

ding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文