debian下设置桥接失败

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

debian下设置桥接失败

文章crazypenguin » 週五 5月 22, 2009 3:54 am

1. First install the bridge utilities (bridge-utils). package. You can do this fromthe command line as follows:

sudo apt-get install bridge-utils

2. Next, you must add an entry to the file /etc/network/interfaces to de-scribe the bridge. The following sample entry creates a bridge called br0, addsthe host ethernet interface eth0 to it and tells it to obtain an IP address usingDHCP so that the host remains able to access the network.

auto br0
iface br0 inet dhcp
bridge_ports eth0

You will probably want to change this to suit your own networking needs. Inparticular, you may want to assign a static IP address to the bridge.
3. Restart networking on the host:

sudo /etc/init.d/networking restart

After this the bridge will be recreated every time you boot your host system.
这3步操作后,br0和eth0的地址都一样的,网络连接显示正常,但是连主机都ping内网和外网都不行,非常无语,照理应该这三步之后,主机能正常上网才对吧。
麻烦高手来解决。
crazypenguin
可愛的小學生
可愛的小學生
 
文章: 8
註冊時間: 週五 5月 22, 2009 3:50 am

文章crazypenguin » 週六 5月 23, 2009 12:58 am

怎么没人?
crazypenguin
可愛的小學生
可愛的小學生
 
文章: 8
註冊時間: 週五 5月 22, 2009 3:50 am

文章mason » 週六 5月 23, 2009 5:46 pm

代碼: 選擇全部
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
  bridge_ports eth0
  bridge_maxwait 0
  bridge_fd 0

skype:dantemason
http://blog.sikazozo.org
頭像
mason
快樂的大學生
快樂的大學生
 
文章: 547
註冊時間: 週二 9月 10, 2002 3:40 pm
來自: SIDE 3

文章crazypenguin » 週六 5月 23, 2009 8:13 pm

thank you!
crazypenguin
可愛的小學生
可愛的小學生
 
文章: 8
註冊時間: 週五 5月 22, 2009 3:50 am


回到 debian server

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客