diff --git a/config/rt_tables b/config/rt_tables new file mode 100644 index 0000000..c81cf3b --- /dev/null +++ b/config/rt_tables @@ -0,0 +1,12 @@ +# +# reserved values +# +255 local +254 main +253 default +0 unspec +2 lokinet +# +# local +# +#1 inr.ruhep diff --git a/installers/common.sh b/installers/common.sh index 2a62b6c..8600430 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -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