Linksys AC Series Router Configuration Tips for OpenWRT: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,411: Line 1,411:
Solution?  Add the following lines to the /etc/init.d/dhcpd startup script to solve the above mentioned issue, plus some optional stuff;<syntaxhighlight lang="text">
Solution?  Add the following lines to the /etc/init.d/dhcpd startup script to solve the above mentioned issue, plus some optional stuff;<syntaxhighlight lang="text">
# In the start_service() section after this line: config_file="/etc/dhcpd.conf"
# In the start_service() section after this line: config_file="/etc/dhcpd.conf"
# Add these two lines;
# Add these two lines (completely option, not necessary);


echo -n $"Starting ISC-DHCPD with /etc/dhcpd.conf file"
echo -n $"Starting ISC-DHCPD with /etc/dhcpd.conf file"
Line 1,434: Line 1,434:
/etc/init.d/dhcpd enabled && /etc/init.d/dhcpd stop && /etc/init.d/dhcpd start  
/etc/init.d/dhcpd enabled && /etc/init.d/dhcpd stop && /etc/init.d/dhcpd start  
</syntaxhighlight>Adding the following to the /etc/rc.local file may be necessary too, when restarting the router: /etc/init.d/dhcpd enabled && /etc/init.d/dhcpd stop && /etc/init.d/dhcpd start
</syntaxhighlight>Adding the following to the /etc/rc.local file may be necessary too, when restarting the router: /etc/init.d/dhcpd enabled && /etc/init.d/dhcpd stop && /etc/init.d/dhcpd start
==WINS (Windows Internet Naming Service)==
{{:OpenWRT_WINS_with_Samba}}


===PPTP (Point to Point Tunneling Protocol) for Clients===
===PPTP (Point to Point Tunneling Protocol) for Clients===