RPi WiFi to eth0 bridge not working - Raspberry Pi Forums


hi all,

have been trying use raspberry pi wifi-to-ethernet bridge using various different methods i.e. bridge utils , using script here http://hackhappy.org/uncategorized/how- ... rk-bridge/ none of these seem working. network details (as seen pc) is:
gateway: 192.168.2.1
subnet mask: 255.255.255.0
ip address: 192.168.2.18 (my pi gets address, without using static ip)
settings should use on above script make work (i think problem in isc-dhcp-server isn't allocating pc (eth0) ip address? , know of other methods of doing (bridge-utils doesn't work @ me). oh, , matter if assign static ip eth0 192.168.0.xx or 192.168.1.xx (since wifi 192.168.2.xx)?

in advance,

a few questions might want consider:

- packets forwarding between eth0 , wlan0 using bridging, routing or nat?

- how devices deeper in network discover forwarding device?

- wlan0 interface client interface or access point?

- device in each subnet responsible dhcp?

issues networking due fuzzy thinking these topics.

if bridging suggest don't assign ip address eth0 or wlan0. create dummy0 , assign ip address that. add eth0, wlan0 , dummy0 same bridge. packets move between eth0 , wlan0 using ethernet flooding , learning.

code: select all

# modprobe dummy # ip addr add 10.1.2.3/24 dev dummy0 # brctl addbr br0 # brctl addif br0 dummy0 # brctl addif br0 eth0 # brctl addif br0 wlan0


raspberrypi



Comments

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support