Ticket #152 (new enhancement)
tcpreflector
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | high | Milestone: | Future Release |
| Component: | tcpreplay | Version: | 3.0.RC1 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description
Random idea:
Create a tcpreflector daemon which listens on a port. Then, tcpreplay, instead of sending packets directly to an interface sends it to the reflector which then spits out the packet on the wire. Even better: allow tcpbridge to be able to use the reflector as well, effectively creating a VPN bridge.
Maybe use vtun(d)? Dunno.
Change History
Note: See
TracTickets for help on using
tickets.

Another idea:
tcpbridge in a server mode which listens on a TCP port on one end and a NIC on the other. Another option for tcpbridge in client mode (connects to a server). Then you could do something like this
Basically allows you to do a layer two bridge between two remote networks (sorta like a VPN)