Wednesday, July 11, 2007

Squid - custom external IP

TIPS:

masuk dalam squid.conf

acl from_ip1 myip 192.168.1.0/255.255.255.0
acl from_ip2 myip 192.168.2.0/255.255.255.0
acl from_ip3 myip 192.168.3.1


tcp_outgoing_address 99.99.99.1 from_ip1
tcp_outgoing_address 99.99.99.2 from_ip2
tcp_outgoing_address 99.99.99.3 from_ip3
tcp_outgoing_address 99.99.99.4 # default

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...