|
Edited by miha at 2015-12-16 22:28
Hi,
'up' does not work either, fails also executing script.
However, script is executed if it is called from interfaces-file like this:
- auto eth0
- iface eth0 inet static
- address 192.168.255.15
- netmask 255.255.255.0
- gateway 192.168.255.1
- pre-up /usr/local/sbin/fix.sh &
Copy code
Under wlan0-section, does not work
Under eth0-section, works.
Maybe script needs to be called before wpa-lines, don't know.
-miha
|
|