Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:using-the-ap3400 [2026/02/03 12:48] – [2. Set up the access points] grayapp-notes:using-the-ap3400 [2026/03/12 10:19] (current) – [3. Additional information] gray
Line 81: Line 81:
 </konsole> </konsole>
  
-The file is then created on the computer in the directory “/tmp/” under the name “config.json”. +The file is then created on the computer in the directory ''“/tmp/”'' under the name ''“config.json”''
-Now you can modify the .json file and import it back into the AP3400.+Now you can modify the ''".json"'' file and import it back into the AP3400.
  
 How to establish an SSH connection to the AP3400 How to establish an SSH connection to the AP3400
Line 102: Line 102:
 </WRAP> </WRAP>
 ** **
- 
 ---- ----
  
 +You can now import the new configuration into the AP3400 using a second console.
  
 +<konsole>
 +:~$ curl -u root:admin -X PUT --data-binary  @/tmp/config.json 
 +-H 'Content-Type: application/json'  '192.168.1.200/restapi.lua/config'
 +</konsole>
  
-You can now import the new configuration into the AP3400 using a second console.+This command imports the new ''".json"'' file back into the access point. It is very important that the certificates are not overwritten during this process and remain empty. Otherwise, you would lock yourself out of the system and would no longer be able to log in.
  
 +To fix this, you will need the first console for the AP3400. Use the ''“passwd”'' command to reset the password in the router, and you will then be able to log in normally again.
  
 +<konsole>
 +root@AP3400:~# passwd 
 +Changing password for root
 +New password: 
 +Retype password: 
 +passwd: password for root changed by root
 +root@AP3400:~# 
  
 +</konsole>
  
 +If you closed the console before making the change, you must first reset the router to its factory settings and start the whole process again.
  
----- 
  
 +----
  
  
 ===== - Additional information ===== ===== - Additional information =====
  
- * Webpage AP3400 [[https://www.netmodule.com/de/support/portfolio-changes/access-point|Webpage AP3400]]+ * Webpage AP3400 [[https://www.belden.com/products/industrial-networking-cybersecurity/wireless/railway-routers/ap3400-2wax-fcc|Webpage AP3400]]
  
  * System Manual AP3400 [[https://www.netmodule.com/uploads/files/produkte/Access-Point/AP3400/AP3400_MANUAL_DE.pdf|System Manual]]  * System Manual AP3400 [[https://www.netmodule.com/uploads/files/produkte/Access-Point/AP3400/AP3400_MANUAL_DE.pdf|System Manual]]