Hi
I've problem with configuring transparent proxy on Fedora v13
was checking with several examples, last one from
here
on router (cisco 1812) everything seems ok, think there is a problem with Linux
squid machine and router 'see each other'
Code:
[root@SQUID admin]# tcpdump -pni eth0 port 2048
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
15:37:14.899298 IP 172.16.53.166.dls-monitor > 172.16.50.111.dls-monitor: UDP, length 144
15:37:14.900952 IP 172.16.50.111.dls-monitor > 172.16.53.166.dls-monitor: UDP, length 140
while try to open web page, on GRE there is:
Code:
[root@SQUID admin]# tcpdump -pni eth0 proto gre
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
15:37:48.764536 IP 193.19.125.120 > 172.16.53.166: GREv0, length 60: gre-proto-0x883e
15:37:49.018513 IP 193.19.125.120 > 172.16.53.166: GREv0, length 60: gre-proto-0x883e
but when want to see what hapenning in tunnel between router and squid - there nothing...
squid configuration is ok - was checking before try to make it transparent
any ideas??