LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-28-2011, 10:30 AM   #1
_jmz_
LQ Newbie
 
Registered: May 2011
Posts: 1

Rep: Reputation: Disabled
wireless-wired bridge on debian squeeze


I'm trying to set up a wireless->wired bridge under debian (powerpc release on a powerbook g4 if that relevant) so I can share the wifi connection on my laptop over ethernet with my desktop.

I've installed bridge-utils and ebtables and I have been reading http://wiki.debian.org/BridgeNetworkConnections.

So I have configured it like this:

Code:
$ cat /etc/network/interfaces 
# 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

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp

# Wireless
iface eth1 inet dhcp
    wireless-essid O2wireless050063
    wireless-key abcdefghij

iface eth0 inet manual

#iface eth1 inet manual

# Bridge
iface br0 inet dhcp
    bridge_ports eth0 eth1
    pre-up iwconfig eth1 essid "O2wireless050063"
    pre-up iwconfig eth1 key "abcdefghij"
    bridge_hw 00:30:65:1f:3b:c0
Then i set the ebtable rules with this script:

Code:
$ cat ebt_rules.sh 
#!/bin/bash

ebtables -t nat -A POSTROUTING -o eth1 -j snat --to-src 00:30:65:1f:3b:c0 --snat-arp --snat-target ACCEPT

ebtables -t nat -A PREROUTING -p IPv4 -i eth1 --ip-dst 192.168.1.50 -j dnat --to-dst 00:22:15:74:cc:7d --dnat-target ACCEPT

ebtables -t nat -A PREROUTING -p ARP -i eth1 --arp-ip-dst 192.168.1.50 -j dnat --to-dst 00:22:15:74:cc:7d --dnat-target ACCEPT
^here I'm not sure if the mac address in the first line is correct, it's the mac address of my wireless interface. The debain wiki says it should be the mac address of the bridge, and since I did "bridge_hw 00:30:65:1f:3b:c0" in /etc/network/interfaces I think this is correct

so now with this all set up I do "ifup br0", but it fails to get an IP address and just dhcp listens until it times out.

Can anyone see what I've done wrong?
 
Old 01-16-2012, 09:46 AM   #2
tragedyofhumor
LQ Newbie
 
Registered: Jan 2012
Posts: 1

Rep: Reputation: Disabled
Smile You've gotten that far?

I've been trying to accomplish the same thing. Using a samsung n150 w/ Debian Squeeze 6.0.3 (laptop w/ wireless card) and an old dell p.o.s. failurebox (desktop with a confirmed working ethernet card).

Followed the instructions in the Debian wiki to the letter, but didn't even get as far as trying to assign an IP. It seems like, as soon as I "ifup br0," it shuts down my wlan0. the ethernet side of things still seems to work, ifconfig shows packet transfer both ways, but..

I'll try again and post more later, interfaces file contents and whatnot, (just got called into work) but I don't see anything wrong with bumping this thread in the mean time. I've read a lot of other posts where people have gotten this system working, and a few saying that it just can't be done, so, who knows?

Thanks to anyone who's read this for the time it took to do so =P
~HR
 
Old 01-28-2012, 07:07 AM   #3
TimothyEBaldwin
Member
 
Registered: Mar 2009
Posts: 249

Rep: Reputation: 27
If 192.168.1.50 and 00:22:15:74:cc:7d are the addresses of your desktop I would expect that to work for IPv4, however you have broken IPv6.

You could block IP6 entirely, but that is not future proof.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to bridge a wired and wireless networks. locksmiths Linux - Networking 2 02-17-2011 01:44 PM
Wired ethernet conection deminished on Debian Squeeze Elixer Linux - Networking 5 01-28-2011 09:53 PM
Is there a way to bridge wired and wireless connections on EeeBuntu 3.0? Syph1x Linux - Wireless Networking 2 07-19-2009 10:58 AM
Wireless gear that will *bridge* my existing wired network lothario Linux - Wireless Networking 5 03-10-2006 05:25 AM
Wired/Wireless Bridge MMHein Linux - Wireless Networking 2 10-07-2003 01:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration