Create rc_tables with lokinet and add to installer to mv from config dir to /etc/iproute2/

pull/16/head
necro-nemesis 6 years ago
parent c3475d1b1c
commit bb34ad094e

@ -0,0 +1,12 @@
#
# reserved values
#
255 local
254 main
253 default
0 unspec
2 lokinet
#
# local
#
#1 inr.ruhep

@ -196,6 +196,8 @@ function default_configuration() {
sudo mv $webroot_dir/config/hostapd.conf /etc/hostapd/hostapd.conf || install_error "Unable to move hostapd configuration file"
sudo mv $webroot_dir/config/dnsmasq.conf /etc/dnsmasq.conf || install_error "Unable to move dnsmasq configuration file"
sudo mv $webroot_dir/config/dhcpcd.conf /etc/dhcpcd.conf || install_error "Unable to move dhcpcd configuration file"
sudo mv $webroot_dir/config/rt_tables /etc/iproute2/ || install_error "Unable to move dhcpcd configuration file"
# LokiPAP Batch file relocation and permissions in user loki-network directory

Loading…
Cancel
Save