I try everything (put script in crontab -e (http://raspberrypi.stackexchange.com/questions/24500/eth0-interface-not-starting-on-boot)
put post-up in interfaces, update & upgrade), But nothing solved. When my internet down my raspbx down net too. I have others Rpi with raspbian and this does not happen
root@neuberfran:~# uname -a
Linux neuberfran.dynalias.net 4.4.19-v7+ #906 SMP Tue Aug 23 15:53:06 BST 2016 armv7l GNU/Linux
Hi guys,
I try everything (put script in crontab -e (http://raspberrypi.stackexchange.com/questions/24500/eth0-interface-not-starting-on-boot)
put post-up in interfaces, update & upgrade), But nothing solved. When my internet down my raspbx down net too. I have others Rpi with raspbian and this does not happen
root@neuberfran:~# uname -a
Linux neuberfran.dynalias.net 4.4.19-v7+ #906 SMP Tue Aug 23 15:53:06 BST 2016 armv7l GNU/Linux
nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.999
netmask 255.255.255.0
network 192.168.1.1
gateway 192.168.1.1
post-down /scripts/netup.sh
root@neuberfran:~# cat /etc/*-release
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Please help me
Last edit: neuber jose de sousa 2016-11-19