Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Wifi/DHCP server from Rpi3 ?

cvigier
2016-06-09
2016-06-10
  • cvigier - 2016-06-09

    Hi everybody,

    I just want to enable a wifi dhcp server access from the Rpi3 to have webvisu on any wireless device. I did it on Rpi 2b+ , but on the third version .... no success.

    May be I should say that I'm a newbie on Linux/Rpi !

    Huge Thanks to Helpers.

     
  • cvigier - 2016-06-09

    I'm in exactly... I'll give report tomorrow

    Thanks

     
  • cvigier - 2016-06-10

    Nice, works after modifying "/etc/dnsmasq.conf" like this (# before lines):

    interface=wlan0 # Use interface wlan0
    listen-address=172.24.1.1 # Explicitly specify the address to listen on
    #bind-interfaces # Bind to the interface to make sure we aren't sending things elsewhere
    server=8.8.8.8 # Forward DNS requests to Google DNS
    #domain-needed # Don't forward short names
    #bogus-priv # Never forward addresses in the non-routed address spaces.
    dhcp-range=172.24.1.50,172.24.1.150,12h # Assign IP addresses between 172.24.1.50 and 172.24.1.150 with a 12 hour lease time

     

Log in to post a comment.