Forfatterarkiv: mike

Tunnel with PPP and SSH

Use PPP and SSH to create a secure VPN tunnel. There are so many options to choose from when creating a VPN or tunneled connection that it’s mind-boggling. You may not be aware that all the software you need to … Læs resten

Udgivet i Knowledge Base, Networking, Old Base, SSH | Skriv en kommentar

Cross platform VPN

Use OpenVPN to easily tie your networks together. Creating a VPN can be quite difficult, especially when dealing with clients using multiple platforms. Quite often, a single VPN implementation isn’t available for all of them. As an administrator, you can … Læs resten

Udgivet i Knowledge Base, Networking, Old Base, OpenVPN | Skriv en kommentar

Automatic vtund.conf configurator

Generate a vtund.conf on the fly to match changing network conditions. If you’ve just come from [Hack #78], then the following script will generate a working vtund.conf for the client side automatically. If you haven’t read the previous hack (or … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

Tunnel with VTUN and SSH

Connect two networks using VTun and a single SSH connection. VTun is a user-space tunnel server, allowing entire networks to be tunneled to each other using the tun universal tunnel kernel driver. An encrypted tunnel such as VTun allows roaming … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

Tunnel connections inside http

Break through draconian firewalls by using httptunnel. If you’ve ever been on the road and found yourself in a place where the only connectivity to the outside world is through an incredibly restrictive firewall, you probably know the pain of … Læs resten

Udgivet i Knowledge Base, Networking, Old Base, SSH | Skriv en kommentar

Using SSH as socks proxy

Protect your web traffic using the basic VPN functionality built into SSH itself. In the search for the perfect way to secure their wireless networks, many people overlook one of the most useful features of SSH: the -D switch. This … Læs resten

Udgivet i Knowledge Base, Networking, Old Base, SSH | Skriv en kommentar

Opportunistic Encryption with FreeS/WAN

Use FreeS/WAN and DNS TXT records to automatically create encrypted connections between machines. One particularly cool feature supported by FreeS/WAN [Hack #67] is opportunistic encryption with other hosts running FreeS/WAN. This allows FreeS/WAN to transparently encrypt traffic between all hosts … Læs resten

Udgivet i Knowledge Base, Kryptering, Networking, Old Base | Skriv en kommentar

Forward and encrypt trafic with ssh

Keep network traffic to arbitrary ports secure with ssh port forwarding. In addition to providing remote shell access and command execution, OpenSSH can also forward arbitrary TCP ports to the other end of your connection. This can be extremely handy … Læs resten

Udgivet i Knowledge Base, Linux, Old Base, SSH | Skriv en kommentar

PPTP Tunneling

Set up quick and easy VPN access using the Point-to-Point Tunneling Protocol. The Point-to-Point Tunneling Protocol (PPTP) is basically a means to set up PPP tunnels [Hack #81] automatically without needing to manually start a PPP daemon on the remote … Læs resten

Udgivet i Knowledge Base, Linux, Networking, Old Base | Skriv en kommentar

Set up IPSEC under freebsd

Use FreeBSD’s built-in IPsec support to secure your traffic. Using IPsec with IKE under FreeBSD requires enabling IPsec in the kernel and installing a user-land program, racoon, to handle the IKE negotiations. You’ll need to make sure that your kernel … Læs resten

Udgivet i FreeBSD, Knowledge Base, Linux, Networking, Old Base | Skriv en kommentar