Reply To: Accesspoint issues

Max2Play Home Forums Max2Play Add-ons Accesspoint issues Reply To: Accesspoint issues

16. Januar 2016 at 23:52 #17949

Hi Alex:

I think I found the answer, please try the following:

   cd /tmp
   wget https://www.dropbox.com/s/we0d928vfddovia/interfaces.192.168.1.0
   sudo cp /etc/network/interfaces /etc/network/interfaces.orig
   sudo cp interfaces.192.168.1.0 /etc/network/interfaces
   sudo chown root:root /etc/network/interfaces
   sudo chmod 666  /etc/network/interfaces

Then reboot. If it works I’ll follow with an explanation.