Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
ace > default 192.168.10.12 255.255.255.0 UG0 00 usb0 > 192.168.10.0* 255.255.255.0 U 0 00 usb0 > > - - > > If a DHCP server is on the 192.168.1.0/24 block, you could configure your beagleboard to get an address through DHCP, since you set up the bridge. If you're using a bridge, you don't need to set "net.inet.ip.forwarding" to 1, as you aren't actually routing packets, you're bridging them. (see http://www.openbsd.org/faq/faq6.html#Bridge) --AlanCF

Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
8.1.0/24 router. --AlanCF On Dec 20, 2010 4:19 PM, "brett" wrote: > > > > I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the PC, but > > I cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle, > > "network is unreachabl

Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
der the 192.168.1.0/24 block, you'd have to either add a static route, or do ARP proxying at the OpenBSD box. > > All the IRB/CRB nonsense is just distracting. In my opinion, bridging is the most efficient way of accomplishing the task (getting acccess to the wireless network through a computer running OpenBSD) > > -- > Jon > > --AlanCF