This document describes a tool called Kangaroo that was developed by the Portugal Honeynet Project to simplify the deployment of honeypot farms. Kangaroo uses Ethernet bridging over TCP connections to transport traffic between remote honeypots and a central server, avoiding the complexity of routing. This allows quick deployment of honeypots in remote locations while analyzing the traffic centrally. Kangaroo relies on libpcap and libnet to capture and inject packets without requiring kernel modifications. It creates virtual interfaces on the central bridge server to isolate honeypots on different VLANs. Traffic to and from the honeypots is bridged through TCP tunnels between remote servers and the central server in a transparent manner.