Share Internet Connections in Ubuntu

Written By smart| 13 June 2009| One Comment

First Install bridge-utils
run below command in teminal

sudo aptitude install bridge-utils

Now you need to stop the network by running below command

sudo /etc/init.d/networking stop

Now edit interfaces files

sudo gedit /etc/network/interfaces

add this lines to interfaces file

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0 eth1

Noe restart the network

sudo /etc/init.d/networking start

Related Posts with Thumbnails

Share With Others

One Comment »

  • http://#.com said:

    The invention of the World Wide Web was one of the greatest technological advances in human history. It has enabled people to access information, transmit data, and communicate with each other faster and with greater ease than ever before. For a complete guide to Web 2.0 visit http://#.com .

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.