Hi Ed,

this bug still exists. I have a Debian box here with two ethernet interfaces.

I want to bind tinyproxy to the "outgoing" interface and I want it to listen on the other "incoming" interface.


This valid configuration does not work:

# /etc/init.d/tinyproxy start
Starting tinyproxy: "Bind" cannot be used with transparent support enabled.
Syntax error on line 39
Unable to parse config file. Not starting.


"man tinyproxy.conf" does not tell how to disable the transparent support.


Config file snippet:

#
# Port: Specify the port which tinyproxy will listen on.  Please note
# that should you choose to run on a port lower than 1024 you will need
# to start tinyproxy using root.
#
Port 8080

#
# Listen: If you have multiple interfaces this allows you to bind to
# only one. If this is commented out, tinyproxy will bind to all
# interfaces present.
#
#Listen 192.168.0.1
Listen 172.22.2.1

#
# Bind: This allows you to specify which interface will be used for
# outgoing connections.  This is useful for multi-home'd machines where
# you want all traffic to appear outgoing from one particular interface.
#
#Bind 192.168.0.1
Bind 10.0.80.2


Cheers
Olaf


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to