Still trying to get my Cisco to do transparent proxying. If you search
the squid arhives, there are alot of people that have this working with
IOS 11 and above.
No one posts there configs however! Then the other half of people claim
they have tried everything and it doesnt work, and yet another half claim
its technically impossible.
I know people have gotten this to work, and I am going to continue to try.
Below is my configuration, which still doesnt work, but I am sure someone
on here can help me.
Here is what happens when I use the configuration below:
secrets:~$ telnet www.att.com 80
Trying 135.145.9.134...
telnet: Unable to connect to remote host: Network is unreachable
int e0 is where my squid server is on, s0/s0.1 is my frame connection to
UUnet.
208.206.76.44 is my squid server
Do you have any ideas why this may not be working?
shrevenet-gw#sh runn
Building configuration...
Current configuration:
!
version 11.1
no service udp-small-servers
no service tcp-small-servers
!
hostname shrevenet-gw
!
enable password xxxxxxxxx
!
ip subnet-zero
no ip source-route
!
interface Ethernet0
description To Office Ethernet
ip address 208.206.76.1 255.255.255.0
no ip directed-broadcast
ip policy route-map proxy-redir
!
interface Serial0
description To UUNET
no ip address
encapsulation frame-relay IETF
bandwidth 1536
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip unnumbered Ethernet0
bandwidth 1536
frame-relay interface-dlci 500 IETF
!
interface Serial1
no ip address
shutdown
!
router rip
version 2
timers basic 30 30 2 60 300
network 208.206.76.0
!
ip domain-name ALTER.NET
ip name-server 198.6.1.1
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 208.214.45.80 255.255.255.240 208.206.76.31
access-list 110 deny tcp host 208.206.76.44 any eq www
access-list 110 permit tcp any any eq www
route-map proxy-redir permit 10
match ip address 110
set ip next-hop 208.206.76.44
!
route-map proxy-redir permit 20
!
snmp-server community xxxxxxxxx RO
snmp-server trap-authentication
snmp-server host 137.39.1.3 AlterNoc
!
line con 0
password xxxxxxxxxx
login
transport preferred none
line aux 0
password xxxxxxxxxx
login
transport preferred none
line vty 0 4
password xxxxxxxxxx
login
transport preferred none
!
end
/-------------------------- signal@shreve.net -----------------------------\
| Brian Feeny | USR TC Hubs | ShreveNet Inc. (318)222-2638 |
| Network Administrator | Perl, Linux | Web hosting, online stores, |
| ShreveNet Inc. | USR Pilot | Dial-Up 14.4-56k, ISDN & LANs |
| 89 CRX DX w/MPFI, lots of |-=*:Quake:*=-| http://www.shreve.net/ |
| mods/Homepage coming soon |LordSignal/SN| Quake server: 208.206.76.47 |
\-------------------------- 318-222-2638 x109 -----------------------------/
Received on Sat Feb 07 1998 - 09:28:52 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:48 MST