特殊:Badtitle/NS100:NetworkConnectionBridge:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/NetworkConnectionBridge}} | {{From|https://help.ubuntu.com/community/NetworkConnectionBridge}} | ||
{{Languages|UbuntuHelp:NetworkConnectionBridge}} | {{Languages|UbuntuHelp:NetworkConnectionBridge}} | ||
<<Include(Tag/Unsupported)>> | |||
== Bridging Ethernet Connections == | == Bridging Ethernet Connections == | ||
This covers how to bridge connections with Kubuntu 6.06 (Dapper) using the package bridge-utils. Bridging two ethernet connections is the focus of this article. It is assumed that the bridging computer is not directly connected to the internet. This article was created by way of paraphrasing http://linux-net.osdl.org/index.php/Bridge. Please visit this site if you need a more in-depth discussion of network bridges and the commands used here. | This covers how to bridge connections with Kubuntu 6.06 (Dapper) using the package bridge-utils. Bridging two ethernet connections is the focus of this article. It is assumed that the bridging computer is not directly connected to the internet. This article was created by way of paraphrasing http://linux-net.osdl.org/index.php/Bridge. Please visit this site if you need a more in-depth discussion of network bridges and the commands used here. | ||
第34行: | 第35行: | ||
For more information on commands: use the Konsole command | For more information on commands: use the Konsole command | ||
<code><nowiki>brctl</nowiki></code> | <code><nowiki>brctl</nowiki></code> | ||
==== Create the Bridge at Start-up ==== | |||
The above setup demonstrated how to create a bridge using the command line, however when you restart your computer you will lose it. To prevent this from happening, we need to edit the /etc/network/interfaces file. This file shows an example of a bridge configure via dhcp. | |||
Sample /etc/network/interfaces file | |||
<pre><nowiki> | |||
# 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 | |||
# Bridge between eth0 and eth1 | |||
auto br0 | |||
iface br0 inet dhcp | |||
# For static configuration delete or comment out the above line and uncomment the following: | |||
# iface br0 inet static | |||
# address 192.168.1.10 | |||
# netmask 255.255.255.0 | |||
# network 192.168.1.0 | |||
# gateway 192.168.1.1 | |||
# dns-nameservers 192.168.1.5 | |||
# dns-search example.com | |||
pre-up ifconfig eth0 down | |||
pre-up ifconfig eth1 down | |||
pre-up brctl addbr br0 | |||
pre-up brctl addif br0 eth0 | |||
pre-up brctl addif br0 eth1 | |||
pre-up ifconfig eth0 0.0.0.0 | |||
pre-up ifconfig eth1 0.0.0.0 | |||
post-down ifconfig eth0 down | |||
post-down ifconfig eth1 down | |||
post-down ifconfig br0 down | |||
post-down brctl delif br0 eth0 | |||
post-down brctl delif br0 eth1 | |||
post-down brctl delbr br0 | |||
</nowiki></pre> | |||
Restart networking | |||
<pre><nowiki> | |||
sudo /etc/init.d/networking restart | |||
</nowiki></pre> | |||
==== Notes about the setup ==== | ==== Notes about the setup ==== | ||
You have successfully completed an invisible bridge between your interfaces. If computer doing the bridging's purpose is simply to act as a switch and nothing more, then you are done. However, most users will still want to be able access the internet (and the rest of the network for that matter from the computer). Please read below to see how to do this. | You have successfully completed an invisible bridge between your interfaces. If computer doing the bridging's purpose is simply to act as a switch and nothing more, then you are done. However, most users will still want to be able access the internet (and the rest of the network for that matter from the computer). Please read below to see how to do this. | ||
第95行: | 第136行: | ||
2.Nov.06 [[UbuntuWiki:JackWasey|JackWasey]]: Is this possible between ethernet and Firewire connections? If not, what is the appropriate method? | 2.Nov.06 [[UbuntuWiki:JackWasey|JackWasey]]: Is this possible between ethernet and Firewire connections? If not, what is the appropriate method? | ||
---- | ---- | ||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2009年11月17日 (二) 20:13的最新版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/NetworkConnectionBridge }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/af | • {{#if: UbuntuHelp:NetworkConnectionBridge|Afrikaans| [[::NetworkConnectionBridge/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ar | • {{#if: UbuntuHelp:NetworkConnectionBridge|العربية| [[::NetworkConnectionBridge/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/az | • {{#if: UbuntuHelp:NetworkConnectionBridge|azərbaycanca| [[::NetworkConnectionBridge/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/bcc | • {{#if: UbuntuHelp:NetworkConnectionBridge|جهلسری بلوچی| [[::NetworkConnectionBridge/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/bg | • {{#if: UbuntuHelp:NetworkConnectionBridge|български| [[::NetworkConnectionBridge/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/br | • {{#if: UbuntuHelp:NetworkConnectionBridge|brezhoneg| [[::NetworkConnectionBridge/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ca | • {{#if: UbuntuHelp:NetworkConnectionBridge|català| [[::NetworkConnectionBridge/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/cs | • {{#if: UbuntuHelp:NetworkConnectionBridge|čeština| [[::NetworkConnectionBridge/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/de | • {{#if: UbuntuHelp:NetworkConnectionBridge|Deutsch| [[::NetworkConnectionBridge/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/el | • {{#if: UbuntuHelp:NetworkConnectionBridge|Ελληνικά| [[::NetworkConnectionBridge/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/es | • {{#if: UbuntuHelp:NetworkConnectionBridge|español| [[::NetworkConnectionBridge/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/fa | • {{#if: UbuntuHelp:NetworkConnectionBridge|فارسی| [[::NetworkConnectionBridge/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/fi | • {{#if: UbuntuHelp:NetworkConnectionBridge|suomi| [[::NetworkConnectionBridge/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/fr | • {{#if: UbuntuHelp:NetworkConnectionBridge|français| [[::NetworkConnectionBridge/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/gu | • {{#if: UbuntuHelp:NetworkConnectionBridge|ગુજરાતી| [[::NetworkConnectionBridge/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/he | • {{#if: UbuntuHelp:NetworkConnectionBridge|עברית| [[::NetworkConnectionBridge/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/hu | • {{#if: UbuntuHelp:NetworkConnectionBridge|magyar| [[::NetworkConnectionBridge/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/id | • {{#if: UbuntuHelp:NetworkConnectionBridge|Bahasa Indonesia| [[::NetworkConnectionBridge/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/it | • {{#if: UbuntuHelp:NetworkConnectionBridge|italiano| [[::NetworkConnectionBridge/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ja | • {{#if: UbuntuHelp:NetworkConnectionBridge|日本語| [[::NetworkConnectionBridge/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ko | • {{#if: UbuntuHelp:NetworkConnectionBridge|한국어| [[::NetworkConnectionBridge/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ksh | • {{#if: UbuntuHelp:NetworkConnectionBridge|Ripoarisch| [[::NetworkConnectionBridge/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/mr | • {{#if: UbuntuHelp:NetworkConnectionBridge|मराठी| [[::NetworkConnectionBridge/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ms | • {{#if: UbuntuHelp:NetworkConnectionBridge|Bahasa Melayu| [[::NetworkConnectionBridge/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/nl | • {{#if: UbuntuHelp:NetworkConnectionBridge|Nederlands| [[::NetworkConnectionBridge/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/no | • {{#if: UbuntuHelp:NetworkConnectionBridge|norsk| [[::NetworkConnectionBridge/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/oc | • {{#if: UbuntuHelp:NetworkConnectionBridge|occitan| [[::NetworkConnectionBridge/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/pl | • {{#if: UbuntuHelp:NetworkConnectionBridge|polski| [[::NetworkConnectionBridge/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/pt | • {{#if: UbuntuHelp:NetworkConnectionBridge|português| [[::NetworkConnectionBridge/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ro | • {{#if: UbuntuHelp:NetworkConnectionBridge|română| [[::NetworkConnectionBridge/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/ru | • {{#if: UbuntuHelp:NetworkConnectionBridge|русский| [[::NetworkConnectionBridge/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/si | • {{#if: UbuntuHelp:NetworkConnectionBridge|සිංහල| [[::NetworkConnectionBridge/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/sq | • {{#if: UbuntuHelp:NetworkConnectionBridge|shqip| [[::NetworkConnectionBridge/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/sr | • {{#if: UbuntuHelp:NetworkConnectionBridge|српски / srpski| [[::NetworkConnectionBridge/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/sv | • {{#if: UbuntuHelp:NetworkConnectionBridge|svenska| [[::NetworkConnectionBridge/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/th | • {{#if: UbuntuHelp:NetworkConnectionBridge|ไทย| [[::NetworkConnectionBridge/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/tr | • {{#if: UbuntuHelp:NetworkConnectionBridge|Türkçe| [[::NetworkConnectionBridge/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/vi | • {{#if: UbuntuHelp:NetworkConnectionBridge|Tiếng Việt| [[::NetworkConnectionBridge/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/yue | • {{#if: UbuntuHelp:NetworkConnectionBridge|粵語| [[::NetworkConnectionBridge/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/zh | • {{#if: UbuntuHelp:NetworkConnectionBridge|中文| [[::NetworkConnectionBridge/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/zh-hans | • {{#if: UbuntuHelp:NetworkConnectionBridge|中文(简体)| [[::NetworkConnectionBridge/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:NetworkConnectionBridge | UbuntuHelp:NetworkConnectionBridge | {{#if: | :}}NetworkConnectionBridge}}/zh-hant | • {{#if: UbuntuHelp:NetworkConnectionBridge|中文(繁體)| [[::NetworkConnectionBridge/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:NetworkConnectionBridge|:NetworkConnectionBridge|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :NetworkConnectionBridge/zh | | {{#ifexist: NetworkConnectionBridge/zh | | {{#ifeq: {{#titleparts:NetworkConnectionBridge|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:NetworkConnectionBridge|1|-1|}} | zh | | }}
<<Include(Tag/Unsupported)>>
Bridging Ethernet Connections
This covers how to bridge connections with Kubuntu 6.06 (Dapper) using the package bridge-utils. Bridging two ethernet connections is the focus of this article. It is assumed that the bridging computer is not directly connected to the internet. This article was created by way of paraphrasing http://linux-net.osdl.org/index.php/Bridge. Please visit this site if you need a more in-depth discussion of network bridges and the commands used here. Additional information on monitoring network activity and setting up a bridge in Ubuntu 6.06 (Dapper) can be found at NetworkMonitoringBridge. Specifically, this article has been written for Kubuntu 6.06 (Dapper), however, it should be available for use on any distribution of Linux and certainly Ubuntu 6.06 (Dapper) for that matter (you will need to know the Default Gateway IP Address, however, if you wish to use the internet on the bridging computer). Please note that the bridge-utils package only works if you are using a Linux kernel 2.3 or higher. The first step is to download bridge-utils. Ensure that you have all of the typical repositories loaded.
Installing bridge-utils
Adept
Search for bridge-utils and choose the drop-down arrow on the left. Choose "request install".
Konsole:
Enter this into Konsole:
sudo apt-get update sudo apt-get install bridge-utils
If you use
sudo -i
and enter your password, then you will not have to use sudo before each command. It may also save you some typing in the future.
Setting up the Bridge
Ensure that both (or all) of your interfaces are installed and enabled. If they are then you may proceed at this point. For a few moments, if your computer is connected to the internet then it will be disconnected until a certain point is reached. Open Konsole and use the following commands. Note that when interfaces are referenced, they refer to device names assigned by linux such as "eth0" and "eth1". Also note that myBridge is the name of the bridge that you wish to have. This can be anything, but a simple name like bridge0 or bridge1 is suggested.
ifconfig <interface 1> 0.0.0.0 <<BR>> ifconfig <interface 2> 0.0.0.0 <<BR>> brctl addbr <bridge name> <<BR>> brctl addif <bridge name> <interface 1> <<BR>> brctl addif <bridge name> <interface 2> <<BR>> ifconfig <bridge name> up
In lines 1-2 we simply prepared the devices to be bridged.
In line 3, we added a new bridge named myBridge (whatever you named your bridge).
In lines 4-5, we added interface1 and interface2 to myBridge.
In line 6, we made the bridge operational.
For more information on commands: use the Konsole command
brctl
Create the Bridge at Start-up
The above setup demonstrated how to create a bridge using the command line, however when you restart your computer you will lose it. To prevent this from happening, we need to edit the /etc/network/interfaces file. This file shows an example of a bridge configure via dhcp. Sample /etc/network/interfaces file
# 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 # Bridge between eth0 and eth1 auto br0 iface br0 inet dhcp # For static configuration delete or comment out the above line and uncomment the following: # iface br0 inet static # address 192.168.1.10 # netmask 255.255.255.0 # network 192.168.1.0 # gateway 192.168.1.1 # dns-nameservers 192.168.1.5 # dns-search example.com pre-up ifconfig eth0 down pre-up ifconfig eth1 down pre-up brctl addbr br0 pre-up brctl addif br0 eth0 pre-up brctl addif br0 eth1 pre-up ifconfig eth0 0.0.0.0 pre-up ifconfig eth1 0.0.0.0 post-down ifconfig eth0 down post-down ifconfig eth1 down post-down ifconfig br0 down post-down brctl delif br0 eth0 post-down brctl delif br0 eth1 post-down brctl delbr br0
Restart networking
sudo /etc/init.d/networking restart
Notes about the setup
You have successfully completed an invisible bridge between your interfaces. If computer doing the bridging's purpose is simply to act as a switch and nothing more, then you are done. However, most users will still want to be able access the internet (and the rest of the network for that matter from the computer). Please read below to see how to do this.
Enabling Internet Use on the Bridging Computer
It is very simple to setup the internet on the bridging computer.
Finding the Default Gateway
These directions below attempt to locate your default gateway. They are not foolproof and if you are not sure what your default gateway is then contact your Network Administrator or see the Kubuntu IRC channel if the Administrator is you. If you know your default gateway, then skip to the 1. If the internet worked on your computer before, then open the KDE Panel and choose system settings. 2. Open System Settings and next click Network Settings. 3. Click the "Administrator Mode..." button at the bottom of the window and enter your password. 4. Choose the "Route" tab and remember, write down, or copy the address inside the Default Gateway group box and the "IP Address" text box.
You now have your default gateway IP address. It is now possible to setup your computer to access the internet through the bridge.
Konsole Commands
Once you have your default gateway then enter these commands below.
route add default gateway <default gateway ip address> dhclient <bridge name>
If you get a message back from the first command, such as
SIOCADDRT: File exists
or
SIOCADDRT: Network is unreachable
Then skip to the second command.
<
>
<
>
<
>
To ensure that you are connected to the internet, ping the IP address with the command below.
ping 66.94.234.13
If you get in Konsole:
# ping 66.94.234.13 PING 66.94.234.13 (66.94.234.13) 56(84) bytes of data. 64 bytes from 66.94.234.13: icmp_seq=1 ttl=55 time=386 ms 64 bytes from 66.94.234.13: icmp_seq=2 ttl=55 time=250 ms 64 bytes from 66.94.234.13: icmp_seq=3 ttl=55 time=283 ms 64 bytes from 66.94.234.13: icmp_seq=4 ttl=55 time=256 ms 64 bytes from 66.94.234.13: icmp_seq=5 ttl=55 time=247 ms 64 bytes from 66.94.234.13: icmp_seq=6 ttl=55 time=254 ms
Then you are done! However, if you do not, double check your work by taking down the bridge:
ifconfig <bridge name> down brctl delbr <bridge name>
And then go through the steps once more. Once again, you can get more help on the brctl command by typing
brctl
into Konsole.
At this point you may also want to see http://linux-net.osdl.org/index.php/Bridge at this point for a more in depth explanation of bridges and other commands within brctl.
Contributors
Websites
Editors can add any website they find that are related to this article or that they used to add to this article. http://linux-net.osdl.org/index.php/Bridge
Users
Editors post their name/username and some form of contact. Jonte Craighead, JonTec on #(K)ubuntu IRC Channel [JonTec's reference]: sethk on #ubuntu IRC Channel
Additions
13.Aug.06: JonTec: There was an error inside my bridge setup commands that would prevent you from adding interfaces to the bridge. I have fixed this error. 2.Nov.06 JackWasey: Is this possible between ethernet and Firewire connections? If not, what is the appropriate method?