You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
601 B

  1. # Defaults from Raspberry Pi configuration
  2. hostname
  3. clientid
  4. persistent
  5. option rapid_commit
  6. option domain_name_servers, domain_name, domain_search, host_name
  7. option classless_static_routes
  8. option ntp_servers
  9. require dhcp_server_identifier
  10. slaac private
  11. nohook lookup-hostname
  12. #denyinterfaces eth0 wlan0 #BRIDGED
  13. # RaspAP br0 configuration
  14. interface br0
  15. # RaspAP wlan0 configuration
  16. interface wlan0
  17. static ip_address=10.3.141.1/24
  18. static routers=10.3.141.1
  19. static domain_name_server=9.9.9.9 1.1.1.1
  20. # RaspAP uap0 configuration
  21. interface uap0
  22. static ip_address=192.168.50.1/24
  23. nohook wpa_supplicant