LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using network-manager-gnome to bridge eth0 and wlan0
#14
Hi,
You peaked my interest, givenn LL2.x is based on Ubuntu 14.04 LTS
Lots of stuff on this subject, this was the last I found, a response to another post. You have probably tried this...

Quote:Originally Posted by myth-eeebox-ben  View Post
it seems a simple bridge interface will not work for wlan0 < eth0 because wi-fi packets aren't the same as ethernet packets.


Not true.
A simple bridge interface works fine, and I am using it now. The packets are the same.

* Install bridge-utils to be able to create network bridges:
Code:
sudo apt-get install bridge-utils

* Edit /etc/network/interfaces:
Code:
sudo nano /etc/network/interfaces

The interfaces file should look like this after editing it:

Code:
auto eth0
iface eth0 inet manual
#
auto br0
iface br0 inet dhcp
#
bridge_ports eth0 wlan0
#
# The loopback network interface
auto lo
iface lo inet loopback

* Restart networking with:

Code:
sudo /etc/init.d/networking restart
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply


Messages In This Thread
Re: Using network-manager-gnome to bridge eth0 and wlan0 - by Wirezfree - 11-06-2015, 12:27 AM

Forum Jump:


Users browsing this thread: 11 Guest(s)