ADMIN MESSAGES
Dear Users Mars DSL Office Shifted to Microfinance Bank Building 1st Floor, Manthar Road Opposite Attock Pump. Dears Users Kindly Submit Your Internet Dues Before 5th of This Month.
Showing posts with label Networking. Show all posts
Showing posts with label Networking. Show all posts

Thursday, 3 December 2015

How to Configure Rocket M2, Bullet M2, UBNT Step by Step Learn


It's very easy to configure Rocket M2. UBNT all devices interfaces are same and there is no problem to configure other models if you knows any one's configuration.
This video clip is made by Adeel Ahmad.

Friday, 9 October 2015

Mikrotik Loadbalancing 2 WAN 1 LAN Full Script Download Backup

First of all change the interfaces name set as Local, wlan1 and wlan2 and then open new terminal from winbox and paste bellow code there. All settings successfully done.






/ ip address
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local 
add address=10.111.0.2/24 network=10.111.0.0 broadcast=10.111.0.255 interface=wlan2
add address=10.112.0.2/24 network=10.112.0.0 broadcast=10.112.0.255 interface=wlan1

/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1,10.112.0.1 check-gateway=ping 

/ ip firewall nat 
add chain=srcnat out-interface=wlan1 action=masquerade
add chain=srcnat out-interface=wlan2 action=masquerade

/ ip firewall mangle
add chain=input in-interface=wlan1 action=mark-connection new-connection-mark=wlan1_conn
add chain=input in-interface=wlan2 action=mark-connection new-connection-mark=wlan2_conn
add chain=output connection-mark=wlan1_conn action=mark-routing new-routing-mark=to_wla1    
add chain=output connection-mark=wlan1_conn action=mark-routing new-routing-mark=to_wla2    

/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1 routing-mark=to_wla1 
add dst-address=0.0.0.0/0 gateway=10.111.0.2 routing-mark=to_wla2
 
Copyright © 2014 Mars DSL Broadband Services (PVT) Limited. Designed by OddThemes