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
>        dns            8.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 on egress proto tcp from any to any port 22 \
           rdr-to 192.168.0.10 port 22

Perhaps your TV needs different ports than 22.
This is just an example.

> i do not understand hostapd any .

You don't need hostapd. It implements IAAP (inter-access point
protocol). It's used when connecting multiple APs via cable.
But you only have 1 AP.

Reply via email to