Hello, I'm new with kernel development. I would like to implement a http&rtsp port as a kernel module. First, I will try to explain what I want to develop. I have two servers, one of then a HTTP server, listening on port 80, and the second one a RTSP server, listening on port 554. My system is besides a firewall which only allow traffic in port 80. Because of that I need a 'proxy' listen on port 80 which redirect traffic to RTSP server (still listen on 554) or HTTP server (now listen on 8080). This 'proxy' should analyze incoming packets and depending of contents redirect it to one of the servers. If packet contents belongs to rtsp protocol, it will be redirect to port 554, however if it's a http packet, it will be redirect to 8080. I have been reading some documentation, and it think it would be possible to implement a iptables 'match' for rtsp and http packets, modify iptables to accept new match and then, with my modified iptables, specify rules to send packets to correct servers. Any ideas? Am I going crazy? ;) Sorry for my English, I'm not an English native speaker. Thanks. Paco. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html