CONVERTING 1852 AP TO MOBILITY EXPRESS Get your work done easily, watch the video for this process: CLICK HERE FOR VIDEO Pre requisites: 1.1852 AP 2.Mobilty express image 3.Mobility express update image 4.TFTP server 5.DHCP server Procedure: Step-1: Connect the 1852 AP in network which have DHCP server. Your PC should be in same network and reachability should be there. (between PC and AP) Step-2: Install the ME image Open the tftp server and start it. Keep the Mobility express image (30MB) in TFTP-Root directory. go to AP console and issue the below commands: logging console disable //optional prevents from bothering up with console logging messages debug capwap console cli ap-type mobility-express tftp://x.x.x.x/<image>.tar With the above commands, We have downloaded the ME image into the AP. It Will automatically reboots waits until it does! Wait 10 - 15 M...
SSL VPN IN FORTINET 5.2.4 or higher Watching is more Fun than reading... Click the link above!! To configure SSL VPN in Any fortinet firewalls having OS 5.2.4 or higher follow this procedure (it might work for lower versions also, i didn't tested :) ) Note: In Fortinet, by default we get SSL_VPN_TUNNEL_ADD for SSL VPN Users., In this tutorial i have configured the remote users subnet as SSL_USERS_Subnet so wherever i have used this group you use your SSL subnet group. 1. Go to User & Device: add a new local user. 2. Go to user groups and a new group for SSL users and add the users created in step 1 in this group. 3.Go to Policy & Object...
What is DHCP and DNS ?? DHCP: Dynamic Host Control Protocol It's a protocol used to assign IP addresses dynamically instead of assigning static ip's to each. The process involves a process called DORA process. D - Discover O - Offer R - Request A - Acknowledgement D - Discover: Host (PC, printer, laptop, Access systems..etc, IOT) sends a UDP broadcast to the server. Packet from Host --> server O - Offer: The server offers a Unique IP address to the host in response to the Broadcast. Packet from server --> Host R - Request: The host requests for the IP address offered by the server. Packet from Host --> server A - Acknowledgement: The server sends a acknowledgement packet along with details of IP address, Subnet mask, gateway, Dns server1 and Dns server 2. Packet from Server --> Host DNS: Domain Name Server. As we humans are uniquely identified by our names, Every web...