Reference Guide
...
TACACS+ Access Manager
MSCHAPv2 RADIUS Configuration
Single Connect GUI Configurations
2min
The System admin should make the following configurations:
- Establish an SSH connection to Single Connect as pamuser user.
- Switch over to the root account using the command: sudo su
- Open the /etc/hosts file using the command: vi/etc/hosts
- Add the following line to the top of the list if there is no similar entry:
Hostname/Domain
- Open the /etc/sysconfig/network-scripts/ifcfg-ens192 file with the command: vi /etc/sysconfig/network-scripts/ifcfg-ens192
- Make sure that Primary DNS (DNS1) is the Active Directory host IP in that file.
- The interface name (ens192) may be different on your system, please check the correct interface configuration file.
- Restart the network service with the command: systemctl restart network
- The NTP servers should be changed. Open the chrony config file with the command: vi /etc/chrony.conf
- Edit the configurations in the config file according to the information given below: server time.google.com iburst server time2.google.com iburst server time3.google.com iburst server time4.google.com iburst
NTP Config
- Execute the commands: systemctl enable chronyd && systemctl restart chronyd timedatectl set-ntp true