PTCL has recently launched an app called “SmartLink” , Which provides you access to your phone line over SIP , essentially providing landline access from anywhere. Since the land-line I have is only used for DSL and SmartTV, I wanted
Open VPN Installation on Centos 6.5
In a rush , so will jot down the steps only. You’ll need epel repo On CentOS 6 , that will be wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm sudo rpm -Uvh epel-release-6*.rpm Once that is done , 1. yum install openvpn easy-rsa 2. mkdir
OpenVPN Configuration
Below is the configuration i use for OpenVPN server , It supports user / password authentication,TCP mode and disables TLS which is not supported by Mikrotik ( atleast for now ) local IPADDRESS port 1194 proto tcp dev tun tun-mtu
Mikrotik OpenVPN Client Config
Following up on my previous post , Below is the configuration for setting up an OPENVPN Client on Mikrotik Router /interface openvpn-client add name=”ovpn-out1″ mac-address= max-mtu=1350 connect-to=SERVER_IP port=1194 mode=ip user=”USERNAME” password=”PASSWORD” profile=default certificate=none auth=sha1 cipher=blowfish128 add-default-route=no After this goto IP
Routing Traffic to VPN on Mikrotik
I am addicted to spotify and netflix and since I am based out of middle east and use a lot of devices ( hand helds , laptops , media streaming boxes etc. ) , the only solution was to implement
Ajenti Control Panel
Ajenti [1] Webserver control panel is an amazing server administration panel written in Python. [1] http://ajenti.org/
ServiceXpress Framework :: ChrisXpress Browserless Solution
Hi, Had a nightmare of a task yesterday to configure SX for faster access over VPN. The only solution was to do it browser less , anyone who knows and / or has used ChrissXpress will agree , that its
Cisco ASA VPN Woes!
This is to document the config for outside access to VPN , incase i forget again! access-list outside_nat extended permit ip [vpn client network] 255.255.255.0 any global (outside) 1 interface nat (outside) 1 access-list outside_nat group-policy DfltGrpPolicy attributes dns-server value
Opendiameter Compilation Instructions
For FC8 1. Make sure gcc , gcc-c++ , bison , flex , make , openssl and openssl-devel are present 2. yum -y install boost-devel 3. export BOOST_ROOT=/usr/include/ 4. Get ACE Here . 5. tar xvf ACE-5.5.tar.gz 6. cd ACE_wrappers
Freeswitch :: Wateen Update
Just a quick update , anthm @ freeswitch.org has fixed the bug in freeswitch that was preventing the switch to register with Wateen’s gateway. So , go , grab the latest freeswitch code from svn and compile. Here are the