Changes

552 bytes added ,  17:42, 3 August 2023
no edit summary
Line 9: Line 9:  
'''Prerequisites:'''
 
'''Prerequisites:'''
   −
·       Any Rut or TRB device
+
* Any Rut or TRB device.
 
+
* Ubuntu VM to host OpenSSH server.
·       Ubuntu Linux machine to host OpenSSH server
+
* VirtualBox or VMware to install the Ubuntu VM
 
  −
·       Virtual box or VMware to install the Ubuntu Linux machine
      
We will be testing this feature over local network '''192.168.0.0/24'''. For you, if you want to test it over '''WAN''', your SSH Server machine needs to be accessible via '''Public IP or Hostname''' over the WAN network.
 
We will be testing this feature over local network '''192.168.0.0/24'''. For you, if you want to test it over '''WAN''', your SSH Server machine needs to be accessible via '''Public IP or Hostname''' over the WAN network.
    
== Configuration Scheme ==
 
== Configuration Scheme ==
 +
[[File:Networking rutx configuration example sshfs configuration Scheme v1.png|border|class=tlt-border|530x530px]]
      −
[[File:ConfigurationScheme.png|center|thumb|644x644px]]In the picture, configuration scheme of this example has been displayed. RUT device is connected to the Ubuntu VM machine, which is connected locally to the router.
+
In the picture, configuration scheme of this example has been displayed. RUT device is connected to the Ubuntu VM machine locally.
    
== Ubuntu VM Installation and Configuration ==
 
== Ubuntu VM Installation and Configuration ==
Line 27: Line 26:  
1.     Get the Ubuntu Linux OS Desktop image from [https://ubuntu.com/download here]
 
1.     Get the Ubuntu Linux OS Desktop image from [https://ubuntu.com/download here]
   −
2.     Install the image in the virtual box application. Make sure to Ubuntu machine is perfectly running and put the machine in the same network as that of the router. For this, go to network settings option of the virtual machine and select Bridged Adapter and select the same adapter to which your Teltonika router is connected.
+
2.     Install the image in the virtual box application. Make sure that Ubuntu machine is perfectly running and put the machine in the same network as that of the router. For this, go to network settings option of the virtual machine and select Bridged Adapter and select the same adapter to which your Teltonika router is connected.[[File:Networking rutx configuration example sshfs ubuntu machine bridged adapter v1.png|border|class=tlt-border|595x595px]]
[[File:BridgedAdapter.png|center|thumb|465x465px]]
+
 
3.     To verify your VM network, go to Settings-> Network option on the Ubuntu VM.
+
 
[[File:Networksettings.png|center|thumb|477x477px]]
+
 
Here you can see that over machine is in network of 192.168.0.0/24, which is same as the LAN network of the router. If VM doesn’t show router network range IP, try to turn OFF the adapter on the same settings option as above picture and then turn it ON again.
+
3.     To verify your VM network, go to Settings-> Network option on the Ubuntu VM.[[File:Networking rutx configuration example sshfs ubuntu machine network settings v1.png|border|class=tlt-border|683x683px]]
 +
 
 +
 
 +
 
 +
Here you can see that VM machine is in network of 192.168.0.0/24, which is same as the LAN network of the router. If VM doesn’t show router network range IP, try to turn OFF the adapter on the same settings option as above picture and then turn it ON again.
    
4.     Next, we need to install OpenSSH package in the Ubuntu machine. Open the terminal and issue the following commands:
 
4.     Next, we need to install OpenSSH package in the Ubuntu machine. Open the terminal and issue the following commands:
Line 44: Line 47:  
  sudo  systemctl status ssh
 
  sudo  systemctl status ssh
 
Result of the above command should be like this:
 
Result of the above command should be like this:
[[File:Sshstatus.png|center|thumb|617x617px|alt=]]
+
[[File:Networking rutx configuration example sshfs ubuntu machine sshstatus v1.png|border|class=tlt-border|868x868px]]
 +
 
 
Active (running) indicates that SSH service is fully functional and running on the machine.
 
Active (running) indicates that SSH service is fully functional and running on the machine.
   Line 54: Line 58:  
  sudo ufw status
 
  sudo ufw status
 
Result of the above command should be like this:
 
Result of the above command should be like this:
[[File:Ufw status.png|center|thumb|563x563px]]
+
 
 +
[[File:Networking rutx configuration example sshfs ubuntu machine ufw status v1.png|border|class=tlt-border|527x527px]]
 +
 
 
Above screenshot shows that two ufw rules for port 22 are active.
 
Above screenshot shows that two ufw rules for port 22 are active.
   Line 60: Line 66:  
Once Ubuntu machine is configured as above. Now, router will be configured to use SSHFS service. Make sure that router has internet connectivity because user need to download the SSHFS package over the internet. If the SSHFS package is already installed in the router, then there is no need for internet connectivity unless you are testing your setup over WAN network.
 
Once Ubuntu machine is configured as above. Now, router will be configured to use SSHFS service. Make sure that router has internet connectivity because user need to download the SSHFS package over the internet. If the SSHFS package is already installed in the router, then there is no need for internet connectivity unless you are testing your setup over WAN network.
   −
1.     Go to Services-> Package manager, install SSHFS package.
+
1.     Go to '''Services-> Package manager''', install SSHFS package.
   −
2.     Go to Services-> SSHFS page. Enable the SSHFS and configure the information as shown in the picture below:
+
2.     Go to '''Services-> SSHFS''' page. Enable the SSHFS and configure the information as shown in the picture below:[[File:Networking rutx configuration example sshfs Rut configuration v1.png|border|class=tlt-border|777x777px]]
[[File:Rut SSHFS configuration.png|center|thumb|675x675px]]After applying above configurations on the router, click on save & apply button.
+
 
 +
After applying above configurations on the router, click on save & apply button.
    
== Testing ==
 
== Testing ==
After the configuration part is completed, now it’s the time to test the setup and see if it is working as intended or not. You can test it on your router to see if the filesystem has successfully mounted or not.
+
After the configuration part is completed, now it’s the time to test the setup and see if it is working as intended or not. You can test it on your router to see if the filesystem has been successfully mounted or not.
 +
 
 +
# Go to router’s CLI and change directory to '''/mnt''' and list the contents of the directory. You will see that Ubuntu machine’s directory '''/home/ramman''' contents can be found there. <br />[[File:Networking rutx configuration example sshfs Rut Testing configuration v1.png|border|class=tlt-border|678x678px]]
 +
Here you can read, write, and modify the files over SSH. Every time, when user makes any changes in the filesystem through router, they will automatically get reflected on the Ubuntu machine.
   −
# Go to router’s CLI and change directory to /mnt and list the contents of the directory. You will see that Ubuntu machine’s directory /home/ramman contents can be found there.[[File:TestingSSHFS.png|center|thumb|735x735px]]Here you can read, write, and modify the files over SSH. Every time, when user makes any changes in the filesystem through router, they will automatically get reflected on the Ubuntu machine.
+
== See also ==
 +
[https://wiki.teltonika-networks.com/view/RUT950_SSHFS SSHFS]
 +
[[Category:Router control and monitoring]]

Navigation menu