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.



---

Comments

Popular posts from this blog

Setup mail server with ldap authentication in docker

Fedora 19 with kernel 3.10 fail to install vmplayer module.

How to allow non root user to execute hping command ?