TAG NAME wccp_incoming_address, wccp_outgoing_address

Description Defines the interface through which WCCP requests will be sent and received
Build Option
Default
Usage
wccp_incoming_address ip_ddress
wccp_outgoing_address
ip_ddress
Default
wccp_incoming_address 0.0.0.0
wccp_outgoing_address 255.255.255.255

Synopsis
wccp_incoming_address – Use this option if you require WCCP messages to be received on only one interface.  Do NOT use this option if you’re unsure
how many interfaces you have, or if you know you have only one interface.
wccp_outgoing_address – Use this option if you require WCCP messages to be sent out on only one interface.  Do NOT use this option if you’re unsure
how many interfaces you have, or if you know you have only one interface.

The default behavior is to not bind to any specific address.

Arguments

ip_address
Incoming and outgoing ip_address

Example(s)
wccp_incoming_address 172.16.1.36
wccp_outgoing_address 172.16.1.35

Note
wccp_incoming_addressand wccp_outgoing_address can not have the same value since they both use port 2048.