Wednesday, September 28th, 2011 145 views
We use Ubuntu here on our internal development servers and this morning I needed to setup a VPN server so that I can access some tools that run here from home. I came across a bunch of hurdles and thought i’d document them here for anyone who needs to do the same. This will allow [...]
Posted in VPN server | No Comments »
Friday, January 28th, 2011 96 views
Install PoPToP Point to Point Tunneling Server: sudo apt-get install pptpd Edit /etc/pptpd.conf file: sudo joe /etc/pptpd.conf Uncomment the following lines (replace IP range if you like) localip 192.168.0.1 remoteip 192.168.1.1-255 Save and exit. Edit /etc/ppp/pptpd-options file sudo joe /etc/ppp/pptpd-options Make sure you have this: refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 proxyarp nodefaultroute lock nobsdcomp noipx [...]
Posted in VPN server | No Comments »
Monday, May 11th, 2009 177 views
OpenDNS cannot “see” your private network, so OpenDNS cannot resolve intranet domains or internal requests for printers, network shares, etc. To avoid any problems reaching these internal resources, there are two choices. First, you may forward only external DNS requests to OpenDNS, continuing to resolve local domains locally (i.e., on your local DNS server, such [...]
Posted in How to, How to DNS, Knowledge | No Comments »
Monday, April 27th, 2009 429 views
we have a similar problem here in our office, the VPN connection was working for 16 days now without any problems. Yesterday we did reboot the router, but we did not change anything and now the VPN connecion just stopped to work. I have to say we had the same problem before and then all [...]
Posted in VPN server | No Comments »
Monday, April 27th, 2009 1,157 views
Below is a list of the most common error codes that you an face while using Windows and its basic components. Some solutions have been provided for you to try to solve them. You should also note that some require the assistance of a computer technician and you should NOT try to fix them yourself [...]
Posted in VPN server | No Comments »
Wednesday, March 25th, 2009 1,501 views
SA Server supports VPN connections from external clients on the Internet. Virtually any computer that is able to act as a PPTP or L2TP/IPSec client can connect to your network through the ISA Server. However, everything has to be set up right in order to make this work. Important issues that need to be addressed [...]
Posted in VPN server | 1 Comment »
Sunday, March 22nd, 2009 279 views
For the purpose of authentication protocols, IP address assignment, and so forth, the VPN ports use the exact same server properties as those used by dial-in clients, so I will not repeat them here. Because of this, I will only cover settings relating specifically to the configuration of VPN ports in this section. You probably [...]
Posted in VPN server | No Comments »