Jump to content

destrat18

Members
  • Posts

    2
  • Joined

  • Last visited

  1. yeah. i consider all of these problems and i forgot about whole thing. thanks for your replay
  2. hi every body! in last two days, i have been trying to make my orange pi zero board to hotspot device. i follow instruction at armbian documentation and it's work fine. but i want more than a simple bridge network. in order to use nginx to show my website to connected devices, i need to set ip to connected devices. i used both of isc-dhcp-server and dnsmesq, but it failed every time a device want to connect to board. dnsmasq config: interface=lo,wlan0 no-dhcp-interface=lo dhcp-range=192.168.8.20,192.168.8.254,255.255.255.0,12h interface config auto lo iface lo inet loopback iface eth0 inet dhcp auto wlan0 iface wlan0 inet static hostapd /etc/hostapd.conf address 192.168.8.1 netmask 255.255.255.0 i did not change hostapd.conf any help? am i missing something? thank a lot.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines