Package: socat
Version: 1.7.1.2-4
Severity: wishlist

In this scenario, the client does:

 ssh -X -f -L 3333:localhost:3333 u...@server gnome-terminal
 socat -v -d -d udp4-listen:53,reuseaddr,fork tcp:localhost:3333 

Server runs DNS on 127.0.0.3 and does:

 socat tcp4-listen:3333,reuseaddr,fork UDP:127.0.0.3:53

Tiger complains that the listeners listen on every interface.

I would be cool to be able to do:

 client:  socat -v -d -d udp4-listen:localhost:53,reuseaddr,fork 
tcp:localhost:3333
 server:  socat tcp4-listen:localhost:3333,reuseaddr,fork UDP:127.0.0.3:53 

HTH.  --m--

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages socat depends on:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libreadline5                  5.2-7      GNU readline and history libraries
ii  libssl0.9.8                   0.9.8n-1   SSL shared libraries
ii  libwrap0                      7.6.q-18   Wietse Venema's TCP wrappers libra

socat recommends no packages.

socat suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to