Re: how to Bridging with a wireless NIC

2016-02-26 Thread Mihai Popescu
Tuyosi Takesima, what exactly are you trying to do? Is access to internet for that video appliance all that you need? Why do you insist to obtain an IP from that wireless AP and not OpenBSD machine? I think you are mixing OpenBSD and Linux configurations. Take your time and say what you want

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stuart Henderson
On 2016-02-25, Stefan Sperling wrote: > On Tue, Feb 23, 2016 at 08:07:31PM +0900, Tuyosi Takesima wrote: >> auto wlan0 >> iface wlan0 inet dhcp >> wpa-ssid URoad-9BF >> wpa-ap-scan 1 >> wpa-key-mgmt WPA-PSK >> wpa-psk 4955 > >> # iw wlan0 info >> command failed: No such device

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stefan Sperling
On Fri, Feb 26, 2016 at 05:15:19AM +0900, Tuyosi Takesima wrote: > TV get 192.168.0.10 >gateway adress 192.168.0.1 >dns8.8.8.8 > > how to rerite pf.conf inorder to access TV from 192.168.10.0/24 ? You could try using rdr-to. Something like this might work: pass in

how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
thanks for Stefan's good idvice . i add 3)too common , only dhcpd & pf (no bridge) internet-router:192.168.1.1--FON192.168.10.1...wifi...rum0[openbsd]axe0---TV /etc/hostname.rum0 nwid MyPlace wpakey 70810 dhcp /etc/hostname.axe0 inet 192.168.0.1 255.255.255.0 /etc/dhcpd.interfaces

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stefan Sperling
On Tue, Feb 23, 2016 at 08:07:31PM +0900, Tuyosi Takesima wrote: > auto wlan0 > iface wlan0 inet dhcp > wpa-ssid URoad-9BF > wpa-ap-scan 1 > wpa-key-mgmt WPA-PSK > wpa-psk 4955 > # iw wlan0 info > command failed: No such device (-19) I don't understand how iw can fail like this if you have wlan0

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
i try openbsd . 1) too common way( wired-wired bridge) internet--router:192.168.1.1--em0[openbsd]axe0---TV /etc/hostname.em0 dhcp /etc/hostname.axe0 up /etc/hostname.bridge0 add em0 add axe0 up TV address 192.168.1.250 gateway 192.168.1.1 dns 192.168.1.1 2) wifi bridging is hard

how to Bridging with a wireless NIC

2016-02-23 Thread Tuyosi Takesima
hi,all i write my home work the latter part . first i rewite /etc/network/interfaces -- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255 auto wlan0 iface wlan0 inet dhcp wpa-ssid

Re: how to Bridging with a wireless NIC

2016-02-21 Thread Stefan Sperling
On Sun, Feb 21, 2016 at 11:50:05PM +0900, Tuyosi Takesima wrote: > then debiandog get address 192.168.100.104 (not 192.168.0.X) > > this is very simple method. > so , there is posiibility of ethenet converter on OpenBSD > > my bed room has no lan cable . > and the video recorder has no wifi ,

Re: how to Bridging with a wireless NIC

2016-02-21 Thread Tuyosi Takesima
Hi all . my final goal is openbsd . the prementary step is on Linux. tool is only dynmasq and bridge schima is next - wifi router 192.168.100.254 . wifi . wlan0:192.168.100.103 raspberry pi (minibian , a kind of debian ) eth0;192.168.0.1 | | eth0 Debiandog

Re: how to Bridging with a wireless NIC

2016-02-17 Thread Adam Van Ymeren
On Wed, Feb 17, 2016 at 12:39 PM, Stefan Sperling wrote: > On Wed, Feb 17, 2016 at 10:54:54AM +0900, Tuyosi Takesima wrote: >> wifi router >> 192.168.100.254 >> | >> |wireless >> | >> rum0:dhcpcd > > This kind of bridge between two wireless devices requires support for > the WDS

Re: how to Bridging with a wireless NIC

2016-02-17 Thread Stefan Sperling
On Wed, Feb 17, 2016 at 10:54:54AM +0900, Tuyosi Takesima wrote: > wifi router > 192.168.100.254 > | > |wireless > | > rum0:dhcpcd This kind of bridge between two wireless devices requires support for the WDS ("wireless distribution system") extension for both the wifi router and rum0.

Re: how to Bridging with a wireless NIC

2016-02-16 Thread Tuyosi Takesima
i follow your advice . the resul is --- # ifconfig -a lo0: flags=8049 mtu 32768 priority: 0 groups: lo inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 re0:

Re: how to Bridging with a wireless NIC

2016-02-16 Thread Adam Van Ymeren
On Tue, Feb 16, 2016 at 8:54 PM, Tuyosi Takesima wrote: > hi all , > > > my room has no wired lan cord . > > my situation is > > internet > | > wifi router > 192.168.100.254 > | > |wireless > | > rum0:dhcpcd > openbsd > re0 > | > |wired LAN > | > video recorder > > my

how to Bridging with a wireless NIC

2016-02-16 Thread Tuyosi Takesima
hi all , my room has no wired lan cord . my situation is internet | wifi router 192.168.100.254 | |wireless | rum0:dhcpcd openbsd re0 | |wired LAN | video recorder my intension is that video recorder recieves address from wifi router ( ***not from openbsd***) debian linux has