Tuesday, September 26, 2017

Recovering GUI in windows Server 2012R2 and .Net Framework feature dependency in windows server 2012/2012 R2


HPE Aruba Mobility Controller Besic Setup







Using CLI 


(Aruba) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
 
(Aruba) (config) #ip dhcp pool Guest-User
(Aruba) (config-dhcp)#network 10.10.10.0 255.255.255.0
(Aruba) (config-dhcp)#default-router 10.10.10.1
(Aruba) (config-dhcp)#dns-server 10.10.50.1
(Aruba) (config-dhcp)#exit
(Aruba) (config) #service dhcp    //This command enables the DHCP service on the controller
(Aruba) (config) #end
(Aruba) #

(Aruba) #show ip dhcp database

DHCP enabled

# v-20
subnet 192.168.20.0 netmask 255.255.255.0 {
        option domain-name "10.30.156.130";
        option vendor-class-identifier  "ArubaAP";
        option vendor-encapsulated-options  "10.30.156.140";
        option domain-name-servers 10.30.156.140;
        option routers 192.168.20.1;
        range 192.168.20.2 192.168.20.254;
        authoritative;
}
# Guest-User
subnet 10.10.10.0 netmask 255.255.255.0 {
        option vendor-class-identifier  "ArubaAP";
        option vendor-encapsulated-options  "10.30.156.140";
        option domain-name-servers 10.10.50.1;
        option routers 10.10.10.1;
        range 10.10.10.2 10.10.10.254;
        authoritative;