Radius and WIndows Mount Folder
In Linux , if we need to troubleshoot Radius connect , we will need radtest. We can get this tool but install freeradius2-util package.
The usage of radtest :
radtest ldapuser ldapuser-password localhost 2 testing123
ldapuser : Radius User name
ldapuser-password : Radius User Password
localhost : IP or host name of the radius server , you can specific the port number by adding :portnumber behind.
2 : Port number use to connect the radius server. Any integer would do.
testing123 : Radius client share password
*
In Windows , if you would like to mount a folder or path as driver letter, you can use the command : subst
subst e: c:\imagefdr
e: : Driver letter
c:\imagefdr : Path
Use command subst e: /D to remove the mount drive letter e.
---
The usage of radtest :
radtest ldapuser ldapuser-password localhost 2 testing123
ldapuser : Radius User name
ldapuser-password : Radius User Password
localhost : IP or host name of the radius server , you can specific the port number by adding :portnumber behind.
2 : Port number use to connect the radius server. Any integer would do.
testing123 : Radius client share password
*
In Windows , if you would like to mount a folder or path as driver letter, you can use the command : subst
subst e: c:\imagefdr
e: : Driver letter
c:\imagefdr : Path
Use command subst e: /D to remove the mount drive letter e.
---
Comments
Post a Comment
Feel free to leave your question or comment here, we will reply you as soon as possible.