question

From: Dave Behr <dave@dont-contact.us>
Date: Tue, 10 Sep 1996 11:00:44 +0200

Hi

I am hoping someone could set me straight with this section of squid.conf. I
am a bit confused in what IP numbers I should use here. I am running virtual
domains on this PC (using apache). The machine therefore listens on several
IPs. Our users are using 196.7.224.35 port 80 for the proxy....

Thanks

Dave Behr
Data Control & Sytems

# TAG: tcp_incoming_address
# TAG: tcp_outgoing_address
# TAG: udp_incoming_address
# TAG: udp_outgoing_address
#
# Usage: tcp_incoming_address 10.20.30.40
# udp_outgoing_address fully.qualified.domain.name
#
# These tags have replaced 'bind_address' and 'outbound_address'
# to provide more control for multihomed hosts.
#
# tcp_incoming_address is used for the HTTP socket which accepts
# connections from clients and other caches.
# tcp_outgoing_address is used for connections made to remote
# servers and other caches.
# udp_incoming_address is used for the ICP socket receiving packets
# from other caches.
# udp_outgoing_address is used for ICP packets sent out to other
# caches.
                                                   #
# The defaults behaviour is to not bind to any specific address.
#
# NOTE, udp_incoming_address and udp_outgoing_address can not have
# the same value since they both use port 3130.
#
tcp_incoming_address 196.7.224.35
tcp_outgoing_address 196.7.224.35
udp_incoming_address 196.7.224.35
udp_outgoing_address 196.7.224.35
                                      
Received on Tue Sep 10 1996 - 02:04:22 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:58 MST