This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
virtualisation:file-server [2018/02/26 13:36] – buettner | virtualisation:file-server [2022/02/16 10:50] (current) – schmitt | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | This Article describes how to install a file server on the NB2800 router. | + | This Article describes how to install a file server on NetModule Routers. Most but not all routers support LXC-Containers, |
- | If you need instructions on how to set up a LXC Container on NB2800 Routers, you can refer to this page: [[http:// | ||
- | In this setup, | + | This setup contains the installation and configuration of the vsftpd FTP server, the Net2FTP web frontend for vsftpd, and Samba shares. In addition, a way is shown to transfer files from an USB stick to your container: |
==== 1) Preparations ==== | ==== 1) Preparations ==== | ||
- | The first step you should take is to give your router a static IP adress. For this, use | ||
- | < | ||
- | nano / | ||
- | </ | ||
- | and set up a static IP configuration for your primary interface. In this example, the configuration for the eth0 interface looks like this: | ||
- | < | ||
- | auto eth0 | ||
- | iface eth0 inet static | ||
- | address 192.168.1.50 | ||
- | netmask 255.255.255.0 | ||
- | network 192.168.1.0 | ||
- | broadcast 192.168.1.255 | ||
- | gateway 192.168.1.105 | ||
- | dns-nameservers 192.168.1.105 | ||
- | </ | ||
- | After that, use | + | The first step you should take is to use |
< | < | ||
apt-get update | apt-get update | ||
Line 40: | Line 24: | ||
Now enter the IP address and the domain name you want it linked to and click " | Now enter the IP address and the domain name you want it linked to and click " | ||
- | {{ : | + | {{ : |
After this, your configuration should look like this: | After this, your configuration should look like this: | ||
- | {{ : | + | {{ : |
Now you can access the file server with both its IP address a its local domain name. | Now you can access the file server with both its IP address a its local domain name. | ||
Line 88: | Line 72: | ||
</ | </ | ||
to create a pair of keys. In this configuration, | to create a pair of keys. In this configuration, | ||
+ | |||
+ | < | ||
+ | root@LXC_MEDIA: | ||
+ | Generating a 2048 bit RSA private key | ||
+ | ...........................................................................+++ | ||
+ | ............................................+++ | ||
+ | writing new private key to '/ | ||
+ | ----- | ||
+ | You are about to be asked to enter information that will be incorporated | ||
+ | into your certificate request. | ||
+ | What you are about to enter is what is called a Distinguished Name or a DN. | ||
+ | There are quite a few fields but you can leave some blank | ||
+ | For some fields there will be a default value, | ||
+ | If you enter ' | ||
+ | ----- | ||
+ | Country Name (2 letter code) [AU]:DE | ||
+ | State or Province Name (full name) [Some-State]: | ||
+ | Locality Name (eg, city) []:Eschborn | ||
+ | Organization Name (eg, company) [Internet Widgits Pty Ltd]: | ||
+ | Organizational Unit Name (eg, section) []:Test | ||
+ | Common Name (e.g. server FQDN or YOUR name) []: | ||
+ | Email Address []: | ||
+ | root@LXC_MEDIA: | ||
+ | </ | ||
+ | |||
+ | While the certificates are created, you can answer every question as you wish, but be aware that at " | ||
+ | |||
The main configuration of vsftpd is made in the / | The main configuration of vsftpd is made in the / | ||
Line 95: | Line 106: | ||
local_root=/ | local_root=/ | ||
allow_writeable_chroot=YES | allow_writeable_chroot=YES | ||
- | force_ssl_enable=YES | + | #force_ssl_enable=YES |
force_local_data_ssl=YES | force_local_data_ssl=YES | ||
force_local_logins_ssl=YES | force_local_logins_ssl=YES | ||
Line 126: | Line 137: | ||
[[https:// | [[https:// | ||
- | First, you have to download the Software from this [[https:// | + | First, you have to download the Software from this [[https:// |
In the next step, you have to install a web server and PHP in your container: | In the next step, you have to install a web server and PHP in your container: | ||
Line 136: | Line 147: | ||
After this, upload your downloaded and renamed folder to your web servers default location (e.g. / | After this, upload your downloaded and renamed folder to your web servers default location (e.g. / | ||
- | You also have to change the rigths | + | You also have to change the rights |
< | < | ||
chmod 777 temp | chmod 777 temp | ||
Line 289: | Line 300: | ||
to restart the samba server. | to restart the samba server. | ||
- | To add the shared folders to your Windows machine, go to "This PC" and click on "Add a network location" | + | To add the shared folders to your Windows machine, go to "This PC (Arbeitsplatz)" and click on "Add a network location |
{{ : | {{ : | ||
+ | |||
+ | In the next window, click on " | ||
{{ : | {{ : | ||
+ | |||
+ | Now enter the address of your shared folder in the form " | ||
{{ : | {{ : | ||
+ | |||
+ | In the next window, enter a name for your shared folder. | ||
{{ : | {{ : | ||
+ | |||
+ | Now click on " | ||
{{ : | {{ : | ||
+ | |||
{{ : | {{ : | ||
+ | |||
==== 5) transfer files with an USB Stick ==== | ==== 5) transfer files with an USB Stick ==== | ||
- | :!: In der NB2800-UI zunächst die USB-Funktion aktivieren: | ||
- | Interfaces - USB - Administration - enabled | ||
- | -" | ||
- | -hier sollte man sich die autorun.key-Datei herunterladen. Diese enthält den Hash-Wert des Passworts, mit dem man sich auf dem Router angemeldet hat; sie ist also notwendig, um den Besitzer des USB-Sticks als zum Ausführen von Aktionen berechtigt zu identifizieren. | ||
- | :!: Diese autorun.key-Datei muss zusammen mit einer autorun.sh-Datei auf dem USB-Stick gespeichert werden. | + | The next possibelity to copy files to your router is by using an USB Stick. |
+ | For this, go to Interfaces | ||
+ | {{ : | ||
- | :!: FAT16 oder FAT32 | + | Next, go to " |
+ | {{ :virtualisation:usb_2.png? | ||
+ | This file contains the hash values of the password the user uses to login to the router. So this file is necessary automatically run actions with root level access. | ||
+ | |||
+ | In the next step you have to create the " | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | In this example, files located in folders on the stick (Video-trans, | ||
- | -Dateien auf dem Stick werden auf den Router kopiert wobei existente Dateien ignoriert werden. | ||
< | < | ||
rsync -arv --ignore-existing / | rsync -arv --ignore-existing / | ||
rsync -arv --ignore-existing / | rsync -arv --ignore-existing / | ||
rsync -arv --ignore-existing / | rsync -arv --ignore-existing / | ||
- | |||
</ | </ | ||
- | -Die Ordnerinhalte auf dem Router werden 1:1 mit den Ordnern auf dem Stick synchronisiert. D.h. wenn eine Datei auf dem Stick gelöscht wird wird sie auch auf dem Router glöscht usw. | + | In the second example, all files in the container will be replaced by the files stored on the USB stick. You will get an one-to-one copy of your USB stick: |
< | < | ||
rsync -arv --delete / | rsync -arv --delete / | ||
Line 321: | Line 346: | ||
rsync -arv --delete / | rsync -arv --delete / | ||
</ | </ | ||
+ | |||
+ | Now format an USB stick to the FAT16 oder FAT32 file format. Copy to it the " | ||
+ | < | ||
+ | / | ||
+ | drw-r--r-- | ||
+ | drw-r--r-- | ||
+ | drw-r--r-- | ||
+ | drw-r--r-- | ||
+ | -rw-r--r-- | ||
+ | -rw-r--r-- | ||
+ | |||
+ | </ | ||
+ | |||
+ | If you now plug in the stick into the router, the stick is mounted to the file system and all tasks from the " | ||
+ | |||
+ |