network reload

Posted by LeanMeSilly 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
network reload
December 16, 2016 04:06PM
I read everywhere it says use
/etc/init.d/network to reload

[alarm@alarmpi ~]$ /etc/init.d/network reload
-bash: /etc/init.d/network: No such file or directory

but tells me to sindle, as it been moved in 1.1?
Re: network reload
December 20, 2016 04:32PM
/etc/init.d/network reload
is specific to OpenWRT.

On Debian-based distros for the RPi you can use
service networking restart
or
/etc/init.d/networking restart

Ubuntuhak, playing and tinkering with Ubuntu!
Re: network reload
December 23, 2016 01:02PM
Nargren Wrote:
-------------------------------------------------------
> > /etc/init.d/network reload
>
> is specific to OpenWRT.
>
> On Debian-based distros for the RPi you can use
>
> service networking restart
>
> or
>
> /etc/init.d/networking restart
>


Thanks that will be very helpful as I wanted to know how to do it on another img for Pi two, thanks