I had a problem setting up a wired to wireless bridge on my Raspberry Pi box - but that is now fixed - Wired to wireless bridge in Linux - but the consequence seems to be that the squid proxy server that was running on the box now fails - eg many things time out as a TCP_MISS. (See below: this seems to be an issue about packets being routed outside my network - connections inside my network work fine)
How can I set the squid server up to work again?
The eth0 has no ip4 address, the wlan0 has no ip4 address, br0 does. But they all have ip6 addresses - though I am not using ip6.
I can use ssh to login both into and out of the RasPi, and Squid requests are reaching it...
Update: Clearly I have some routing problem. Just pinged an external address from the RasPi box and five pings took 80244ms! No packets dropped though. My routing table looks perfectly normal...
pi@raspberrypi ~ $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.62.1 0.0.0.0 UG 0 0 0 br0
192.168.62.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
Further update: I have no problem with routing packets inside my network but there is plainly a big issue with packets from this machine going externally.
Comments
Post a Comment