skip to Main Content

Redirecting incoming tcp connections with redir

source: http://blog.remibergsma.com/2012/02/28/redirecting-incoming-tcp-connections-with-redir/ Redir redirects tcp connections coming in to a local port to a specified address/port combination like this:   The following redirects incoming web requests from 10.10.0.1 to 10.10.10.1: redir –laddr=10.10.0.1 –lport=80 –caddr=10.10.10.1 –cport=80 And here the same for ftp.…

Read More

upgrade ubuntu kernel

[apt-get upgrade] warning: The following packages have been kept back: linux-headers-generic-lts-quantal linux-headers-virtual linux-image-generic-lts-quantal linux-image-virtual linux-virtual To fix: sudo apt-get install linux-generic

Read More
Back To Top