Skip to main content

Posts

Radio Level Load Balancing in Ruckus

If Client Load balancing is not working as expected in AP Level , Band Level, SSID Level Load Balancing, you still can configure Radio Level Load Balancing in you Ruckus Zone Director Controller for your APs. It is simple to do this. Login to the ZoneDirector with Command Line and go to Global Configuration Mode. Enter to Load-Balancing Mode and enable the Radio Level Load-Balancing. It is disable by default. Use wifi 0 for 2.4GHz and wifi 1 for 5GHz. You may adjust threshold level if you wish to. Check the below picture for your reference. Here I show with Ruckus Zone Director 1106 and AP R710. Zone Director Firmware is 9.8.2.0 build 27. Have a good time. (Be knowledgeable, pass it on then)

Checking SNMP Community String in Cisco ASA Firewall

Normally you will see only asterisk when you are checking SNMP community string in your ASA firewall as below. To uncover the string, you can use below command. ciscoasa# more system:running-configuration So that you can check your SNMP Community String and can do some other task which related with SNMP. This is useful for checking your ASA Firewall which setup by other Engineer or the time you forgot your string. This command not only for SNMP Community String but also for ntp pre-shared-key , vpn pre-shared-key, etc. Have a good time. (Be knowledgeable, pass it on then)

How to install third party SSL Certificate for VMware Horizon View?

Today I would like to share how to install third party SSL certificate for VMware View. To do this, you need to create CSR request.inf and save it on your Security Server. You may copy, edit and save the details from following sample as your csr_request.inf file. ;----------------- request.inf ----------------- [Version] Signature= $Windows NT$ [NewRequest] Subject = "CN= vmview.test.com , OU= IT , O= ICT for Myanmar , L= Yangon , S= Yangon , C= Myanmar "  ; replace attributes in this line using example below KeySpec = 1 KeyLength = 2048 ; Can be 2048, 4096, 8192, or 16384. ; Larger key sizes are more secure, but have ; a greater impact on performance. Exportable = TRUE FriendlyName = vdm MachineKeySet = TRUE SMIME = False PrivateKeyArchive = FALSE UserProtected = FALSE UseExistingKeySet = FALSE ProviderName = Microsoft RSA SChannel Cryptographic Provider ProviderType = 12 RequestType = PKCS10 KeyUsage = 0xa0 [EnhancedKeyUsageExtension] OID=1.3.6.1.5.5.7.3.1 ; this is...

Resolving Synology NAS unable to display Child Domain issue

You will encounter you Synology NAS unable to display the Domain or Child Domain after you update it's firmware. Below is how to resolve this kind of issue based on my experience. Login with Root account into your Synology by using one of terminal program. Key in  " net ads info -S " Command  and enter to check the server time sync. If you see "Failed to get server's current time!" error as below picture, keyin " synowin -updateDomain " command and enter. After that re-join domain your Synology by using GUI mode and follow the below steps. If you want to re-join domain first and try, just need to proceed below steps too. Key in " net ads auth -P -S " command and enter to test your system account that you used when joining domain. If you do not see "Logon Server error, key in  " net ads auth -P -S " command and enter. Check DNS setting of your DC by keying in " net lookup dc " command an...

Why do we need network virtualization?

We need to think about Server Virtualization first if we want to talk about Network Virtualization. In the era of cloud computing, servers are virtualized and used in Data Centers. We are facing a lot of problem when we virtualized our Servers, 1) Routing and Switching Problem Routing become the issue when we create Virtual Switch and VLANs according to production requirement. Network Team might need some time to change on their end to meet with Server Virtualization Team changes on their end. ၂) Firewall Services Physical Firewall are difficult to manage due to the large number of rules needed to satisfy business requirements. New applications, new projects, and new networks all come with potential security requirements, which impact centralized firewall management. ၃) Load Balancing Let's say your company deploys a new physical load balancer for each tenant, resulting in increased capital expenditures. Once a tenant reaches their maximum capacity, it ca...

Resolving Cisco VPN Client 412 Error

You can get below VPN Client Error at user side sometime. Reason 412:The remote peer is no longer responding. You would see a lot of resolving method on Internet for user side. But the above error is not from User side. It is come out from your Network (Firewall, IPS, Server) actually. The error mentioned that client couldn't get DHCP, Default Gateway and DNS setting from your Network when they are requesting. For example, Dynamic Host Configuration Protocol Filter has been blocked from IPS in my network actually. After I permit this filter, all my VPN Client able to connect VPN Connection successfully. So, you should look at your IPS or Firewall that could filter DHCP Request if you also facing this kind of issue. Have a good time. (Be knowledgeable, pass it on then)

Fixing IP address already assigned to another adapter error in VMware

Sometime, you could see below error when you need to modify or add IP address on existing network adapter of your VM. According to VMware support this error can occur also if - You have upgraded VMware virtual network adapters (for example, when you migrate a virtual machine from an older to a new version of VMware software). - You have added and removed network adapters multiple times. - You may see this if you recently performed a P2V and the resulting virtual machine still has the physical NICs and drivers for those NICs present. These ghost NICs have the old IP address and the virtual NIC cannot be assigned the same IP address. This issue occurs if a network adapter with the same IP address is in the Windows registry but is hidden in the Device Manager (My Computer > Properties > Hardware > Device Manager). This hidden adapter is called a ghosted network adapter. Using the Show hidden devices option in the Device Manager (View > Show hidden devices) does not ...