Difference between revisions of "Bridge"
From Linuxintro
imported>ThorstenStaerk (Created page with "You will need a (software) network bridge on your computer if you * Set up a wireless accesspoint * use kvm virtualization {{stub}}") |
|||
Line 2: | Line 2: | ||
* [[Set up a wireless accesspoint]] | * [[Set up a wireless accesspoint]] | ||
* use [[kvm]] virtualization | * use [[kvm]] virtualization | ||
+ | |||
+ | = Setup = | ||
+ | To set up a bridge you need to [[find out your distribution]] and proceed accordingly: | ||
+ | |||
+ | == Ubuntu == | ||
+ | * install brctl: | ||
+ | sudo apt-get install bridge-utils | ||
{{stub}} | {{stub}} |
Revision as of 17:45, 8 August 2011
You will need a (software) network bridge on your computer if you
- Set up a wireless accesspoint
- use kvm virtualization
Setup
To set up a bridge you need to find out your distribution and proceed accordingly:
Ubuntu
- install brctl:
sudo apt-get install bridge-utils
This article is a stub and needs improvement. You can help here :)