I'm havenīt been able to set my squid server up. I've configured the rc.
files with the following:
rc.conf:
router_enable="NO"
moused_enable="YES"
firewall_enable="YES"
firewall_type="open"
firewall_quiet="NO"
tcp_extensions="YES"
gateway_enable="YES"
router="routed"
router_flags="-q"
rc.firewall:
$fwcmd add 49 allow tcp from xx.xx.xx.xx to any
$fwcmd add 50 fwd 127.0.0.1,3128 tcp from any to any 80
$fwcmd add 60000 allow all from any to any
Cisco:
route-map proxy-redirect permit 10
match ip address 110
set ip next-hop xx.xx.xx.xx
int e0/e
ip policy route-map proxy-redirect
access-list 110 deny tcp host xx.xx.xx.xx any eq www
access-list 110 permit tcp any any eq www
xx.xx.xx.xx= My squid server IP address
I have never redirect packets from the cisco to the squid server. I donīt
know what else to do.
Any of you can give me some hints?
Regards...
Rafael Gomez
rgomez@c-com.net.ve
Received on Fri Apr 28 2000 - 07:53:38 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:05 MST