Need help
I have a raspberry pi 3 b+ (vendo) running as internet provider and im planning to add my moddlebox on it.
Vendo already have 10.0.0.1 as IP address and i would like to try moodlebox on 10.0.0.2
I'm planning to change moodlebox's wlan0 and eth0 fixed to 10.0.0.2 and turn off all dhcp.
What codes should i put and how? thanks

  • You have to change the IP address in the following files:

    • /etc/hosts
    • /etc/dhcpcd.conf
    • /etc/hostapd/hostapd.conf
    • /etc/nodogsplash/nodogsplash.conf(only when next version is released)

    That should do it.

    Edit: don't forget to reboot.

You have to change the IP address in the following files:

  • /etc/hosts
  • /etc/dhcpcd.conf
  • /etc/hostapd/hostapd.conf
  • /etc/nodogsplash/nodogsplash.conf(only when next version is released)

That should do it.

Edit: don't forget to reboot.