Difference between revisions of "Mesh/OpenWRT"

211 bytes removed ,  00:38, 18 May 2013
Line 62: Line 62:
== Operating Systems: TFTP clients ==
== Operating Systems: TFTP clients ==


=== Windows 7/Server 2008 ===
=== Debian or debian-based systems (e.g. Ubuntu and Mint) ===
 
Install tftp client:


TFTP is disabled by default. In '''Control Panel > Programs and Features''', click on '''Turn Windows features on or off''', find '''TFTP Client''' and tick the box. You should now be able to use TFTP from the command prompt
sudo apt-get install tftp


=== GNU/Linux ===
=== Other GNU/Linux systems ===
using whatever your Linux distribution's package management might be, you need to check for the presence of a tftp client, and if necessary, install that package. Instructions for xUbuntu/Linux Mint (xUbuntu means any Ubuntu based distribution, including Kubuntu, Xubuntu, etc. Instructions for Debian may be similar, but are not yet tested).


=== Debian or debian-based systems (e.g. Ubuntu and Mint) ===
Using whatever your Linux distribution's package management might be, search for an install the tftp client package.  


Install tftp client:
=== Windows 7/Server 2008 ===


sudo apt-get install tftp
TFTP is disabled by default. In '''Control Panel > Programs and Features''', click on '''Turn Windows features on or off''', find '''TFTP Client''' and tick the box. You should now be able to use TFTP from the command prompt


== Enabling TFTP on various routers ==  
== Enabling TFTP on various routers ==